chore(ai-search): remove Claude Sonnet 3.5 v2 model#10240
Merged
Conversation
Remove all references to Claude Sonnet 3.5 v2 from the AIChatModel enum as it is being retired by Anthropic and Bedrock. Changes: - Removed 'claude-3.5' from AIChatModel enum in docs.yml definition - Updated generated TypeScript SDK files - Updated JSON schema files Co-Authored-By: danny@buildwithfern.com <danny@buildwithfern.com>
Contributor
Author
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
The CI lint job regenerates JSON schema files and expects no trailing newline at EOF. This commit removes the trailing newlines from both docs-yml.schema.json files to match CI's generation output. Co-Authored-By: danny@buildwithfern.com <danny@buildwithfern.com>
dannysheridan
approved these changes
Nov 7, 2025
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
Refs: Request from danny@buildwithfern.com via Slack to remove Claude Sonnet 3.5 v2 model references
Anthropic and AWS Bedrock are retiring Claude Sonnet 3.5 v2 (
us.anthropic.claude-3-5-sonnet-20241022-v2:0). This PR removes theclaude-3.5option from theAIChatModelenum in the docs.yml configuration schema to prevent users from configuring a model that will soon be unavailable.ai-search.model: claude-3.5in their docs.yml will need to update toclaude-3.7,claude-4, orcommand-a.Related PR: This should be coordinated with fern-platform#4665 which removes the actual Bedrock model implementation.
Changes Made
claude-3.5enum value fromAIChatModelinfern/apis/docs-yml/definition/docs.ymlpackages/cli/configuration/src/docs-yml/schemas/sdk/api/resources/docs/types/AiChatModel.tspackages/cli/configuration/src/docs-yml/schemas/sdk/serialization/resources/docs/types/AiChatModel.tsdocs-yml.schema.jsonandpackages/cli/workspace/loader/src/docs-yml.schema.jsonTesting
pnpm test)Review Checklist
Critical items for review:
fern generateafter mergeLink to Devin run: https://app.devin.ai/sessions/93a5a406abf942e892901ab8a33f74f2
Requested by: danny@buildwithfern.com (@dannysheridan)