mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- Add custom model input field to Vertex provider settings UI - Update provider settings schema to include vertexCustomModelId field - Modify useSelectedModel hook to prioritize custom models for Vertex - Update AnthropicVertexHandler to handle custom model names with thinking suffix support - Add comprehensive tests for custom model functionality - Add i18n translations for custom model UI elements Fixes #5751: Users can now input custom Vertex AI model IDs in the correct @ format (e.g., claude-sonnet-4@20250514) to avoid 404 errors |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||