Roo-Code/packages/types
Roo Code df31ccdf38 fix: add Gemma 4 models to geminiModels map and stop silent model ID fallback
- Add gemma-4-31b-it, gemma-4-12b-it, gemma-4-6b-it, gemma-4-4b-it,
  and gemma-4-1b-it to the geminiModels map with correct context windows
  and capabilities
- Fix silent fallback in GeminiHandler.getModel() that replaced unknown
  model IDs with geminiDefaultModelId (gemini-3.1-pro-preview)
- Apply the same fix to VertexHandler.getModel()
- Now preserves user-provided model ID and only falls back on model info
- Update tests to verify unknown models are passed through and Gemma 4
  models are natively recognized

Closes #12166
2026-04-22 18:53:14 +00:00
..
npm Release: v1.115.0 (#11833) 2026-03-02 13:35:52 -08:00
scripts feat: add correct JSON schema for .roomodes configuration files (#11791) 2026-04-08 16:37:14 -06:00
src fix: add Gemma 4 models to geminiModels map and stop silent model ID fallback 2026-04-22 18:53:14 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
CHANGELOG.md Changeset version bump (#12085) 2026-04-08 15:16:12 -06:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json feat: add correct JSON schema for .roomodes configuration files (#11791) 2026-04-08 16:37:14 -06: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