tanzhenxin
849bdb0dbe
fix(i18n): add translations for modality and context window display
...
- Add i18n keys for modality types and status labels
- Update ModelDialog to use t() for user-facing strings
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-28 15:33:55 +08:00
tanzhenxin
00f9c56660
Merge branch 'main' into fix/modality-defaults-pdf-error
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-28 14:20:40 +08:00
tanzhenxin
66dbc50de1
fix: add modality defaults to prevent API errors when reading PDFs
...
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-27 20:00:38 +08:00
mingholy.lmh
51214d9032
fix: 修复模型常量更新导致的单测失败
...
- 将 ModelDialog.test.tsx 中的 MAINLINE_CODER_MODEL 替换为 DEFAULT_QWEN_MODEL
- 修复 modelConfigResolver.test.ts 中 OpenAI auth 类型的默认模型期望
- 统一使用 core 包导出的 MAINLINE_CODER_MODEL 常量
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-02-26 15:45:06 +08:00
mingholy.lmh
0137b316d0
feat: support runtime model selection for both interactive and ACP
2026-02-02 17:52:50 +08:00
mingholy.lmh
889c49f0f4
fix: provide available models of all configured authTypes
2026-02-01 19:54:31 +08:00
mingholy.lmh
da8c49cb9d
fix: localize default base URL display in ModelDialog
2026-01-15 20:15:37 +08:00
mingholy.lmh
2b511d0b83
fix: cold start issue and acp integration tests
2026-01-08 18:08:56 +08:00
mingholy.lmh
85bc0833b4
fix: remove authType fallback option for cold start case
2026-01-08 18:08:56 +08:00
mingholy.lmh
ded1ebcdff
fix: fallback and auth issues when configuring a duplicate model id
2026-01-07 22:58:11 +08:00
mingholy.lmh
8da376637a
fix: remove detailed generationConfig
2026-01-07 22:58:10 +08:00
mingholy.lmh
db12796df5
refactor: update authentication handling and model configuration
...
- Enhanced authentication method validation in `auth.ts` and `auth.test.ts`.
- Introduced new model provider configuration logic
- Updated environment variable handling for various auth types.
- Removed deprecated utility functions and tests related to fallback mechanisms.
2026-01-07 22:58:09 +08:00
pomelo
48b77541c3
feat(i18n): Add Internationalization Support for UI and LLM Output ( #1058 )
2025-11-21 15:44:37 +08:00
tanzhenxin
eb95c131be
Sync upstream Gemini-CLI v0.8.2 ( #838 )
2025-10-23 09:27:04 +08:00