qwen-code/packages/core
Mingholy 761833c915
Vision model support for Qwen-OAuth (#525)
* refactor: openaiContentGenerator

* refactor: optimize stream handling

* refactor: re-organize refactored files

* fix: unit test cases

* feat: `/model` command for switching to vision model

* fix: lint error

* feat: add image tokenizer to fit vlm context window

* fix: lint and type errors

* feat: add `visionModelPreview` to control default visibility of vision models

* fix: remove deprecated files

* fix: align supported image formats with bailian doc
2025-09-18 13:32:00 +08:00
..
src Vision model support for Qwen-OAuth (#525) 2025-09-18 13:32:00 +08:00
index.ts Vision model support for Qwen-OAuth (#525) 2025-09-18 13:32:00 +08:00
package.json Merge branch 'main' into chore/sync-gemini-cli-v0.3.4 2025-09-16 10:23:28 +08:00
test-setup.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
tsconfig.json fix: lockfile and configs 2025-09-15 20:59:35 +08:00
vitest.config.ts