Skip to content

Commit 3579d65

Browse files
authored
chore: bump version to 0.0.12 (#662)
1 parent 9a56560 commit 3579d65

File tree

7 files changed

+33
-13
lines changed

7 files changed

+33
-13
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
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.

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

0 commit comments

Comments
 (0)