dsh-btw-plugin
Codex-style /btw command: answer side questions in a conversation-seeded subagent (fork provider), rendered in the UI without entering the main session history.
Codex 风格 /btw 指令:在继承主会话上下文的子代理中回答附带问题,答案展示在界面里、不写入主会话历史。
How to install
dsh plugin add github:JasonQQ/dsh-btw-plugin About
@jasonqq/dsh-btw-plugin A Codex-style /btw command for DeepSeek Harness. /btw <question> answers a side question **in a sub-context seeded with the main conversation**, and shows the answer in the chat **without ever adding it to the main conversation's model history**. Ask "by the way…" questions freely — the main context stays clean. How it works The command is registered through @deepseek-ai/dsh-commands (the same registry that powers /compact, /goal, /plan). The question is delegated through ctx.subagents.start("fork", …). The fork provider spawns a child agent **seeded with the parent's c…
Recommendation signals
Meta
- License
- –
- Language
- JavaScript
- GitHub stars
- 1
- mo. downloads
- –
- Last push
- 2026-08-25
- Created
- 2026-08-24
Links
Basic safety check
- Findings
- curated 收录但无 npm 包/安装命令;无 license
- Sources
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- Topics
- dsh-plugin
Related plugins
dsh-synapse
liangmianya/dsh-synapse
Visual, non-linear conversation workspace for DeepSeek Harness — sessions, follow-ups and branches become a browsable conversation map.
dsh-rewind
SiriLee/dsh-rewind
In-place conversation rewind in the same session window without forking (Claude Code /rewind semantics): a per-message ↶ button cuts the model context back to any user message, with an optional Claude-Code-style file restore from disk-persisted before-backups.
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
Chat recovery for DSH: edit the last finished user message and explicitly retry failed turns, both via session-fork branches that leave the original conversation untouched.
dsh-plugin-bridge
Totoro-qaq/dsh-plugin-bridge
Moves an existing DSH session to another agent preset through a previewable five-section handoff, preserving the source session and either pausing the target for confirmation or continuing immediately.