fix: replace unavailable model references with available ones

- Replace anthropic/claude-sonnet-4 with ollama-cloud/gpt-oss:120b in:
  - capability-analyst.md
  - agent-architect.md
- Replace openai/compound with ollama-cloud/glm-5 in review-watcher.md
- Remove duplicate model definitions in agent-architect.md
- Add AGENT_AUDIT.md documenting all model fixes

Available models use prefixes:
- ollama-cloud/ (primary)
- openrouter/ (router)
- qwen/ (direct)
- groq/ (fast inference)

NOT available:
- anthropic/ (Claude)
- openai/ (use via ollama-cloud/gpt-oss instead)

All 18 agents and 11 commands now use available models.
This commit is contained in:
swp
2026-04-04 01:54:02 +01:00
parent 298dde4273
commit 657407d5ef
4 changed files with 145 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
---
description: Watch for completion comments and trigger automatic review
mode: subagent
model: openai/compound
model: ollama-cloud/glm-5
color: "#EF4444"
---