136155330/dsh-btw

136155330★ 0TypeScript最后同步: 2026-08-19

在 GitHub 打开

/btw side-question command for DeepSeek Harness (dsh) — ask a context-aware question, never touch the main conversation

README 摘要

dsh-btw /btw for DeepSeek Harness (dsh) — a Claude-Code-style side question command. Ask something in the middle of a task, get the answer rendered directly in the UI, and keep working. Neither the question nor the answer becomes a model message in the main conversation: your session log records only the log-only command/run / command/done pair, the token usage stays zero, and the prefix cache is untouched. The answer comes from a one-shot subagent (the fork provider by default), so it is aware of the ongoing conversation — but the conversation never sees the exchange. Install Requires Node.js ≥ 20 and a dsh installation ( npx @deepseek-ai/dsh ). From npm (prebuilt, no build permission needed) From GitHub A git install runs the package's prepare build script, so allow it once in the profile's pnpm-workspace.yaml (pnpm ≥10 policy): Re-run the add after adding the allowance. Pin a commit ( github: /dsh-btw ) if you want reproducibility. Try it from a checkout without installing Verify: dsh --profile web --dump-config shows a btw row; the Web UI's slash-command catalog lists btw beside plan and compact . Configuration The plugin row in cordis.patch.yml accepts a config block (fail-lou…

在 GitHub 查看完整 README →
工具/开发claude-codedeepseek-harnessdsh-pluginslash-commandagent

分类