dsh-agent-team-room: Adding Native Session Collaboration Rooms to DSH
dsh-agent-team-room is a DSH plugin (v0.6.0, MIT license) maintained by ishuowang. It enables multiple independently running Sessions to collaborate within a Leader-authorized collaborative boundary, without merging their respective contexts and lifecycle. The plugin does not provide built-in roles, task boards, or shared transcript data. Core functionalities include managing rooms via the native DSH web interface, supporting Direct Message and Broadcast routing, recording bounded coordination metadata, and allowing member selection using the @ symbol in the input box. Users need Node.js 22.19+ and DeepSeek Harness 0.1.0-rc.6, and can install via GitHub commands.
Read MoreDSH Serial Console: A Plugin for Sharing a Serial Port Between DeepSeek Harness and Developers
DSH Serial Console is a community plugin maintained by InfinitePersistence, designed to address the issue of separating logs from model interactions in DSH serial debugging. This plugin integrates the browser terminal, model serial tools, board output, and audit records into a single console, enabling users and AI models to share the same auditable embedded serial session. Key features include: - Real-time log viewing in the browser, keyboard operations, and Text/HEX view switching. - Seven model tools such as `serial_connect` and `serial_send`, allowing DeepSeek models to directly operate devices. - The introduction of U/M/B/S source tags to distinguish user, model, board, and status data for easier auditing. Installation requires Node.js 22.19+ and DSH...
Read MoreDeepSeek Harness Lark Bridge: Controlling DSH Sessions from Feishu/Lark
dsh-lark-bridge is a bidirectional control plugin for Lark/Feishu within the DeepSeek Harness (DSH) ecosystem, designed to link Lark conversations with DSH Sessions for remote viewing and control. This tool supports initiating, continuing, correcting, stopping, or resuming DSH tasks through Feishu, and maps Lark groups to specific DSH projects, with each topic thread corresponding to an isolated Session. Core functionalities include real-time task status updates via native cards, approval of tool calls, responses to agent questions, and secure interaction handling for text, images, and workspace files. It employs WebSocket for persistent connections, eliminating the need for public webhooks, and requires Node.js 22+ and pnpm for its runtime environment. Installation is done using `pnpm
Read Moredsh-obsidian-assistant: Read and Write Local Obsidian Vault in DSH
`dsh-obsidian-assistant` is a DeepSeek Harness plugin for unified operation of Obsidian vaults. It employs a dual-channel mechanism: the file channel operates independently of Obsidian, supporting full-text search, note reading and writing, bidirectional link analysis, batch renaming with automatic wikilink rewriting, and novel chapter export; the REST channel is enabled when Obsidian is online, offering high-speed index search, command triggering (e.g., Dataview/Templater), and advanced API passthrough. If the REST channel is unavailable, the system seamlessly degrades to file mode. Installation requires configuring the mandatory `vaultPath` parameter, with optional parameters such as `apiUrl`. Typical use cases include searching before reading notes, employing idempotent editing, and more.
Read Moredsh-plugin-session-import: Importing local tool sessions into DSH
dsh-plugin-session-import is a DeepSeek Harness plugin maintained by huguangyu666 under the MIT license. This plugin is designed to address the issue of missing context when developers continue existing projects in DSH. It supports importing historical chat records from tools such as claude-code, codex, reasonix, and zcode into DSH sessions while preserving workspace bindings and tool capabilities, enabling seamless conversation continuation. The core features include: parsing and importing sessions from the four supported tools; providing session list display, cache scanning, and filtered search by title or project name; supporting multi-select batch import with independent configuration for each session; automatically assigning a default preset scope to imported sessions, allowing the use of read, edit, gre, and other capabilities.
Read Moredsh-worktree-panel: Git worktree and branch management panel for DSH Web
dsh-worktree-panel is a DSH plugin maintained by HeathHe, licensed under MIT, designed for managing Git worktrees and branches within the DeepSeek Harness Web GUI. This plugin extends the workspace sidebar, organizing projects, main worktrees, branch worktrees, and sessions into a clear hierarchy. It supports launching sessions within worktrees, deleting worktrees, switching branches, and creating worktrees for existing or new branches. Default worktrees are stored in the `.dsh/workspaces/` directory under the project path, with support for custom paths and automatic migration detection (skipping worktrees with uncommitted changes or active sessions). For non-Git folders, it allows direct session initiation and provides
Read Moredsh-free-vision: Enabling the DSH Plain Text Model to Read Screenshots, Errors, and UIs
dsh-free-vision is a free vision plugin developed specifically for DeepSeek Harness (DSH), designed to endow pure text models with image understanding capabilities. The plugin implements in-process startup through the built-in visual engine luma-mcp, eliminating the need for additional MCP service configuration, and addresses needs such as screenshot analysis, OCR, UI interpretation, and document recognition. Its core advantages include zero configuration, support for multiple free vision model providers such as Qwen, Volcengine, and SiliconFlow, and the ability to customize API addresses to adapt to different network environments. The plugin provides a single universal tool, `image_understand`, supports various task modes (e.g., OCR, debugging, description), and automatically optimizes the processing of large images. Users can quickly install it via the `dsh` command, restart the system, and then utilize the settings.
Read More@forgeax/dsh-game: Integrating ForgeaX Game Tools into DSH Profile
`@forgeax/dsh-game` is a plugin bundle designed for DeepSeek Harness (DSH), aiming to integrate the `@forgeax/game` MCP server, built-in ForgeaX Skills, and the workspace guard into DSH's named profiles. This package is implemented in pure JavaScript, contains no game logic, and primarily focuses on parsing and validating published `@forgeax/game`, publishing the `forgeaxGameLaunch` service, and registering skills like `forgeax-game`. It exposes `mcp__forgeax__forgeax_status_lite` and `mc`
Read Moredsh-minimal-vision: On-Demand Visual Assistance in DSH Minimal Mode
dsh-minimal-vision is a DSH community plugin designed to address the pain point of lacking visual evidence support in minimal mode. It is maintained by Flora233333, licensed under MIT, and requires Node >=20. The plugin enables on-demand visual capabilities by concealing context and Bash calls to `dsh-vision` without registering new chat models or modifying the system prompt, exposing only `persistent-bash` and `str_replace_editor` to the model. It supports processing images in PNG, JPEG, WebP, and GIF formats, as well as documents such as PDF, DOC, and PPT. Images are processed using `sharp` before being sent to the vision interface, while documents are handled by Agen.
Read Moredsh-loop-dock: A DeepSeek Harness for Multiple Agent Loops
dsh-loop-dock is a pre-alpha plugin (v0.1.0, MIT license) designed for DeepSeek Harness (DSH), addressing the limitation where multiple Agents share a single loop entry point in DSH. Instead of restructuring the agent loop, this plugin introduces a loop dock mechanism, enabling the concurrent execution of multiple agent loops within a single Harness and allowing different Agents to select and bind to specific loops. Its core functionalities include loop registration, selection, Agent binding, and driver delegation, along with providing protocols for strategy loop and driver loop integration, a default headless driver, and official sta
Read Moredsh-prompt-manager: Breaking DSH System Prompts into Manageable, Previewable Pipelines
dsh-prompt-manager is a plugin for DeepSeek Harness (DSH), designed to address the issue of opaque system prompt assembly by providing a visual and configurable prompt pipeline management system. Its core functionalities include: executing replacement, insertion, or deletion operations on prompt segments via presets, with support for pinning, anchoring, and numerical sorting; offering end-to-end visualization from source segments and variable interpolation to the final request; enabling the review of the last 20 assembly histories; and facilitating rule editing through form-based interfaces and preset switching via the settings page. The plugin provides four Agent tools, such as `switch_prompt` and `list_prompts`, and supports hot-reloading of preset files upon modification. After installation, users can edit personalized presets in YAML format under the `$DSH_HOME/prompts/` directory. This plugin is suitable for
Read Moredsh-acp-server: Connecting DSH to ACP Client
dsh-acp-server is a DSH plugin maintained by dushaobindoudou, designed to expose the DeepSeek Harness (dsh) agent as an Agent Client Protocol (ACP) server, allowing external clients (such as Zed) to directly drive the dsh agent. It supports creating sessions, streaming output, plan updates, tool calls, and permission approvals. This plugin is compatible with Node.js >= 22 and can run as a standalone process (stdio or HTTP+SSE) or merged with `dsh web`, which provides both GUI and ACP interfaces on the same port. Users can use it by simply installing the dsh CLI and adding the plugin, supporting both local editor and remote access scenarios (requires
Read Moredsh-openai-oauth: Integrating Codex Model into DeepSeek Harness via ChatGPT Login
`dsh-openai-oauth` is a standalone community plugin for DeepSeek Harness (DSH) designed to address external model login status, credential storage, and model list management. This plugin works by connecting to the official local Codex app-server, leveraging the OAuth mechanism of ChatGPT accounts to handle login, credential saving, token refreshing, and model access, eliminating the need for users to separately prepare an OpenAI API key or maintain a hardcoded model version list. Key features include automatic registration to DSH's web, headless, and custom profiles, with support for configuring providers and models via the interface or the `~/.dsh/settings.yaml` file. The model list is updated in real-time from the current
Read MoreDeepTrial/dsh-bash-rtk: Pass DSH bash commands meeting conditions to rtk for compressed output
`dsh-bash-rtk` is a DSH bash executor plugin maintained by DeepTrial, designed to route eligible Shell commands to `rtk` for processing to compress tool output and reduce Token consumption while preserving the original execution semantics. The plugin adopts a conservative approach, only applying `rtk` wrapping to simple commands within a whitelist (such as `git status`, `cargo build`). For complex commands containing Shell metacharacters, non-whitelisted commands, or when `rtk` is unavailable, it automatically falls back to pass-through execution. It provides both standard and sandboxed Executors and supports forced activation via configuration settings. Prior usage requires separate installation of `rtk`, and the plugin is disabled by default, requiring explicit enablement in the configuration to take effect.
Read Moredsh-webchatlike: Implementing Web-based Chat Operations in DeepSeek Harness
dsh-webchatlike is a MIT-licensed client plugin for DeepSeek Harness (DSH) designed to replicate the convenient chat experience of the DeepSeek web/app interface. Its core features include: supporting hover-to-edit user messages and resending; one-click regeneration of Assistant responses; providing `<i/N>` version pagination next to messages, similar to deepseek.com, for easy comparison of different response versions in the same conversation turn; supporting forking conversation trees into independent copies; and offering sidebar session folding and deletion (ongoing sessions cannot be deleted). This plugin has a relatively high installation barrier, requiring the execution of a source code patch script to modify the `ui-conversation` and `ui-workspace` components, followed by the installation of dependencies.
Read More`dsh-tool-todo-tree`: A Mutually Exclusive Alternative to DSH's Tree-Structured `todo_write`
dsh-tool-todo-tree is a tree-structured task management plugin for DeepSeek Harness (DSH), serving as a mutually exclusive alternative to the flat-list tool dsh-tool-todo. It modifies the data structure of the todo_write tool to support a parent-child hierarchical task tree, nesting nodes via the `children` field, and provides a depth-indented plan bar display on the web interface. This plugin supports full replacement writes of the task tree and replays event snapshots using a last-write-wins strategy. Core features include: support for the `allowParallelInProgress` configuration to control parallel progress states; enforcement that parent nodes can only be marked as completed after all child nodes are finished; and automatic deduplication of sibling node content at the same level with normalization of empty child nodes.
Read Moredsh-history: View, Search, and Jump to Your Sent Messages in Ultra-Long DSH Sessions
dsh-history is a DSH Web plugin developed by chenproton, designed to address the difficulty of locating user-sent messages in long sessions. Released under the MIT license, its core features include listing all user messages in the current session (covering unloaded old pages and compressed/overwritten history), supporting time-based sorting, real-time search filtering, one-click text copying, and providing auto-positioning functionality. When a user clicks on a message, the plugin automatically loads missing history, waits for page rendering, smoothly scrolls to the target location, and highlights it before closing the panel. To ensure a seamless experience, the plugin supports pre-fetching message lists in the background for instant loading and displays status labels such as "locatable" and "unloaded." Before installation, users must ensure the DSH environment is functioning properly and that the Node version is at least 20. Users can add the plugin package via command line, clone and install directly from GitHub,
Read Morehermes-dsh-collab: Linking DSH Execution and Hermes Orchestration into a Verifiable Pipeline
hermes-dsh-collab is an open-source DSH plugin designed to address collaboration gaps in agent pipelines caused by the lack of clear conventions between orchestration and execution sides. This skill pack integrates the DeepSeek Harness (DSH) into the Hermes pipeline, with core capabilities including dispatch-spec template provision, model-layered routing, orchestration-held quality gates that do not rely on self-reporting, and Git single-writer rules to prevent executors from committing code directly. By automating dispatch, execution, and validation chains, it ensures results are placed directly into the project directory via a cwd write-back mechanism. Additionally, it compiles a pitfalls list with specific receipts to avoid common configuration traps. This plugin is suitable for environments relying on DSH 0.1.x headless.
Read Moredsh-tier-router: Hierarchical Model Routing for DeepSeek Harness
`dsh-tier-router` is a hierarchical model routing plugin for DeepSeek Harness (DSH), designed to optimize cost and efficiency through "premium-tier" and "economy-tier" strategies. The premium-tier models handle complex tasks such as planning, architecture, and review, while the economy-tier models manage routine implementations. Core features include automatic hierarchical routing (defaulting to `auto` mode), session-level scope switching, on-demand consultant and review tools, automatic escalation on failure, ordered fallback chains, dynamic adjustment of reasoning intensity, gating for high-impact operations, and hierarchical delegation to sub-agents. The plugin supports flexible configuration of models, effort levels, and sub-agent strategies via `/tier` series commands, with both persistent and temporary configuration capabilities. Released under the MIT license, installation requires meeting specific Node.js version requirements and syncing to the DSH discovery root directory. It is suitable for applications needing
Read Moredsh-message-preview: Right-side Message Navigation Bar for DeepSeek Harness Web UI
dsh-message-preview is a DSH Web UI plugin maintained by asukasec, designed to address the inconvenience of manually scrolling through long sessions to find specific messages. The plugin adds a message navigation bar on the right side of the session, indexing only user-sent messages while excluding tool notifications and background tasks. Key features include: automatic highlighting of the current reading position; hover functionality to display message sequence number, relative time, and text preview; smooth scrolling and historical message loading upon clicking navigation blocks to jump to specific positions; and support for keyboard navigation (Tab to focus, arrow keys to select, Enter to jump). The navigation blocks adapt their layout automatically, hide when fewer than two user messages are present, and default to displaying only a position indicator, expanding when the mouse approaches the right edge. Interface text automatically switches based on DSH language settings. Installation requires DeepSeek Harness 0.1.0-rc.6.
Read Moredsh-expert-mode: DSH's Multi-Expert Agent Preset
dsh-expert-mode is a DSH agent-preset plugin maintained by Asher-2000 under the MIT license, distinct from Cordis service plugins. It is designed to construct a workflow featuring a "Chief Coordinator + 17 Domain Expert Sub-agents." Key functionalities include smart task delegation for routing tasks intelligently, a fast track for handling simple tasks, a five-anchor constraint system to prevent topic drift, multi-expert cross-review and a five-stage quality gate for high-risk tasks, as well as a file-system-based task board scheduler and an inter-expert communication bus. The plugin also incorporates fault recovery, an experience pool storage, and progressive knowledge injection capabilities, supporting documentation in both Chinese and English. It can be installed directly via `dsh plugin add` or manually added after installation through npm.
Read Moredsh-restart: Adding Controlled Restart and Recovery Entry Points for DSH
dsh-restart is a plugin designed to restart the DeepSeek Harness (DSH) process, addressing the issue of needing to manually restart the process and refresh the page after configuration changes. This plugin offers a model tool `restart_harness`, a slash command `/restart`, a settings configuration card, and an "Immediate Restart" button. It also supports configuring automatic continuation prompts after restart and an optional watchdog feature for automatic recovery. Its core features include: 1. **Multiple Restart Methods**: Supports native Node.js restart, with an optional legacy method using PowerShell/WMI/taskkill (disabled by default). 2. **Security**: The restart interface only accepts same-origin requests from the loopback address (127.0.0.1/localhost), rejecting remote or reverse connections.
Read Moredsh-multi-folder: Adding Secondary Working Directories for DeepSeek Harness
dsh-multi-folder is an MIT-licensed plugin for DeepSeek Harness (DSH), maintained by AngelosZou. It is designed to address the issue of frequently switching between multiple workspaces when developing simultaneously across multiple repositories (source code, tests, documentation). The plugin allows configuring a set of secondary working directories without altering the core attributes of the primary workspace, enabling agents to read, write, and execute operations on these secondary directories within the same session. Core functionalities include granting secondary directories the same permissions as the primary directory in `workspace-write` mode and overriding the execution root directories for `write`, `edit`, and shell commands through framework-level interception.
Read Moredsh-speak: Adding Voice Broadcast to DSH and Other AI Coding Harnesses
dsh-speak is a DSH web plugin maintained by Alan2Z, designed to address the pain point of users missing screen prompts during long tasks. It utilizes system speech synthesis technology to read aloud in real-time the final responses, approval requests, and agent queries from DSH sessions. The plugin supports both Windows (SAPI5) and macOS (say command), prioritizes natural speech, and includes automatic cleaning of Markdown, URLs, and emojis to adapt to speech synthesis. Its core features include: monitoring event streams and broadcasting key information, a best-effort operating mode (non-blocking, no exceptions thrown), and the Bundle auto-registration feature introduced in version 1.3.0, which simplifies installation and configuration. The installation is flexible, supporting npm or gi...
Read MoreIKUN Theme Skin: Adding Ikun Supporter Appearance to DeepSeek Harness
AKS1st/ikun-theme-skin is an entertainment-oriented plugin designed for the DeepSeek Harness Web interface, adhering to the "everything is a plugin" philosophy. It integrates the IKUN theme without requiring a system rewrite. The plugin offers three color schemes: Starry Blue Day, Starry Blue Night, and Overalls Black-Gold. It supports full-screen wallpaper rotation (switching every 7 seconds, with automatic fallback on failure), sound effects (playing classic lines), a music box (playing the "Kini Taimei" music with accompanying animations), and reply Easter eggs. Installation is convenient, supporting registration to the web profile via remote repositories or local directories, and can also be temporarily run in sessions through dynamic scripts. Users can switch themes, manually change wallpapers, and control music in the settings panel, or modify the source code to adjust color schemes and materials. This plugin is suitable for fan culture display and is intended for entertainment purposes only. The materials are copyrighted by their respective owners, and the plugin operates within the current process.
Read More