feat: upgrade oracle agent to gpt-5.4
This commit is contained in:
@@ -176,7 +176,7 @@ See the [Orchestration System Guide](./orchestration.md) for how agents dispatch
|
||||
"explore": { "model": "github-copilot/grok-code-fast-1" },
|
||||
|
||||
// Architecture consultation: GPT or Claude Opus
|
||||
"oracle": { "model": "openai/gpt-5.2", "variant": "high" },
|
||||
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
|
||||
// Prometheus inherits sisyphus model; just add prompt guidance
|
||||
"prometheus": { "prompt_append": "Leverage deep & quick agents heavily, always in parallel." }
|
||||
|
||||
@@ -197,7 +197,7 @@ When GitHub Copilot is the best available provider, oh-my-opencode uses these mo
|
||||
| Agent | Model |
|
||||
| ------------- | --------------------------------------------------------- |
|
||||
| **Sisyphus** | `github-copilot/claude-opus-4-6` |
|
||||
| **Oracle** | `github-copilot/gpt-5.2` |
|
||||
| **Oracle** | `github-copilot/gpt-5.4` |
|
||||
| **Explore** | `opencode/gpt-5-nano` |
|
||||
| **Librarian** | `zai-coding-plan/glm-4.7` (if Z.ai available) or fallback |
|
||||
|
||||
@@ -225,7 +225,7 @@ When OpenCode Zen is the best available provider (no native or Copilot), these m
|
||||
| Agent | Model |
|
||||
| ------------- | -------------------------- |
|
||||
| **Sisyphus** | `opencode/claude-opus-4-6` |
|
||||
| **Oracle** | `opencode/gpt-5.2` |
|
||||
| **Oracle** | `opencode/gpt-5.4` |
|
||||
| **Explore** | `opencode/gpt-5-nano` |
|
||||
| **Librarian** | `opencode/glm-4.7-free` |
|
||||
|
||||
|
||||
@@ -181,7 +181,7 @@ You can override specific agents or categories in your config:
|
||||
"explore": { "model": "github-copilot/grok-code-fast-1" },
|
||||
|
||||
// Architecture consultation: GPT or Claude Opus
|
||||
"oracle": { "model": "openai/gpt-5.2", "variant": "high" }
|
||||
"oracle": { "model": "openai/gpt-5.4", "variant": "high" }
|
||||
},
|
||||
|
||||
"categories": {
|
||||
|
||||
@@ -81,7 +81,7 @@ Here's a practical starting configuration:
|
||||
"explore": { "model": "github-copilot/grok-code-fast-1" },
|
||||
|
||||
// Architecture consultation: GPT or Claude Opus
|
||||
"oracle": { "model": "openai/gpt-5.2", "variant": "high" },
|
||||
"oracle": { "model": "openai/gpt-5.4", "variant": "high" },
|
||||
|
||||
// Prometheus inherits sisyphus model; just add prompt guidance
|
||||
"prometheus": { "prompt_append": "Leverage deep & quick agents heavily, always in parallel." }
|
||||
@@ -253,7 +253,7 @@ Disable categories: `{ "disabled_categories": ["ultrabrain"] }`
|
||||
|-------|---------------|-------------------|
|
||||
| **Sisyphus** | `claude-opus-4-6` | anthropic → github-copilot → opencode → kimi-for-coding → zai-coding-plan |
|
||||
| **Hephaestus** | `gpt-5.3-codex` | openai → github-copilot → opencode |
|
||||
| **oracle** | `gpt-5.2` | openai → google → anthropic (via github-copilot/opencode) |
|
||||
| **oracle** | `gpt-5.4` | openai → google → anthropic (via github-copilot/opencode) |
|
||||
| **librarian** | `glm-4.7` | zai-coding-plan → opencode → anthropic |
|
||||
| **explore** | `grok-code-fast-1` | github-copilot → anthropic/opencode → opencode |
|
||||
| **multimodal-looker** | `gemini-3-flash` | google → openai → zai-coding-plan → kimi-for-coding → opencode → anthropic |
|
||||
|
||||
Reference in New Issue
Block a user