docs: sync config examples with updated default models (gpt-5, gemini-3.5-flash)#3012
Merged
Conversation
docker-agent
reviewed
Jun 7, 2026
docker-agent
left a comment
There was a problem hiding this comment.
Assessment: 🟢 APPROVE
All changes in this PR are correct. The diff updates exactly the model references described:
- 7 occurrences of
openai/gpt-5-mini→openai/gpt-5indocs/configuration/overview/index.md anthropic/claude-sonnet-4-5→anthropic/claude-sonnet-4-6in thefirst_availableexamplegoogle/gemini-2.5-flash→google/gemini-3.5-flashin thefirst_availableexampleclaude-sonnet-4-5→claude-sonnet-4-6in the named model block
No bugs or logic errors were introduced in the changed lines. The intentionally preserved references (case-sensitivity callout, Available Models table) are consistent with the PR description.
dgageot
approved these changes
Jun 7, 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 for recently merged features
This PR brings the
/docscontent in sync with changes merged intomainin the last 36 hours.Changes
5dbd717cgpt-5-mini→gpt-579b0a736first_availableexample:claude-sonnet-4-5→claude-sonnet-4-6,gemini-2.5-flash→gemini-3.5-flashDetails
docs/configuration/overview/index.md— PR #3003 (merged 2026-06-05) updated theDOCKER_AGENT_DEFAULT_MODELenv var description but left 7 YAML/HCL code examples still showingopenai/gpt-5-mini. These are the "Minimal Config", "Inline model card", "Config Versioning", "Reusable MCPs", and "Reusable Commands & Skills" examples — all generic how-to snippets that should use the current default model. The case-sensitivity callout (openai/gpt-5-mini is not the same as openai/GPT-5-mini) is intentionally left unchanged since it references a real valid model.docs/configuration/models/index.md— Thefirst_availablesection example usedclaude-sonnet-4-5andgemini-2.5-flashas candidates, reflecting the old defaults. Updated toclaude-sonnet-4-6andgemini-3.5-flashto match the current defaults from PR #2997. The Available Models table listinggemini-2.5-flashas a valid model is unchanged.PRs reviewed and found up to date