File tree Expand file tree Collapse file tree 7 files changed +33
-13
lines changed
Expand file tree Collapse file tree 7 files changed +33
-13
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.0.12
4+
5+ - Added vision model support for Qwen-OAuth authentication.
6+ - Synced upstream ` gemini-cli ` to v0.3.4 with numerous improvements and bug fixes.
7+ - Enhanced subagent functionality with system reminders and improved user experience.
8+ - Added tool call type coercion for better compatibility.
9+ - Fixed arrow key navigation issues on Windows.
10+ - Fixed missing tool call chunks for OpenAI logging.
11+ - Fixed system prompt issues to avoid malformed tool calls.
12+ - Fixed terminal flicker when subagent is executing.
13+ - Fixed duplicate subagents configuration when running in home directory.
14+ - Fixed Esc key unable to cancel subagent dialog.
15+ - Added confirmation prompt for ` /init ` command when context file exists.
16+ - Added ` skipLoopDetection ` configuration option.
17+ - Fixed ` is_background ` parameter reset issues.
18+ - Enhanced Windows compatibility with multi-line paste handling.
19+ - Improved subagent documentation and branding consistency.
20+ - Fixed various linting errors and improved code quality.
21+ - Miscellaneous improvements and bug fixes.
22+
323## 0.0.11
424
525- Added subagents feature with file-based configuration system for specialized AI assistants.
Original file line number Diff line number Diff line change 11{
22 "name" : " @qwen-code/qwen-code" ,
3- "version" : " 0.0.11 " ,
3+ "version" : " 0.0.12 " ,
44 "engines" : {
55 "node" : " >=20.0.0"
66 },
1313 "url" : " git+https://github.com/QwenLM/qwen-code.git"
1414 },
1515 "config" : {
16- "sandboxImageUri" : " ghcr.io/qwenlm/qwen-code:0.0.11 "
16+ "sandboxImageUri" : " ghcr.io/qwenlm/qwen-code:0.0.12 "
1717 },
1818 "scripts" : {
1919 "start" : " node scripts/start.js" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @qwen-code/qwen-code" ,
3- "version" : " 0.0.11 " ,
3+ "version" : " 0.0.12 " ,
44 "description" : " Qwen Code" ,
55 "repository" : {
66 "type" : " git" ,
2525 " dist"
2626 ],
2727 "config" : {
28- "sandboxImageUri" : " ghcr.io/qwenlm/qwen-code:0.0.11 "
28+ "sandboxImageUri" : " ghcr.io/qwenlm/qwen-code:0.0.12 "
2929 },
3030 "dependencies" : {
3131 "@google/genai" : " 1.9.0" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @qwen-code/qwen-code-core" ,
3- "version" : " 0.0.11 " ,
3+ "version" : " 0.0.12 " ,
44 "description" : " Qwen Code Core" ,
55 "repository" : {
66 "type" : " git" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " @qwen-code/qwen-code-test-utils" ,
3- "version" : " 0.0.11 " ,
3+ "version" : " 0.0.12 " ,
44 "private" : true ,
55 "main" : " src/index.ts" ,
66 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 22 "name" : " qwen-code-vscode-ide-companion" ,
33 "displayName" : " Qwen Code Companion" ,
44 "description" : " Enable Qwen Code with direct access to your VS Code workspace." ,
5- "version" : " 0.0.11 " ,
5+ "version" : " 0.0.12 " ,
66 "publisher" : " qwenlm" ,
77 "icon" : " assets/icon.png" ,
88 "repository" : {
You can’t perform that action at this time.
0 commit comments