DeepSeek Harness plugin: first-class Git workflow tools for the model — repo status, diffs, commit creation with validated messages, recent history, and branches. No bare-shell git calls; every invocation is a shell-free execFile with path and message validation.
开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:truelove-dreamer/dsh-plugin-git-workflow
DeepSeek Harness plugin: Claude-Code-style lifecycle hooks for DSH. Configure shell commands that run automatically before/after model tool calls (pre-tool / post-tool) with a JSON payload on stdin; pre-tool non-zero exits block the call.
开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:truelove-dreamer/dsh-plugin-hooks
ChatGPT/Codex subscription auth for DSH: OAuth device-code login, automatic token refresh, and a settings panel; feeds the openai-codex model route via the CODEX_OAUTH_ACCESS_TOKEN credential ref.
Open the current DSH project in your favorite editor — one click for the default (VS Code), a picker for Cursor, Windsurf, Trae, JetBrains IDEs, Sublime Text, Vim/Neovim, Emacs, the OS file manager, and custom commands.
DeepSeek Harness (DSH) dynamic Cordis plugin: a small sidebar button above Settings that shows a QR code of the web UI's LAN address so phones on the same network can connect.
Research-first assistant for DeepSeek Harness: gently nudge the agent to investigate docs / code / community before edits, detect blocked research, and record every hint in the session log.
Agent 协作 · 开发工具 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:outnever/dsh-research-first
RTK command rewriting suggestions + tool output compaction for DSH. Suggests rtk-rewritten bash commands (deny-mode under rewrite) and compacts noisy tool output (bash/grep/read) to reduce context usage. Port of pi-rtk-optimizer for the Pi coding agent.
Agent 协作 · 开发工具
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:sleepinginsummer/dsh-rtk-optimizer
DSH web plugin: select conversation text -> ask in a right-side panel -> a dedicated follow-up session (❓追问) in the same workspace, without interrupting the main conversation. Thin consumer of dsh-better-sidebar.
开发工具 · 界面 · 效率
$ npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ChenRuoT/dsh-sidebar-qa