Skip to content

Commit 8379bc4

Browse files
authored
chore: bump version to 0.0.13 (QwenLM#695)
1 parent e148e4b commit 8379bc4

File tree

7 files changed

+24
-13
lines changed

7 files changed

+24
-13
lines changed

CHANGELOG.md

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

3+
## 0.0.13
4+
5+
- Added YOLO mode support for automatic vision model switching with CLI arguments and environment variables.
6+
- Fixed ripgrep lazy loading to resolve VS Code IDE companion startup issues.
7+
- Fixed authentication hang when selecting Qwen OAuth.
8+
- Added OpenAI and Qwen OAuth authentication support to Zed ACP integration.
9+
- Fixed output token limit for Qwen models.
10+
- Fixed Markdown list display issues on Windows.
11+
- Enhanced vision model instructions and documentation.
12+
- Improved authentication method compatibility across different IDE integrations.
13+
314
## 0.0.12
415

516
- Added vision model support for Qwen-OAuth authentication.

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.12",
3+
"version": "0.0.13",
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.12"
16+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.13"
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.12",
3+
"version": "0.0.13",
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.12"
28+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.13"
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.12",
3+
"version": "0.0.13",
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.12",
3+
"version": "0.0.13",
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.12",
5+
"version": "0.0.13",
66
"publisher": "qwenlm",
77
"icon": "assets/icon.png",
88
"repository": {

0 commit comments

Comments
 (0)