Files
APAW/docs
swp 657407d5ef 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.
2026-04-04 01:54:02 +01:00
..