dsh-btw-plugin
Codex-style /btw for DeepSeek Harness: ask a side question answered by a conversation-seeded subagent, keeping the answer out of the main context
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 README ↗Usage
In any session composer:
/btw
The answer appears as a command result card. It does not become a message the main model sees, so you can reference it yourself without bloating the context.
Configuration
| Key | Default | Meaning |
|---|---|---|
provider | "fork" | Subagent provider. fork seeds the child with the parent's completed turns (sees the main context); spawn starts a fully standalone child. |
maxDepth | (unset) | Optional recursion-depth cap for the child; defaults to the harness default when omitted. |