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:
@@ -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"
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user