dsh-plugins
English | 中文
Third-party plugins for DeepSeek Harness (DSH). Each directory under packages/ is an independently installable plugin.
Verified with @deepseek-ai/dsh@0.1.0-rc.6.
Install
Requires Node.js 22 or later and pnpm on PATH. Install only the plugins you need into the DSH Web profile:
dsh plugin --profile web add dsh-thinking-collapse@0.1.0
dsh plugin --profile web add dsh-composer-skill-mention@0.1.0
dsh plugin --profile web add dsh-session-tools@0.1.0
dsh plugin --profile web add dsh-agent-plugins@0.1.0
dsh plugin --profile web add dsh-worktree-workspaces@0.1.0
Each package is independently installable. The commands pin the plugin release verified with DSH 0.1.0-rc.6.
Plugins
dsh-thinking-collapse
Codex-style activity rows in the Web chat view. Each model step folds thinking and ordinary tool calls into one timed row; the answer stays outside.

dsh-composer-skill-mention
Codex-style Skill mentions in the Web composer. Type $ or fullwidth ¥ to pick a Skill; the host loads that Skill before the Agent step.

dsh-session-tools
Six model-facing session tools, plus Web @ candidates that inject another session as sourced context.

dsh-agent-plugins
An Agent Plugins adapter: CLI, skill/MCP registration, and a Web sidebar panel with plugin and component toggles.

dsh-worktree-workspaces
Create and archive Git linked worktrees. The same package exposes /worktree, a model tool, a CLI, and a Web picker that switches DSH Workspace.

Repository
This is a pnpm workspace. Package conventions are in AGENTS.md. The plugin index is in packages/README.md.
No comments yet. Be the first to write one.