Use DeepSeek Harness (DSH) directly inside the VS Code sidebar by embedding its web UI. Auto-starts `dsh web`, reuses an existing server, and reopens your most recent session.
Maintains a default-directory workspace as the no-folder choice: the generic New Session action opens it, and the workspace picker lists it — no folder picking required to chat.
效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wjy9902/dsh-web-default-session
Work out how a web system actually works — once. Captures its real HTTP API and accessibility tree in a dedicated, fenced browser, then keeps a reusable playbook so later automation never pays to rediscover it.
效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sherconan/dsh-web-recon
Embed the DeepSeek Harness web GUI inside VS Code: attaches to (or auto-starts) the local dsh web server and renders it in a sidebar view and an editor-tab panel.
DeepSeek Harness (dsh) plugin: event-driven WeChat Work (企业微信) group-robot notifications via the official webhook. Auto-notifies you when dsh finishes (or blocks on) a goal, and exposes a wechat_notify tool for the agent to report progress.
Out-of-tree DSH bundle: applies the local machine's native direnv environment to explicitly Agent/workspace-owned Bash executions and persistent terminals. Depends on dsh-workspace-overlay; requires a host-installed direnv; never calls allow/deny or reads .envrc itself.
Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:TTTPOB/dsh-workspace-envrc
Session-scoped writing pad for the DeepSeek Harness web GUI: a right-details-column Markdown editor with preview, AI-assisted rewrite through the conversation, workspace file save/load, and the writing_draft agent tool.
Agent 协作 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:linhx1999/dsh-writing-pad