qwen-code/packages
xwj02155382 e77a67cd5e refactor: remove maxOutputTokens user configuration
- Remove maxOutputTokens field from ContentGeneratorConfig
- Remove maxOutputTokens auto-calculation logic in contentGenerator.ts
- Remove maxOutputTokens sync logic in config.ts hot-update
- Update dashscope.ts to use tokenLimit() function for dynamic calculation
- Remove maxOutputTokens from documentation (settings.md)
- Update all test cases to use correct model output limits
- All 143 tests passing (config.test.ts: 105, dashscope.test.ts: 38)

Changes:
- Users can no longer configure maxOutputTokens via settings
- Output token limits are now always dynamically calculated based on model
- contextWindowSize (input) remains user-configurable
- Prevents long text output truncation caused by default value settings
2026-01-26 16:30:12 +08:00
..
cli refactor: remove redundant 'input' parameter in tokenLimit call 2026-01-26 13:39:45 +08:00
core refactor: remove maxOutputTokens user configuration 2026-01-26 16:30:12 +08:00
sdk-java add qwencode-sdk java doc 2026-01-06 17:18:41 +08:00
sdk-typescript chore: remove tiktoken dependency and replace with character-based token estimation 2026-01-17 22:39:18 +08:00
test-utils chore(release): bump version to 0.8.0 2026-01-20 17:39:43 +08:00
vscode-ide-companion refactor: optimize token limit handling and simplify API 2026-01-23 16:27:10 +08:00