dsh-btw-plugin
Codex 风格 /btw 指令:在继承主会话上下文的子代理中回答附带问题,答案展示在界面里、不写入主会话历史。
Codex-style /btw command: answer side questions in a conversation-seeded subagent (fork provider), rendered in the UI without entering the main session history.
怎么安装
dsh plugin add github:JasonQQ/dsh-btw-plugin 简介
@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…
推荐参考
信息
- 协议
- –
- 语言
- JavaScript
- GitHub 星标
- 1
- 月下载
- –
- 最近更新
- 2026-08-25
- 创建于
- 2026-08-24
基础安全检查
- 检查结果
- curated 收录但无 npm 包/安装命令;无 license
- 收录来源
- curated:awesome-dsh-plugin.com, curated:awesome-dsh-plugin/awesome-dsh-plugin
- 主题标签
- dsh-plugin
同类推荐
dsh-synapse
liangmianya/dsh-synapse
DeepSeek Harness 的可视化非线性对话工作区:把会话、追问与分支变成可浏览、可拖拽的对话地图。
dsh-rewind
SiriLee/dsh-rewind
同一会话窗口内的 in-place 对话回退(不 fork,Claude Code /rewind 语义):每条消息的 ↶ 按钮把模型上下文回退到任意用户消息,可选用磁盘持久化的 before-backups 还原工作区文件。
dsh-web
zhu1090093659/dsh-web-ui/tree/main/packages/dsh-chat-recovery
对话恢复插件:编辑最近一轮已结束的用户消息、显式重试失败轮次;两条路径都走 session fork 分支,原会话不被改动。
dsh-plugin-bridge
Totoro-qaq/dsh-plugin-bridge
通过可预览的五段式交接,将已有 DSH 会话迁移到另一个 Agent Preset;保留源会话,并可让目标会话暂停等待确认或立即继续。