docs: fix model names and IDs in quickstart and bedrock pages#800
Merged
pgrayy merged 4 commits intostrands-agents:mainfrom Apr 30, 2026
Merged
docs: fix model names and IDs in quickstart and bedrock pages#800pgrayy merged 4 commits intostrands-agents:mainfrom
pgrayy merged 4 commits intostrands-agents:mainfrom
Conversation
Contributor
Documentation Preview ReadyYour documentation preview has been successfully deployed! Preview URL: https://d3ehv1nix5p99z.cloudfront.net/pr-cms-800/docs/user-guide/quickstart/overview/ Updated at: 2026-04-30T14:56:25.786Z |
Contributor
Documentation Preview FailedThe documentation deployment encountered an error. Please check the deployment logs for more details. |
lizradway
previously approved these changes
Apr 30, 2026
Contributor
Documentation Preview FailedThe documentation deployment encountered an error. Please check the deployment logs for more details. |
pgrayy
commented
Apr 30, 2026
lizradway
reviewed
Apr 30, 2026
lizradway
approved these changes
Apr 30, 2026
mehtarac
approved these changes
Apr 30, 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.
Description
The quickstart guides and Amazon Bedrock model provider page referenced incorrect or outdated model names and IDs. This PR updates them to match the current SDK defaults.
Quickstart pages (Python and TypeScript):
claude-sonnet-4-20250514default) and "Claude Sonnet 4.6" (TypeScript, matching itsclaude-sonnet-4-6default).global.anthropic.claude-sonnet-4-6).global.anthropic.claude-opus-4-6-v1) so they clearly demonstrate switching to a different model rather than restating the default. Model ID verified against Bedrock.Amazon Bedrock model provider page:
us.anthropic.claude-sonnet-4-5-20250929-v1:0tous.anthropic.claude-sonnet-4-6.CI fix: pin Zod to 4.3.6
Zod 4.4.0 (published 2026-04-29) introduced a regression where
z.preprocessno longer preserves.optional()on the wrapped schema. This breaks Starlight'ssocialconfig validation, which uses that pattern, causing all doc builds to fail withsocial: Required. This affects all branches, not just this PR.Pinning Zod to 4.3.6 via
overridesinpackage.jsonrestores the working behavior. Verified locally: Zod 4.4.0 reproduces the error, Zod 4.3.6 builds successfully.Related Issues
N/A
Type of Change
Checklist
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.