qwen-code/packages/core
Brando Magnani f7841338c4
feat: Add Qwen3-VL-Plus token limits (256K input, 32K output) (#720)
- Added 256K input context window limit for Qwen3-VL-Plus model
- Updated output token limit from 8K to 32K for Qwen3-VL-Plus
- Added comprehensive tests for both input and output limits

As requested by Qwen maintainers for proper model support.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-authored-by: Claude <noreply@anthropic.com>
2025-09-26 17:19:54 +08:00
..
src feat: Add Qwen3-VL-Plus token limits (256K input, 32K output) (#720) 2025-09-26 17:19:54 +08:00
index.ts Vision model support for Qwen-OAuth (#525) 2025-09-18 13:32:00 +08:00
package.json chore: bump version to 0.0.13 (#695) 2025-09-24 13:58:18 +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