qwen-code/packages/core/src/models
tanzhenxin 104b1cda44 feat: add Qwen3.6-Plus model support
- Add Qwen3.6-Plus as the latest model in README news section
- Update model configurations to use qwen3.6-plus as default
- Update i18n translations for Qwen3.6-Plus description
- Update token limits patterns to support qwen3.x versions generically
- Remove default temperature from DashScope provider to use model defaults

Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
2026-04-02 12:09:17 +08:00
..
constants.ts feat: add Qwen3.6-Plus model support 2026-04-02 12:09:17 +08:00
content-generator-config.test.ts test(models): add tests for content-generator-config helpers 2026-03-30 09:35:41 +00:00
content-generator-config.ts feat(subagents): enable cross-provider model selectors 2026-03-30 08:44:13 +00:00
index.ts feat: support runtime model selection for both interactive and ACP 2026-02-02 17:52:50 +08:00
modelConfigErrors.ts fix: refine auth message to give explicit tip 2026-01-07 22:58:11 +08:00
modelConfigResolver.test.ts fix: 修复模型常量更新导致的单测失败 2026-02-26 15:45:06 +08:00
modelConfigResolver.ts fix: add model resolution warnings to start warnings 2026-02-26 14:43:07 +08:00
modelRegistry.test.ts refactor: merge coder-model and qwen3.5-plus, remove vision model switching 2026-02-26 14:43:07 +08:00
modelRegistry.ts fix: add modality defaults to prevent API errors when reading PDFs 2026-02-27 20:00:38 +08:00
modelsConfig.test.ts fix: improve max_tokens handling with conservative defaults 2026-03-17 17:01:41 +08:00
modelsConfig.ts feat: simplify subagent model configuration with model selector 2026-03-27 11:49:45 +08:00
types.ts Merge pull request #1982 from QwenLM/fix/modality-defaults-pdf-error 2026-03-02 17:42:17 +08:00