Skip to content
dsh.fish
Bundle

@local/dsh-subagent-model-override

全局强制进程内子代理会话使用统一 LLM 路由

Source
sd1g1
Updated
Updated 14 days ago

Readme

# dsh-subagent-model-override

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

## 安装

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

## 配置

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

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

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

Install

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

Profile: web

  • This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.
Source