dsh-btw
/btw slash command for DeepSeek Harness: ask a context-aware side question without touching the main conversation
安装
$
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). |