JasonQQ/dsh-btw-plugin0

dsh-btw-plugin

Codex 风格的 /btw 旁支提问插件:由对话历史初始化的子智能体回答侧面问题,避免污染主上下文。

AI 分析

核心用途是解决主上下文膨胀问题。适合在长对话中需要临时询问无关或辅助性问题,但又不希望这些问答被主模型记录的复杂调研或开发任务。

包名
dsh-btw-plugin
版本
0.1.0
最近更新
2026年8月24日

安装

此插件尚未提供可验证的 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

KeyDefaultMeaning
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.