Skip to content

Commit 0922437

Browse files
committed
chore: pump version to 0.0.14
1 parent 9a0cb64 commit 0922437

File tree

7 files changed

+21
-13
lines changed

7 files changed

+21
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 0.0.14
4+
5+
- Added plan mode support for task planning
6+
- Fixed unreliable editCorrector that injects extra escape characters
7+
- Fixed task tool dynamic updates
8+
- Added Qwen3-VL-Plus token limits (256K input, 32K output) and highres support
9+
- Enhanced dashScope cache control
10+
311
## 0.0.13
412

513
- Added YOLO mode support for automatic vision model switching with CLI arguments and environment variables.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwen-code/qwen-code",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"engines": {
55
"node": ">=20.0.0"
66
},
@@ -13,7 +13,7 @@
1313
"url": "git+https://github.com/QwenLM/qwen-code.git"
1414
},
1515
"config": {
16-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.13"
16+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.14"
1717
},
1818
"scripts": {
1919
"start": "node scripts/start.js",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwen-code/qwen-code",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Qwen Code",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"dist"
2626
],
2727
"config": {
28-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.13"
28+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.14"
2929
},
3030
"dependencies": {
3131
"@google/genai": "1.9.0",

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwen-code/qwen-code-core",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Qwen Code Core",
55
"repository": {
66
"type": "git",

packages/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@qwen-code/qwen-code-test-utils",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"private": true,
55
"main": "src/index.ts",
66
"license": "Apache-2.0",

packages/vscode-ide-companion/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.13",
5+
"version": "0.0.14",
66
"publisher": "qwenlm",
77
"icon": "assets/icon.png",
88
"repository": {

0 commit comments

Comments
 (0)