dsh-subagent-cwd:给 DSH 子智能体调用增加 per-call cwd

DSH 插件 dsh-subagent-cwd(MIT 许可)在 dsh-subagent-tools 基础上增强子智能体委托能力,核心新增按次调用(per-call)的 cwd 参数,允许指定某一次 subagent / subagent_fork 调用的工作目录。它仍支持按次覆盖 model、provider、persona、toolFilter,以及 @preset: 引用和 provider/model 组合 ID。实现 per-call cwd 依赖两个 in-process provider patches,插件随附 Windows(install.ps1)和 POSIX(inst

阅读全文