From f6125c5efa585444623988d639bbfe1d4e732dca Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Thu, 12 Mar 2026 01:08:07 +0900 Subject: [PATCH] docs: refresh category model variant references Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- docs/guide/agent-model-matching.md | 2 +- docs/reference/configuration.md | 2 +- docs/reference/features.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/agent-model-matching.md b/docs/guide/agent-model-matching.md index dfebed181..834a4725e 100644 --- a/docs/guide/agent-model-matching.md +++ b/docs/guide/agent-model-matching.md @@ -151,7 +151,7 @@ When agents delegate work, they don't pick a model name — they pick a **catego | `deep` | Deep coding, complex logic | GPT-5.3 Codex → Claude Opus → Gemini 3.1 Pro | | `artistry` | Creative, novel approaches | Gemini 3.1 Pro → Claude Opus → GPT-5.4 | | `quick` | Simple, fast tasks | Claude Haiku → Gemini Flash → GPT-5-Nano | -| `unspecified-high` | General complex work | Claude Opus → GPT-5.4 → GLM 5 → K2P5 | +| `unspecified-high` | General complex work | Claude Opus → GPT-5.4 (high) → GLM 5 → K2P5 | | `unspecified-low` | General standard work | Claude Sonnet → GPT-5.3 Codex → Gemini Flash | | `writing` | Text, docs, prose | Gemini Flash → Claude Sonnet | diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 5f06f30be..cbb5276ea 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -288,7 +288,7 @@ Disable categories: `{ "disabled_categories": ["ultrabrain"] }` | **artistry** | `gemini-3.1-pro` | `gemini-3.1-pro` → `claude-opus-4-6` → `gpt-5.4` | | **quick** | `claude-haiku-4-5` | `claude-haiku-4-5` → `gemini-3-flash` → `gpt-5-nano` | | **unspecified-low** | `claude-sonnet-4-6` | `claude-sonnet-4-6` → `gpt-5.3-codex` → `gemini-3-flash` | -| **unspecified-high** | `claude-opus-4-6` | `claude-opus-4-6` → `gpt-5.4` → `glm-5` → `k2p5` → `kimi-k2.5` | +| **unspecified-high** | `claude-opus-4-6` | `claude-opus-4-6` → `gpt-5.4 (high)` → `glm-5` → `k2p5` → `kimi-k2.5` | | **writing** | `gemini-3-flash` | `gemini-3-flash` → `claude-sonnet-4-6` | Run `bunx oh-my-opencode doctor --verbose` to see effective model resolution for your config. diff --git a/docs/reference/features.md b/docs/reference/features.md index 488803590..37fc5a122 100644 --- a/docs/reference/features.md +++ b/docs/reference/features.md @@ -332,7 +332,7 @@ You can create powerful specialized agents by combining Categories and Skills. - **Category**: `ultrabrain` - **load_skills**: `[]` (pure reasoning) -- **Effect**: Leverages GPT-5.3 Codex's logical reasoning for in-depth system architecture analysis. +- **Effect**: Leverages GPT-5.4 xhigh reasoning for in-depth system architecture analysis. #### The Maintainer (Quick Fixes)