dsh-btw
DeepSeek Harness 的 /btw 侧问命令,在不打断主对话的情况下发起上下文相关子问题。
AI 分析
适合边主线边分支思考的用户。可选 fork/spawn 与 persona,需在 config 中配置。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:136155330/dsh-btw说明文档
阅读完整 README ↗Configuration
The plugin row in cordis.patch.yml accepts a config block (fail-loud:
unknown keys abort plugin load):
- insert:
- id: btw
name: dsh-btw
config:
provider: fork # fork (default) | spawn
persona: terse # optional child persona
| key | default | meaning |
|---|---|---|
provider | fork | fork seeds the child with the main session's completed-turn prefix (context-aware answers); spawn starts a fully isolated child. |
persona | — | Optional persona applied to the child (supported by the in-process fork/spawn providers). |