fix(docs): align fallback provider config examples - #26017
Closed
aqilaziz wants to merge 1 commit into
Closed
Conversation
Use the current top-level fallback_providers list in fallback docs and keep fallback_model documented only as the legacy compatibility shape. Also align cron and delegation fallback coverage with current runtime behavior. Closes #19691 Co-authored-by: Codex <codex@openai.com>
Collaborator
Contributor
Author
|
Thanks for flagging this. I missed #23163 and #23164 when opening this. This PR does overlap with those two PRs on the fallback_providers config-shape cleanup. The main difference is that it folds both docs files into one change and also updates the fallback coverage text for cron jobs and delegated subagents to match current runtime/tests:
If maintainers prefer the older split PRs, I am fine closing this. If a single PR that also fixes the cron/delegation docs drift is useful, this one is green and mergeable. |
23 tasks
This was referenced May 29, 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.
Summary
fallback_providerslist as the primary config shapefallback_modeldocumented only as the legacy/back-compat shapeVerification
git diff --checkrg "fallback_model:\\s*$|do not support a fallback|no automatic fallback|subagents do not inherit" website/docs/user-guide/features/fallback-providers.md website/docs/user-guide/configuration.mdNote:
pnpm --dir website run typecheckandpnpm --dir website run lint:diagramscould not run in this fresh clone becausewebsite/node_modulesis not installed (tsc/ascii-guardnot found).Closes #19691