Skip to content

Commit 0d573e4

Browse files
chore(release): v0.22.2
1 parent 5e9c24c commit 0d573e4

23 files changed

Lines changed: 65 additions & 65 deletions

File tree

integrations/external-context/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/external-context",
3-
"version": "0.22.0",
3+
"version": "0.22.2",
44
"private": true,
55
"description": "Provider-bound external context for Qwen Code",
66
"type": "module",

package-lock.json

Lines changed: 32 additions & 32 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.22.0",
3+
"version": "0.22.2",
44
"engines": {
55
"node": ">=22.0.0"
66
},
@@ -27,7 +27,7 @@
2727
"url": "git+https://github.com/QwenLM/qwen-code.git"
2828
},
2929
"config": {
30-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.22.0"
30+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.22.2"
3131
},
3232
"scripts": {
3333
"start": "node scripts/start.js",

packages/acp-bridge/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/acp-bridge",
3-
"version": "0.22.0",
3+
"version": "0.22.2",
44
"description": "Shared ACP bridge core (createHttpAcpBridge factory, BridgeClient, defaultSpawnChannelFactory, BridgeFileSystem injection seam) + primitives (EventBus, AcpChannel, in-memory channel, PermissionMediator interface) used by qwen serve, channels, IDE, TUI, and remote-control adapters.",
55
"repository": {
66
"type": "git",

packages/audio-capture/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/audio-capture",
3-
"version": "0.22.0",
3+
"version": "0.22.2",
44
"description": "Native microphone capture backend for Qwen Code voice input",
55
"repository": {
66
"type": "git",

packages/channels/base/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/channel-base",
3-
"version": "0.22.0",
3+
"version": "0.22.2",
44
"description": "Base channel infrastructure for Qwen Code",
55
"repository": {
66
"type": "git",

packages/channels/dingtalk/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/channel-dingtalk",
3-
"version": "0.22.0",
3+
"version": "0.22.2",
44
"description": "DingTalk channel adapter for Qwen Code",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"test:ci": "vitest run"
2626
},
2727
"dependencies": {
28-
"@qwen-code/channel-base": "0.22.0",
28+
"@qwen-code/channel-base": "0.22.2",
2929
"dingtalk-stream-sdk-nodejs": "^2.0.4"
3030
},
3131
"devDependencies": {

packages/channels/dws/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/channel-dws",
3-
"version": "0.22.0",
3+
"version": "0.22.2",
44
"description": "DingTalk Workspace channel adapter for Qwen Code",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"test:ci": "vitest run"
2626
},
2727
"dependencies": {
28-
"@qwen-code/channel-base": "0.22.0"
28+
"@qwen-code/channel-base": "0.22.2"
2929
},
3030
"devDependencies": {
3131
"typescript": "^5.0.0"

packages/channels/feishu/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/channel-feishu",
3-
"version": "0.22.0",
3+
"version": "0.22.2",
44
"description": "Feishu (Lark) channel adapter for Qwen Code",
55
"repository": {
66
"type": "git",
@@ -26,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@larksuiteoapi/node-sdk": "^1.73.0",
29-
"@qwen-code/channel-base": "0.22.0"
29+
"@qwen-code/channel-base": "0.22.2"
3030
},
3131
"devDependencies": {
3232
"typescript": "^5.0.0"

packages/channels/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/channel-github",
3-
"version": "0.22.0",
3+
"version": "0.22.2",
44
"description": "GitHub polling channel adapter for Qwen Code",
55
"repository": {
66
"type": "git",
@@ -25,7 +25,7 @@
2525
"test:ci": "vitest run"
2626
},
2727
"dependencies": {
28-
"@qwen-code/channel-base": "0.22.0",
28+
"@qwen-code/channel-base": "0.22.2",
2929
"@octokit/rest": "^21.1.1",
3030
"https-proxy-agent": "^7.0.6"
3131
},

0 commit comments

Comments
 (0)