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
AI 분석
核心用途是解决主上下文膨胀问题。适合在长对话中需要临时询问无关或辅助性问题,但又不希望这些问答被主模型记录的复杂调研或开发任务。
설치
검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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. |