qwen-code/docs/users
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
..
configuration refactor: remove maxOutputTokens user configuration 2026-01-26 16:30:12 +08:00
extension docs move extension to user and hide create docs 2026-01-21 19:57:26 +08:00
features feat: add docs 2026-01-19 14:51:49 +08:00
ide-integration update documentation 2025-12-19 18:16:59 +08:00
reference feat: Redesign CLI welcome screen and improve visual consistency 2026-01-16 11:48:31 +08:00
support fix(core): improve OAuth fetch-failed diagnostics 2026-01-10 16:49:56 +08:00
_meta.ts docs move extension to user and hide create docs 2026-01-21 19:57:26 +08:00
common-workflow.md docs: updated all links, click and open in vscode, new showcase video in overview 2025-12-17 11:10:31 +08:00
integration-github-action.md docs: updated all links, click and open in vscode, new showcase video in overview 2025-12-17 11:10:31 +08:00
integration-jetbrains.md feat: update docs 2026-01-13 21:51:34 +08:00
integration-vscode.md fix: docs 2026-01-14 10:30:03 +08:00
integration-zed.md fix: docs 2026-01-14 10:30:03 +08:00
overview.md fix: lint & ci issues 2026-01-07 22:58:09 +08:00
quickstart.md feat: Customizing the sandbox environment 2026-01-13 10:39:32 +08:00