Roo-Code/packages
Zhao cd55285c06 refactor: remove deprecated Claude 2 and Titan embedding models from Bedrock
Remove 5 deprecated/incompatible models from Bedrock model list:
- Claude 2.1, 2.0, and Claude Instant (no longer supported by AWS)
- Titan Text Embeddings v1 and v2 (embedding-only, not suitable for chat/code tasks)

Update all test files to use Claude 4.5 Sonnet (anthropic.claude-sonnet-4-5-20250929-v1:0),
the current Bedrock default model, ensuring consistency across the test suite.

Updated files:
- Model definitions: packages/types/src/providers/bedrock.ts
- Test files: 6 test files updated with new model references
- Documentation: Updated ARN examples in bedrock.ts comments

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-13 14:02:00 +08:00
..
build Fix: Transform keybindings in nightly build to fix command+y shortcut (#8070) 2025-09-17 19:27:43 -04:00
cloud Batch settings updates from the webview to the extension host (#9165) 2025-11-12 12:29:06 -08:00
config-eslint Upgrade to ESLint 9 + share eslint config across workspaces (#3815) 2025-05-21 21:30:21 -07:00
config-typescript Move @roo-code/cloud to the Roo-Code repo (#7503) 2025-08-28 11:18:45 -07:00
evals Set port 3446 for web-evals in production mode (#8288) 2025-09-24 08:43:05 -07:00
ipc chore: add changeset for v3.31.1 (#9153) 2025-11-10 11:52:10 -05:00
telemetry Track when telemetry settings change (#8339) 2025-09-26 22:48:33 -04:00
types refactor: remove deprecated Claude 2 and Titan embedding models from Bedrock 2025-11-13 14:02:00 +08:00