Skip to content

docs: update default model examples to gpt-5 and gemini-3.5-flash#3003

Merged
dgageot merged 1 commit into
mainfrom
docs/auto-update
Jun 5, 2026
Merged

docs: update default model examples to gpt-5 and gemini-3.5-flash#3003
dgageot merged 1 commit into
mainfrom
docs/auto-update

Conversation

@aheritier
Copy link
Copy Markdown
Contributor

Documentation updates for recently merged features

This PR brings the /docs content in sync with changes merged into main in the last 36 hours.

Changes

Commit Source PR What changed
57b6f53 #2997 Update default model examples: gpt-5-minigpt-5, gemini-2.5-flashgemini-3.5-flash

Details

docs/configuration/overview/index.md — Updates the DOCKER_AGENT_DEFAULT_MODEL environment variable example value from openai/gpt-5-mini to openai/gpt-5, reflecting the bumped default in PR #2997.

docs/providers/openai/index.md — Updates the primary inline and named model examples from gpt-5-mini to gpt-5. The Available Models table is left intact — gpt-5-mini remains a valid model and is correctly listed there.

docs/providers/google/index.md — Updates the primary inline and named model examples from gemini-2.5-flash to gemini-3.5-flash. The Available Models table is left intact — gemini-2.5-flash remains a valid model and is correctly listed there.

PRs reviewed but no doc changes needed

Source PR Reason
#3000 Hooks docs (docs/configuration/hooks/index.md) were updated as part of the PR itself
#2999 Already a docs-only PR
#2996 Coder agent model rename (haikufast) has no doc references — only claude-haiku-4-5 (a real model name) appears in docs, not the internal config alias
#2995 Dependency bump — no user-facing changes
#2993 Self-update docs were included in the PR itself

Reflects changes from PR #2997 which bumped the auto-detected defaults
for OpenAI (gpt-5-mini → gpt-5) and Google (gemini-2.5-flash → gemini-3.5-flash)
and updated the default agent to use first_available model selection.

Source PR: #2997
@aheritier aheritier requested a review from a team as a code owner June 5, 2026 04:04
@aheritier aheritier added the kind/docs Documentation-only changes label Jun 5, 2026
Copy link
Copy Markdown

@docker-agent docker-agent left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Assessment: 🟢 APPROVE

This is a clean, low-risk documentation-only PR. The model name updates (gpt-5-minigpt-5, gemini-2.5-flashgemini-3.5-flash) are applied consistently across all three affected files. No bugs, logic errors, or security issues were found in the changed lines.

@aheritier aheritier added area/providers/openai For features/issues/fixes related to the usage of OpenAI models area/providers/gemini Google Gemini provider support labels Jun 5, 2026
@dgageot dgageot merged commit 7f5811e into main Jun 5, 2026
12 checks passed
aheritier added a commit that referenced this pull request Jun 7, 2026
Reflects default model change from PR #2997 where openai default
was bumped from gpt-5-mini to gpt-5. PR #3003 updated the env var
table but left code examples unchanged.

Source: #2997
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/providers/gemini Google Gemini provider support area/providers/openai For features/issues/fixes related to the usage of OpenAI models kind/docs Documentation-only changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants