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

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