Skip to content

Commit 69a1266

Browse files
committed
feat(oracle): change default model to claude-opus-4-5
1 parent 2722aa5 commit 69a1266

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/agents/AGENTS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ AI agent definitions for multi-model orchestration. 7 specialized agents: Sisyph
99
```
1010
agents/
1111
├── sisyphus.ts # Primary orchestrator (Claude Opus 4.5)
12-
├── oracle.ts # Strategic advisor (Claude Opus 4.5)
12+
├── oracle.ts # Strategic advisor (GPT-5.2)
1313
├── librarian.ts # Multi-repo research (Claude Sonnet 4.5)
1414
├── explore.ts # Fast codebase grep (Grok Code)
1515
├── frontend-ui-ux-engineer.ts # UI generation (Gemini 3 Pro)
@@ -27,7 +27,7 @@ agents/
2727
| Agent | Default Model | Fallback | Purpose |
2828
|-------|---------------|----------|---------|
2929
| Sisyphus | anthropic/claude-opus-4-5 | - | Primary orchestrator with extended thinking |
30-
| oracle | anthropic/claude-opus-4-5 | - | Read-only consultation. High-IQ debugging, architecture |
30+
| oracle | openai/gpt-5.2 | - | Read-only consultation. High-IQ debugging, architecture |
3131
| librarian | anthropic/claude-sonnet-4-5 | google/gemini-3-flash | Docs, OSS research, GitHub examples |
3232
| explore | opencode/grok-code | google/gemini-3-flash, anthropic/claude-haiku-4-5 | Fast contextual grep |
3333
| frontend-ui-ux-engineer | google/gemini-3-pro-preview | - | UI/UX code generation |

0 commit comments

Comments
 (0)