docs: update remaining gpt-5-mini → gpt-5 examples across docs#3025
Merged
Conversation
docker-agent
reviewed
Jun 8, 2026
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
Reviewed 16 documentation files (442 diff lines). The PR consistently and correctly updates all gpt-5-mini → gpt-5 model name references across the documentation. All changed lines use the correct format (openai/gpt-5, gpt-5, or GPT-5 as appropriate to context).
Scope: Documentation-only changes — no code, schema, or config logic modified.
Findings summary: No confirmed or likely bugs found in the changed code. Two low-severity observations (not in changed lines):
- In
docs/concepts/agents/index.mdanddocs/configuration/agents/index.md, fallback model list examples show the updatedopenai/gpt-5alongside unchangedgoogle/gemini-2.5-flashcontext lines. If the Gemini model rename (gemini-2.5-flash→gemini-3.5-flash) was part of a previous PR (#2997), these context lines may warrant a follow-up update — but they are outside the scope of this PR's changed lines and do not affect correctness of the current changes.
The PR description accurately reflects all changed and intentionally-unchanged files.
dgageot
approved these changes
Jun 8, 2026
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.
Documentation updates
This PR completes the documentation sync for PR #2997 and PR #3012, updating the remaining
gpt-5-mini→gpt-5andgemini-2.5-flash→gemini-3.5-flashreferences in generic how-to examples across the docs.Source PRs
gpt-5-minitogpt-5, Google default fromgemini-2.5-flashtogemini-3.5-flashconfiguration/overviewandconfiguration/models)Commits
Commit 1 —
gpt-5-mini→gpt-5in generic how-to examples:docs/configuration/hcl/index.mddocs/configuration/agents/index.mddocs/configuration/models/index.mddocs/concepts/multi-agent/index.mddocs/concepts/models/index.mddocs/concepts/agents/index.mddocs/concepts/distribution/index.mddocs/features/mcp-mode/index.mddocs/features/cli/index.mddocs/getting-started/introduction/index.mddocs/getting-started/quickstart/index.mddocs/guides/secrets/index.mddocs/tools/mcp/index.mddocs/community/troubleshooting/index.mddocs/providers/overview/index.mdCommit 2 —
gemini-2.5-flash→gemini-3.5-flashin generic how-to examples:docs/configuration/agents/index.mddocs/concepts/agents/index.mddocs/configuration/models/index.mddocs/guides/go-sdk/index.mddocs/concepts/models/index.mdCommit 3 — revert contrast-example model names back to
gpt-5-mini:docs/concepts/multi-agent/index.md(Multi-Model Teamsfastmodel)docs/features/mcp-mode/index.md(designeragent alongsideclaude-sonnet-4-5engineer)Not changed
Provider-specific pages (
docs/providers/google/,docs/providers/openai/), examples specifically demonstrating model parameters (guides/thinking/), model-picker tool docs, routing cheap-fallback contrast examples (docs/configuration/routing/index.md),docs/providers/custom/index.md, and within-file contrast/tiering examples (docs/concepts/multi-agent/index.mdMulti-Model Teams section,docs/features/mcp-mode/index.mddesigner/engineer example) are intentionally unchanged.PR #3007 review
PR #3007 (fix: preserve agent field during command expansion) — bug fix only. The docs already correctly document the intended behavior of the
agent:field in commands. No documentation update needed.