136155330/dsh-btw0

dsh-btw

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

AI Analysis

适合边主线边分支思考的用户。可选 fork/spawn 与 persona,需在 config 中配置。

Package
dsh-btw
Version
0.1.0
License
MIT
Last updated
Aug 19, 2026

Install

$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).