dsh-subagent-model-override
Agent 与会话 活跃维护

dsh-subagent-model-override

sd1g1/dsh-subagent-model-override

支持灵活配置子代理的模型调用策略,可按需为不同子代理场景单独指定适配模型,无需全局修改配置即可实现细粒度模型路由管控,部署简单兼容主流工作流

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
None
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:sd1g1/dsh-subagent-model-override
git clone https://github.com/sd1g1/dsh-subagent-model-override.git
git clone git@github.com:sd1g1/dsh-subagent-model-override.git
README.md main

dsh-subagent-model-override

DeepSeek Harness 插件:强制所有进程内子代理的模型请求统一走指定 LLM 路由。

安装

dsh plugin --profile web add github:sd1g1/dsh-subagent-model-override

配置

在 ~/.dsh/settings.yaml 中设置:

subagent-model-override:
  provider: opencode-go
  model: deepseek-v4-flash
  reasoningEffort: max

保存后生效;不配置时使用上述默认值。