136155330/dsh-btw0

dsh-btw

/btw slash command for DeepSeek Harness: ask a context-aware side question without touching the main conversation

包名
dsh-btw
版本
0.1.0
许可证
MIT
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:136155330/dsh-btw

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
keydefaultmeaning
providerforkfork seeds the child with the main session's completed-turn prefix (context-aware answers); spawn starts a fully isolated child.
personaOptional persona applied to the child (supported by the in-process fork/spawn providers).