Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
110 changes: 110 additions & 0 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion integrations/external-context-mem0/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/external-context-mem0",
"version": "0.1.0",
"version": "0.22.3",
"private": true,
"description": "Configurable Mem0-compatible External Context Extension",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion integrations/external-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/external-context",
"version": "0.22.2",
"version": "0.22.3",
"private": true,
"description": "Provider-bound external context for Qwen Code",
"type": "module",
Expand Down
66 changes: 33 additions & 33 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/qwen-code",
"version": "0.22.2",
"version": "0.22.3",
"engines": {
"node": ">=22.0.0"
},
Expand Down Expand Up @@ -28,7 +28,7 @@
"url": "git+https://github.com/QwenLM/qwen-code.git"
},
"config": {
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.22.2"
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.22.3"
},
"scripts": {
"start": "node scripts/start.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/acp-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/acp-bridge",
"version": "0.22.2",
"version": "0.22.3",
"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.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/audio-capture/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/audio-capture",
"version": "0.22.2",
"version": "0.22.3",
"description": "Native microphone capture backend for Qwen Code voice input",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/channels/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-base",
"version": "0.22.2",
"version": "0.22.3",
"description": "Base channel infrastructure for Qwen Code",
"repository": {
"type": "git",
Expand Down
4 changes: 2 additions & 2 deletions packages/channels/dingtalk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-dingtalk",
"version": "0.22.2",
"version": "0.22.3",
"description": "DingTalk channel adapter for Qwen Code",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"test:ci": "vitest run"
},
"dependencies": {
"@qwen-code/channel-base": "0.22.2",
"@qwen-code/channel-base": "0.22.3",
"dingtalk-stream-sdk-nodejs": "^2.0.4"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/channels/dws/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-dws",
"version": "0.22.2",
"version": "0.22.3",
"description": "DingTalk Workspace channel adapter for Qwen Code",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"test:ci": "vitest run"
},
"dependencies": {
"@qwen-code/channel-base": "0.22.2"
"@qwen-code/channel-base": "0.22.3"
},
"devDependencies": {
"typescript": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/channels/feishu/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-feishu",
"version": "0.22.2",
"version": "0.22.3",
"description": "Feishu (Lark) channel adapter for Qwen Code",
"repository": {
"type": "git",
Expand All @@ -26,7 +26,7 @@
},
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.73.0",
"@qwen-code/channel-base": "0.22.2"
"@qwen-code/channel-base": "0.22.3"
},
"devDependencies": {
"typescript": "^5.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/channels/github/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-github",
"version": "0.22.2",
"version": "0.22.3",
"description": "GitHub polling channel adapter for Qwen Code",
"repository": {
"type": "git",
Expand All @@ -25,7 +25,7 @@
"test:ci": "vitest run"
},
"dependencies": {
"@qwen-code/channel-base": "0.22.2",
"@qwen-code/channel-base": "0.22.3",
"@octokit/rest": "^21.1.1",
"https-proxy-agent": "^7.0.6"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/channels/gitlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-gitlab",
"version": "0.22.2",
"version": "0.22.3",
"description": "GitLab polling channel adapter for Qwen Code",
"type": "module",
"main": "dist/index.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@gitbeaker/rest": "^42.5.0",
"@qwen-code/channel-base": "0.22.2",
"@qwen-code/channel-base": "0.22.3",
"zod": "^3.25.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/channels/plugin-example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@qwen-code/channel-plugin-example",
"version": "0.22.2",
"version": "0.22.3",
"private": true,
"type": "module",
"main": "dist/index.js",
Expand Down
Loading
Loading