From 9795cc5b3d0547cc66b14ea503055cd110e4442c Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 31 Mar 2026 17:26:40 -0700 Subject: [PATCH] docs: update deep category model references from gpt-5.3-codex to gpt-5.4 --- docs/examples/coding-focused.jsonc | 2 +- docs/examples/default.jsonc | 2 +- docs/examples/planning-focused.jsonc | 2 +- docs/guide/agent-model-matching.md | 2 +- docs/reference/configuration.md | 4 ++-- docs/reference/features.md | 2 +- src/tools/AGENTS.md | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/examples/coding-focused.jsonc b/docs/examples/coding-focused.jsonc index 1eef02602..5df5592bc 100644 --- a/docs/examples/coding-focused.jsonc +++ b/docs/examples/coding-focused.jsonc @@ -64,7 +64,7 @@ "visual-engineering": { "model": "google/gemini-3.1-pro", "variant": "high" }, // Deep autonomous work - "deep": { "model": "openai/gpt-5.3-codex" }, + "deep": { "model": "openai/gpt-5.4" }, // Architecture decisions "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, diff --git a/docs/examples/default.jsonc b/docs/examples/default.jsonc index 21ec8df1b..d48f26e7d 100644 --- a/docs/examples/default.jsonc +++ b/docs/examples/default.jsonc @@ -53,7 +53,7 @@ "unspecified-high": { "model": "anthropic/claude-opus-4-6", "variant": "max" }, "writing": { "model": "google/gemini-3-flash" }, "visual-engineering": { "model": "google/gemini-3.1-pro", "variant": "high" }, - "deep": { "model": "openai/gpt-5.3-codex" }, + "deep": { "model": "openai/gpt-5.4" }, "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, }, diff --git a/docs/examples/planning-focused.jsonc b/docs/examples/planning-focused.jsonc index 4f6aef926..48ab12c1b 100644 --- a/docs/examples/planning-focused.jsonc +++ b/docs/examples/planning-focused.jsonc @@ -80,7 +80,7 @@ "visual-engineering": { "model": "google/gemini-3.1-pro", "variant": "high" }, // Deep research and analysis - "deep": { "model": "openai/gpt-5.3-codex" }, + "deep": { "model": "openai/gpt-5.4" }, // Strategic reasoning "ultrabrain": { "model": "openai/gpt-5.4", "variant": "xhigh" }, diff --git a/docs/guide/agent-model-matching.md b/docs/guide/agent-model-matching.md index cd06f5c75..8c3f50962 100644 --- a/docs/guide/agent-model-matching.md +++ b/docs/guide/agent-model-matching.md @@ -171,7 +171,7 @@ When agents delegate work, they don't pick a model name — they pick a **catego | -------------------- | -------------------------- | -------------------------------------------- | | `visual-engineering` | Frontend, UI, CSS, design | google\|github-copilot\|opencode/gemini-3.1-pro (high) → zai-coding-plan\|opencode/glm-5 → anthropic\|github-copilot\|opencode/claude-opus-4-6 (max) → opencode-go/glm-5 → kimi-for-coding/k2p5 | | `ultrabrain` | Maximum reasoning needed | openai\|opencode/gpt-5.4 (xhigh) → google\|github-copilot\|opencode/gemini-3.1-pro (high) → anthropic\|github-copilot\|opencode/claude-opus-4-6 (max) → opencode-go/glm-5 | -| `deep` | Deep coding, complex logic | openai\|opencode/gpt-5.3-codex (medium) → anthropic\|github-copilot\|opencode/claude-opus-4-6 (max) → google\|github-copilot\|opencode/gemini-3.1-pro (high) | +| `deep` | Deep coding, complex logic | openai\|github-copilot\|venice\|opencode/gpt-5.4 (medium) → anthropic\|github-copilot\|opencode/claude-opus-4-6 (max) → google\|github-copilot\|opencode/gemini-3.1-pro (high) | | `artistry` | Creative, novel approaches | google\|github-copilot\|opencode/gemini-3.1-pro (high) → anthropic\|github-copilot\|opencode/claude-opus-4-6 (max) → openai\|github-copilot\|opencode/gpt-5.4 | | `quick` | Simple, fast tasks | openai\|github-copilot\|opencode/gpt-5.4-mini → anthropic\|github-copilot\|opencode/claude-haiku-4-5 → google\|github-copilot\|opencode/gemini-3-flash → opencode-go/minimax-m2.7 → opencode/gpt-5-nano | | `unspecified-high` | General complex work | anthropic\|github-copilot\|opencode/claude-opus-4-6 (max) → openai\|github-copilot\|opencode/gpt-5.4 (high) → zai-coding-plan\|opencode/glm-5 → kimi-for-coding/k2p5 → opencode-go/glm-5 → opencode/kimi-k2.5 → opencode\|moonshotai\|moonshotai-cn\|firmware\|ollama-cloud\|aihubmix/kimi-k2.5 | diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index c7584e728..ad582c258 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -289,7 +289,7 @@ Domain-specific model delegation used by the `task()` tool. When Sisyphus delega | -------------------- | ------------------------------- | ---------------------------------------------- | | `visual-engineering` | `google/gemini-3.1-pro` (high) | Frontend, UI/UX, design, animation | | `ultrabrain` | `openai/gpt-5.4` (xhigh) | Deep logical reasoning, complex architecture | -| `deep` | `openai/gpt-5.3-codex` (medium) | Autonomous problem-solving, thorough research | +| `deep` | `openai/gpt-5.4` (medium) | Autonomous problem-solving, thorough research | | `artistry` | `google/gemini-3.1-pro` (high) | Creative/unconventional approaches | | `quick` | `openai/gpt-5.4-mini` | Trivial tasks, typo fixes, single-file changes | | `unspecified-low` | `anthropic/claude-sonnet-4-6` | General tasks, low effort | @@ -372,7 +372,7 @@ Capability data comes from provider runtime metadata first. OmO also ships bundl | ---------------------- | ------------------- | -------------------------------------------------------------- | | **visual-engineering** | `gemini-3.1-pro` | `google\|github-copilot\|opencode/gemini-3.1-pro (high)` → `zai-coding-plan\|opencode/glm-5` → `anthropic\|github-copilot\|opencode/claude-opus-4-6 (max)` → `opencode-go/glm-5` → `kimi-for-coding/k2p5` | | **ultrabrain** | `gpt-5.4` | `openai\|opencode/gpt-5.4 (xhigh)` → `google\|github-copilot\|opencode/gemini-3.1-pro (high)` → `anthropic\|github-copilot\|opencode/claude-opus-4-6 (max)` → `opencode-go/glm-5` | -| **deep** | `gpt-5.3-codex` | `openai\|opencode/gpt-5.3-codex (medium)` → `anthropic\|github-copilot\|opencode/claude-opus-4-6 (max)` → `google\|github-copilot\|opencode/gemini-3.1-pro (high)` | +| **deep** | `gpt-5.4` | `openai\|github-copilot\|venice\|opencode/gpt-5.4 (medium)` → `anthropic\|github-copilot\|opencode/claude-opus-4-6 (max)` → `google\|github-copilot\|opencode/gemini-3.1-pro (high)` | | **artistry** | `gemini-3.1-pro` | `google\|github-copilot\|opencode/gemini-3.1-pro (high)` → `anthropic\|github-copilot\|opencode/claude-opus-4-6 (max)` → `openai\|github-copilot\|opencode/gpt-5.4` | | **quick** | `gpt-5.4-mini` | `openai\|github-copilot\|opencode/gpt-5.4-mini` → `anthropic\|github-copilot\|opencode/claude-haiku-4-5` → `google\|github-copilot\|opencode/gemini-3-flash` → `opencode-go/minimax-m2.7` → `opencode/gpt-5-nano` | | **unspecified-low** | `claude-sonnet-4-6` | `anthropic\|github-copilot\|opencode/claude-sonnet-4-6` → `openai\|opencode/gpt-5.3-codex (medium)` → `opencode-go/kimi-k2.5` → `google\|github-copilot\|opencode/gemini-3-flash` → `opencode-go/minimax-m2.7` | diff --git a/docs/reference/features.md b/docs/reference/features.md index 71387b3e1..584c6312e 100644 --- a/docs/reference/features.md +++ b/docs/reference/features.md @@ -111,7 +111,7 @@ By combining these two concepts, you can generate optimal agents through `task`. | -------------------- | ------------------------------- | --------------------------------------------------------------------------------------------------------------------------- | | `visual-engineering` | `google/gemini-3.1-pro` | Frontend, UI/UX, design, styling, animation | | `ultrabrain` | `openai/gpt-5.4` (xhigh) | Deep logical reasoning, complex architecture decisions requiring extensive analysis | -| `deep` | `openai/gpt-5.3-codex` (medium) | Goal-oriented autonomous problem-solving. Thorough research before action. For hairy problems requiring deep understanding. | +| `deep` | `openai/gpt-5.4` (medium) | Goal-oriented autonomous problem-solving. Thorough research before action. For hairy problems requiring deep understanding. | | `artistry` | `google/gemini-3.1-pro` (high) | Highly creative/artistic tasks, novel ideas | | `quick` | `openai/gpt-5.4-mini` | Trivial tasks - single file changes, typo fixes, simple modifications | | `unspecified-low` | `anthropic/claude-sonnet-4-6` | Tasks that don't fit other categories, low effort required | diff --git a/src/tools/AGENTS.md b/src/tools/AGENTS.md index c9df2e9d5..8effec4d0 100644 --- a/src/tools/AGENTS.md +++ b/src/tools/AGENTS.md @@ -93,7 +93,7 @@ |----------|-------|--------| | visual-engineering | gemini-3.1-pro high | Frontend, UI/UX | | ultrabrain | gpt-5.4 xhigh | Hard logic | -| deep | gpt-5.3-codex medium | Autonomous problem-solving | +| deep | gpt-5.4 medium | Autonomous problem-solving | | artistry | gemini-3.1-pro high | Creative approaches | | quick | gpt-5.4-mini | Trivial tasks | | unspecified-low | claude-sonnet-4-6 | Moderate effort |