Releases: QwenLM/qwen-code
Releases · QwenLM/qwen-code
Release v0.3.0-nightly.20251125.c9af7481
What's Changed
- Headless enhancement: add
stream-jsonasinput-format/output-formatto support programmatically use by @x22x22 in #926 - chore: pump version to 0.3.0 by @tanzhenxin in #1085
- feat(i18n): Add Internationalization Support for UI and LLM Output by @pomelo-nwu in #1058
- Improve Usage Statistics by Moving Key Snapshot Fields into Properties by @tanzhenxin in #1090
- fix(ci): remove non-existent label from release failure issue creation by @pomelo-nwu in #1097
- fix: reset authType settings by @Mingholy in #1091
New Contributors
Full Changelog: v0.2.3...v0.3.0-nightly.20251125.c9af7481
Release v0.3.0-preview.0
What's Changed
- Headless enhancement: add
stream-jsonasinput-format/output-formatto support programmatically use by @x22x22 in #926 - chore: pump version to 0.3.0 by @tanzhenxin in #1085
- feat(i18n): Add Internationalization Support for UI and LLM Output by @pomelo-nwu in #1058
- Improve Usage Statistics by Moving Key Snapshot Fields into Properties by @tanzhenxin in #1090
- fix(ci): remove non-existent label from release failure issue creation by @pomelo-nwu in #1097
- fix: reset authType settings by @Mingholy in #1091
New Contributors
Full Changelog: v0.2.3...v0.3.0-preview.0
Release v0.3.0-nightly.20251124.c9af7481
What's Changed
- Headless enhancement: add
stream-jsonasinput-format/output-formatto support programmatically use by @x22x22 in #926 - chore: pump version to 0.3.0 by @tanzhenxin in #1085
- feat(i18n): Add Internationalization Support for UI and LLM Output by @pomelo-nwu in #1058
- Improve Usage Statistics by Moving Key Snapshot Fields into Properties by @tanzhenxin in #1090
- fix(ci): remove non-existent label from release failure issue creation by @pomelo-nwu in #1097
- fix: reset authType settings by @Mingholy in #1091
New Contributors
Full Changelog: v0.2.3...v0.3.0-nightly.20251124.c9af7481
Release v0.3.0-nightly.20251123.c9af7481
What's Changed
- Headless enhancement: add
stream-jsonasinput-format/output-formatto support programmatically use by @x22x22 in #926 - chore: pump version to 0.3.0 by @tanzhenxin in #1085
- feat(i18n): Add Internationalization Support for UI and LLM Output by @pomelo-nwu in #1058
- Improve Usage Statistics by Moving Key Snapshot Fields into Properties by @tanzhenxin in #1090
- fix(ci): remove non-existent label from release failure issue creation by @pomelo-nwu in #1097
- fix: reset authType settings by @Mingholy in #1091
New Contributors
Full Changelog: v0.2.3...v0.3.0-nightly.20251123.c9af7481
Release v0.2.3-nightly.20251121.442a9aed
Release v0.2.3-nightly.20251120.442a9aed
What's Changed
- chore: pump version to 0.2.3 by @tanzhenxin in #1073
- fix: character encoding corruption when executing the /copy command on Windows. by @citlalinda in #1069
- fix: remove broken link by @cwtuan in #1074
- Disable Prompt Completion Feature by @tanzhenxin in #1076
- refactor(auth): enhance useAuthCommand to include history management … by @Mingholy in #1077
- Replace spawn with execFile for memory-safe command execution by @tanzhenxin in #1068
New Contributors
- @citlalinda made their first contribution in #1069
- @cwtuan made their first contribution in #1074
Full Changelog: v0.2.2...v0.2.3-nightly.20251120.442a9aed
Release v0.2.3
What's Changed
- chore: pump version to 0.2.3 by @tanzhenxin in #1073
- fix: character encoding corruption when executing the /copy command on Windows. by @citlalinda in #1069
- fix: remove broken link by @cwtuan in #1074
- Disable Prompt Completion Feature by @tanzhenxin in #1076
- refactor(auth): enhance useAuthCommand to include history management … by @Mingholy in #1077
- Replace spawn with execFile for memory-safe command execution by @tanzhenxin in #1068
New Contributors
- @citlalinda made their first contribution in #1069
- @cwtuan made their first contribution in #1074
Full Changelog: v0.2.2...v0.2.3
Release v0.2.2-nightly.20251120.97bf48b1
Release v0.2.2-nightly.20251119.97bf48b1
What's Changed
- chore: pump version to 0.2.2 by @tanzhenxin in #1027
- feat: openApi configurable window by @BlockHand in #1019
- feat: add support for alternative cached_tokens format in OpenAI conv… by @seems20 in #1035
- feat: add support for Trae editor by @yyyanghj in #1037
- 🎯 Enhance QwenLogger with OS Platform and Version Metadata by @tanzhenxin in #1053
- Add Terminal Attention Notifications for User Alerts by @tanzhenxin in #1052
- Add (limited) slash command support for ACP integration. by @Mingholy in #1020
- fix(core): add modelscope provider to handle stream_options by @DS-Controller2 in #848
- Fix: Improve ripgrep binary detection and cross-platform compatibility by @tanzhenxin in #1060
- Fix integration tests by @tanzhenxin in #1062
- refactor(auth): save authType after successfully authenticated by @Mingholy in #1036
- fix: skip problematic integration test by @tanzhenxin in #1065
New Contributors
- @BlockHand made their first contribution in #1019
- @yyyanghj made their first contribution in #1037
Full Changelog: v0.2.1...v0.2.2-nightly.20251119.97bf48b1
Release v0.2.2
What's Changed
- chore: pump version to 0.2.2 by @tanzhenxin in #1027
- feat: openApi configurable window by @BlockHand in #1019
- feat: add support for alternative cached_tokens format in OpenAI conv… by @seems20 in #1035
- feat: add support for Trae editor by @yyyanghj in #1037
- 🎯 Enhance QwenLogger with OS Platform and Version Metadata by @tanzhenxin in #1053
- Add Terminal Attention Notifications for User Alerts by @tanzhenxin in #1052
- Add (limited) slash command support for ACP integration. by @Mingholy in #1020
- fix(core): add modelscope provider to handle stream_options by @DS-Controller2 in #848
- Fix: Improve ripgrep binary detection and cross-platform compatibility by @tanzhenxin in #1060
- Fix integration tests by @tanzhenxin in #1062
- refactor(auth): save authType after successfully authenticated by @Mingholy in #1036
- fix: skip problematic integration test by @tanzhenxin in #1065
New Contributors
- @BlockHand made their first contribution in #1019
- @yyyanghj made their first contribution in #1037
Full Changelog: v0.2.1...v0.2.2