docs: align GPT-5.5 model references#3691
Merged
code-yeongyu merged 1 commit intoMay 6, 2026
Merged
Conversation
There was a problem hiding this comment.
No issues found across 11 files
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Docs-only change aligning model references and example configs with existing codebase defaults. No runtime behavior changes, so 100% regression-free.
acamq
approved these changes
Apr 28, 2026
3d1c601 to
766cdaf
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
src/shared/model-requirements.ts.Testing
GIT_MASTER=1 git diff --check HEAD~1..HEADrg --pcre2 -n 'gpt-5\\.4(?!-(mini|nano))|GPT-5\\.4(?! Mini)|GPT-5\\.4(?! Mini)' docs/examples docs/guide/agent-model-matching.md docs/guide/installation.md docs/guide/orchestration.md docs/guide/overview.md docs/reference/configuration.md docs/reference/features.mdGIT_MASTER=1 git diff HEAD~1..HEAD -- docs/examples docs/guide docs/reference | rg -n '^[+-].*(grok-code-fast-1|Grok Code Fast 1|gpt-5\\.4-mini-fast|GPT-5\\.4 Mini Fast)'Notes
Docs-only change. No runtime behavior changes.
Need help on this PR? Tag
@codesmithwith what you need.Summary by cubic
Aligns docs, diagrams, and example configs to make
openai/gpt-5.5the default non‑mini GPT model across agents, categories, fallbacks, and flows, matchingsrc/shared/model-requirements.ts. Adds GPT‑5.5 prompt variants for Sisyphus and Hephaestus; no runtime changes.gpt-5.5; Prometheus/Atlas/Metis/Sisyphus‑Junior chains now includegpt-5.5; Multimodal Looker leads withgpt-5.5.ultrabrain(xhigh),deep(medium), andunspecified-highchains usegpt-5.5;gpt-5.4-miniandgpt-5-nanounchanged.gpt-5.4→gpt-5.5in example configs (default.jsonc,coding-focused.jsonc,planning-focused.jsonc) and modelConcurrency keys.gpt-5-5.tsentries insrc/agents/sisyphus/AGENTS.mdandsrc/agents/hephaestus/AGENTS.md; expanded guides with Model Families/OpenCode Go sections; refreshed orchestration diagrams and installation/provider tables to reflectgpt-5.5.Written for commit 766cdaf. Summary will update on new commits.