Roo-Code/packages/types
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
..
npm Release: v1.85.0 (#9155) 2025-11-10 12:52:06 -05:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src refactor: remove deprecated Claude 2 and Titan embedding models from Bedrock 2025-11-13 14:02:00 +08:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00