updated subagent workflows

This commit is contained in:
Jonas H
2026-04-06 20:05:59 +02:00
parent 90e62b1a51
commit 0982a37e4d
16 changed files with 65 additions and 262 deletions

View File

@@ -66,11 +66,11 @@ When a subagent call returns no output (silent failure), apply cross-family mode
```js
// Example: scout fails silently, retry with fallback
subagent({ agent: "scout", task: "...", model: "anthropic/claude-haiku-4-5" })
subagent({ agent: "scout", task: "...", model: "opencode/big-pickle" })
```
| Agent | Primary | Fallback |
|-------|---------|----------|
| scout | zai/glm-4.7-flash | anthropic/claude-haiku-4-5 |
| planner | zai/glm-5.1 | anthropic/claude-opus-4-6 |
| plan-reviewer | anthropic/claude-opus-4-6 | zai/glm-5.1 |
| scout | opencode-go/mimo-v2-pro | opencode/big-pickle |
| planner | opencode/qwen3.6-plus-free | opencode-go/glm-5 |
| plan-reviewer | opencode-go/kimi-k2.5 | opencode/qwen3.6-plus-free |