From 5af31316aa33a690efbecf7d43c7c71855728f7b Mon Sep 17 00:00:00 2001 From: qwen-code-ci-bot Date: Thu, 13 Aug 2026 05:41:43 +0000 Subject: [PATCH] chore(release): v0.21.11 (#9054) * chore(release): v0.21.11 * docs(changelog): sync for v0.21.11 --------- Co-authored-by: github-actions[bot] --- CHANGELOG.md | 87 +++++++++++++++++++ integrations/external-context/package.json | 2 +- package-lock.json | 60 ++++++------- package.json | 4 +- packages/acp-bridge/package.json | 2 +- packages/audio-capture/package.json | 2 +- packages/channels/base/package.json | 2 +- packages/channels/dingtalk/package.json | 4 +- packages/channels/feishu/package.json | 4 +- packages/channels/github/package.json | 4 +- packages/channels/gitlab/package.json | 4 +- packages/channels/plugin-example/package.json | 2 +- packages/channels/qqbot/package.json | 4 +- packages/channels/telegram/package.json | 4 +- packages/channels/wecom/package.json | 4 +- packages/channels/weixin/package.json | 4 +- packages/chrome-extension/package.json | 2 +- packages/cli/package.json | 4 +- packages/core/package.json | 2 +- packages/vscode-ide-companion/package.json | 2 +- packages/web-shell/package.json | 2 +- packages/web-templates/package.json | 2 +- packages/webui/package.json | 2 +- 23 files changed, 148 insertions(+), 61 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a45a60681..6aea38d0a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,93 @@ are listed; nightly and preview pre-releases are intentionally omitted. > [GitHub Releases](https://github.com/QwenLM/qwen-code/releases). Do not edit it > by hand — run `npm run changelog` to regenerate. +## [0.21.11](https://github.com/QwenLM/qwen-code/releases/tag/v0.21.11) - 2026-08-13 + +### Highlights + +- Added support for Agent Plugins v1 to extend agent capabilities. ([#8834](https://github.com/QwenLM/qwen-code/pull/8834)) +- Enabled native multi-agent workflows with read-only teammates via the /coordinate command. ([#8804](https://github.com/QwenLM/qwen-code/pull/8804)) +- Improved text selection with word-wise drag on double-click and line-wise extension on triple-click. ([#8739](https://github.com/QwenLM/qwen-code/pull/8739)) +- Fixed DashScope Qwen 3.8 request failures by preventing conflicting reasoning settings. ([#8525](https://github.com/QwenLM/qwen-code/pull/8525)) +- Enhanced Web Shell interactivity with persistent chevrons, better hover states, and inline agent metrics. ([#8780](https://github.com/QwenLM/qwen-code/pull/8780)) +- Added OpenTelemetry session lifecycle events to improve observability of session creation and shutdown. ([#8616](https://github.com/QwenLM/qwen-code/pull/8616)) + +### Breaking Changes + +No known breaking changes. + +### Complete Change List + +#### Features + +- feat(serve): bound daemon ACP NDJSON buffers ([#8911](https://github.com/QwenLM/qwen-code/pull/8911)) by @doudouOUC +- feat(extensions): support Agent Plugins v1 ([#8834](https://github.com/QwenLM/qwen-code/pull/8834)) by @callmeYe +- feat(ui): word-wise drag after double-click, line-wise extension after triple-click ([#8739](https://github.com/QwenLM/qwen-code/pull/8739)) by @qwen-code-dev-bot +- Adds standard OpenTelemetry session.start and session.end lifecycle events to improve observability of session creation and shutdown. ([#8616](https://github.com/QwenLM/qwen-code/pull/8616)) by @zjunothing +- Web Shell subagent rows are now more interactive with persistent chevrons, better hover states, and inline display of agent types and metrics. ([#8780](https://github.com/QwenLM/qwen-code/pull/8780)) by @carffuca +- Session list reads now properly propagate request cancellation to prevent disconnected clients from leaving expensive background scans running. ([#8954](https://github.com/QwenLM/qwen-code/pull/8954)) by @doudouOUC +- feat(desktop): add Aliyun OSS release mirror ([#8976](https://github.com/QwenLM/qwen-code/pull/8976)) by @yiliang114 +- feat(web-shell): improve compact tool activity ([#8973](https://github.com/QwenLM/qwen-code/pull/8973)) by @ytahdn +- ACP sessions now use the unified Goal v3 runtime to support create, edit, pause, resume, and clear actions with improved turn scheduling. ([#8732](https://github.com/QwenLM/qwen-code/pull/8732)) by @qqqys +- The Web Shell sidebar now includes a Channels view to track integration sessions from DingTalk, Feishu, and WeCom alongside standard tasks. ([#8457](https://github.com/QwenLM/qwen-code/pull/8457)) by @BZ-D +- The /coordinate command now supports native multi-agent workflows with read-only teammates and automated result forwarding to the leader agent. ([#8804](https://github.com/QwenLM/qwen-code/pull/8804)) by @yiliang114 +- The review skill's reverse audit now detects defects in modeled system layers like sandboxes by comparing runtime state semantics against the model. ([#8956](https://github.com/QwenLM/qwen-code/pull/8956)) by @wenshao +- Terminal window titles now display status symbols like ◐ and ✳ to indicate task state in multiplexers where color cues are unavailable. ([#8970](https://github.com/QwenLM/qwen-code/pull/8970)) by @qwen-code-dev-bot +- The /doctor memory command now reports tool result retention stats, including character counts and warnings for results exceeding 30k characters. ([#8875](https://github.com/QwenLM/qwen-code/pull/8875)) by @ZijianZhang989 +- Background task notifications in the web shell are now localizable and display structured metadata within consistent chat-style bubbles. ([#8989](https://github.com/QwenLM/qwen-code/pull/8989)) by @ytahdn +- Web Shell now supports Qwen 3.8 reasoning controls, allowing users to toggle Thinking mode and select effort levels directly from the model chip. ([#8974](https://github.com/QwenLM/qwen-code/pull/8974)) by @callmeYe + +#### Bug Fixes + +- fix(web-shell): Enforce prompt-safe session navigation ([#8931](https://github.com/QwenLM/qwen-code/pull/8931)) by @doudouOUC +- fix(desktop): consolidate 0.1.1 regressions ([#8896](https://github.com/QwenLM/qwen-code/pull/8896)) by @yiliang114 +- fix(serve): Keep restore request shapes distinct ([#8933](https://github.com/QwenLM/qwen-code/pull/8933)) by @doudouOUC +- fix(web-shell): improve ask user question keyboard interactions ([#8876](https://github.com/QwenLM/qwen-code/pull/8876)) by @carffuca +- Prevents DashScope Qwen 3.8 requests from failing by ensuring conflicting reasoning_effort and thinking_budget settings are not sent together. ([#8525](https://github.com/QwenLM/qwen-code/pull/8525)) by @DragonnZhang +- Fixes workspace path containment checks in tests to correctly handle canonicalized paths on macOS systems. ([#8759](https://github.com/QwenLM/qwen-code/pull/8759)) by @rbalachandar +- Ensures the repair agent is warned to rebuild dist/ on all retryable A/B exit paths to prevent trusting stale baseline artifacts. ([#8958](https://github.com/QwenLM/qwen-code/pull/8958)) by @wenshao +- Fixes parsing of dotted-minor Claude model aliases and adds token limit support for Opus 5 models. ([#8585](https://github.com/QwenLM/qwen-code/pull/8585)) by @netbrah +- Correctly identifies OpenAI SDK APIUserAbortError as a user cancellation to prevent false API error reporting when requests are aborted. ([#8399](https://github.com/QwenLM/qwen-code/pull/8399)) by @harjothkhara +- Virtual subagent session IDs now support reserved characters like colons and slashes to fix detail view resolution for certain provider task IDs. ([#8717](https://github.com/QwenLM/qwen-code/pull/8717)) by @carffuca +- Closed resource ownership gaps in the daemon ACP transport by validating envelopes earlier and preventing reuse of failed channel generations. ([#8947](https://github.com/QwenLM/qwen-code/pull/8947)) by @doudouOUC +- Same-session refresh operations are now transactional to ensure visible session state remains unchanged if a candidate restore fails or times out. ([#8939](https://github.com/QwenLM/qwen-code/pull/8939)) by @doudouOUC +- Extended defense against content-only thinking-tag leaks to all OpenAI-compatible providers to prevent unclosed tags from breaking streams. ([#8818](https://github.com/QwenLM/qwen-code/pull/8818)) by @yiliang114 +- Updated review body wording to clearly disclose coverage gaps and prevent contradictions when agents cannot certify the entire diff. ([#8857](https://github.com/QwenLM/qwen-code/pull/8857)) by @yiliang114 +- fix(web-shell): keep workspace picker suggestions closed ([#8844](https://github.com/QwenLM/qwen-code/pull/8844)) by @ytahdn +- fix(desktop): add safe area to macOS app icon ([#8987](https://github.com/QwenLM/qwen-code/pull/8987)) by @yiliang114 +- fix(webui): Close same-session refresh race gaps ([#8990](https://github.com/QwenLM/qwen-code/pull/8990)) by @doudouOUC +- fix(web-shell): Harden prompt admission ownership ([#8955](https://github.com/QwenLM/qwen-code/pull/8955)) by @doudouOUC +- fix(desktop): follow-up review fixes from #8896 ([#8951](https://github.com/QwenLM/qwen-code/pull/8951)) by @yiliang114 +- Text selection in Virtualized History mode now includes the footer and statusline while keeping other controls excluded from the selection region. ([#8329](https://github.com/QwenLM/qwen-code/pull/8329)) by @DragonnZhang +- The desktop app now displays a minimal icon during startup and hides the internal workspace until loading or recovery actions are complete. ([#8988](https://github.com/QwenLM/qwen-code/pull/8988)) by @yiliang114 +- Headless tool result content is now bounded to 65,536 bytes, displaying deterministic previews for oversized outputs without altering semantic data. ([#9012](https://github.com/QwenLM/qwen-code/pull/9012)) by @doudouOUC +- The desktop release pipeline now enforces stricter version checks, verifies Node.js archives, and ensures safe runtime assembly during updates. ([#9009](https://github.com/QwenLM/qwen-code/pull/9009)) by @yiliang114 +- Transient slash commands like authentication and settings no longer clutter history, while model picker actions now explicitly report their outcomes. ([#8365](https://github.com/QwenLM/qwen-code/pull/8365)) by @DragonnZhang +- Removed web-shell e2e test paths from the review context manifest to ensure reviewers only see relevant source code files. ([#9028](https://github.com/QwenLM/qwen-code/pull/9028)) by @wenshao +- Improved CI reliability by caching linter downloads on ECS runners with strict checksum verification to speed up builds. ([#9001](https://github.com/QwenLM/qwen-code/pull/9001)) by @yiliang114 + +#### Performance + +- Reverse-audit convergence pairs now launch rounds 1 and 2 concurrently for 3B chunked reviews to reduce wait times on long CI runs. ([#8903](https://github.com/QwenLM/qwen-code/pull/8903)) by @wenshao + +#### Documentation + +- docs(agents): drop mandatory /review step from the general workflow ([#9000](https://github.com/QwenLM/qwen-code/pull/9000)) by @wenshao +- Documentation now defines the implementation contract for selective daemon session restore, replacing full transcript materialization with targeted projections. ([#8743](https://github.com/QwenLM/qwen-code/pull/8743)) by @doudouOUC + +#### Internal Changes + +- chore(serve): Log session continuation admissions ([#8932](https://github.com/QwenLM/qwen-code/pull/8932)) by @doudouOUC +- Project memory isolation now defaults to workspace scope for qwen serve runtimes, while standalone CLI behavior remains unchanged. ([#8856](https://github.com/QwenLM/qwen-code/pull/8856)) by @qqqys +- Fixed a deterministic test failure in the ACP bridge transport failure scenario caused by a logical merge conflict in history page sizing. ([#8984](https://github.com/QwenLM/qwen-code/pull/8984)) by @wenshao +- A new regression test ensures model selection remains stable during multi-provider template updates to prevent unintended provider overwrites. ([#8879](https://github.com/QwenLM/qwen-code/pull/8879)) by @ComplexSimply + +### New Contributors + +- @rbalachandar made their first contribution in [#8759](https://github.com/QwenLM/qwen-code/pull/8759) + +**Full Changelog**: https://github.com/QwenLM/qwen-code/compare/v0.21.10...v0.21.11 + ## [0.21.10](https://github.com/QwenLM/qwen-code/releases/tag/v0.21.10) - 2026-08-11 ### Highlights diff --git a/integrations/external-context/package.json b/integrations/external-context/package.json index bd824be0f2..01894b1453 100644 --- a/integrations/external-context/package.json +++ b/integrations/external-context/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/external-context", - "version": "0.21.10", + "version": "0.21.11", "private": true, "description": "Provider-bound external context for Qwen Code", "type": "module", diff --git a/package-lock.json b/package-lock.json index bd3f95e41b..070378ff25 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@qwen-code/qwen-code", - "version": "0.21.10", + "version": "0.21.11", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@qwen-code/qwen-code", - "version": "0.21.10", + "version": "0.21.11", "hasInstallScript": true, "workspaces": [ "packages/*", @@ -93,7 +93,7 @@ }, "integrations/external-context": { "name": "@qwen-code/external-context", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "undici": "^7.28.0", @@ -27691,7 +27691,7 @@ }, "packages/acp-bridge": { "name": "@qwen-code/acp-bridge", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@agentclientprotocol/sdk": "^0.14.1", "@qwen-code/qwen-code-core": "file:../core" @@ -27706,7 +27706,7 @@ }, "packages/audio-capture": { "name": "@qwen-code/audio-capture", - "version": "0.21.10", + "version": "0.21.11", "hasInstallScript": true, "dependencies": { "node-gyp-build": "^4.8.4" @@ -27723,7 +27723,7 @@ }, "packages/channels/base": { "name": "@qwen-code/channel-base", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@agentclientprotocol/sdk": "^0.14.1" }, @@ -27733,9 +27733,9 @@ }, "packages/channels/dingtalk": { "name": "@qwen-code/channel-dingtalk", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "dingtalk-stream-sdk-nodejs": "^2.0.4" }, "devDependencies": { @@ -27744,10 +27744,10 @@ }, "packages/channels/feishu": { "name": "@qwen-code/channel-feishu", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@larksuiteoapi/node-sdk": "^1.45.0", - "@qwen-code/channel-base": "0.21.10" + "@qwen-code/channel-base": "0.21.11" }, "devDependencies": { "typescript": "^5.0.0" @@ -27755,10 +27755,10 @@ }, "packages/channels/github": { "name": "@qwen-code/channel-github", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@octokit/rest": "^21.1.1", - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "https-proxy-agent": "^7.0.6" }, "devDependencies": { @@ -27767,10 +27767,10 @@ }, "packages/channels/gitlab": { "name": "@qwen-code/channel-gitlab", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@gitbeaker/rest": "^42.5.0", - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "zod": "^3.25.0" }, "devDependencies": { @@ -27779,7 +27779,7 @@ }, "packages/channels/plugin-example": { "name": "@qwen-code/channel-plugin-example", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@qwen-code/channel-base": "file:../base", "ws": "^8.18.0" @@ -27793,9 +27793,9 @@ }, "packages/channels/qqbot": { "name": "@qwen-code/channel-qqbot", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "@tencent-connect/qqbot-connector": "^1.1.0", "ws": "^8.18.0" }, @@ -27805,9 +27805,9 @@ }, "packages/channels/telegram": { "name": "@qwen-code/channel-telegram", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "grammy": "^1.41.1", "https-proxy-agent": "^7.0.6", "telegram-markdown-formatter": "^0.1.2" @@ -27818,9 +27818,9 @@ }, "packages/channels/wecom": { "name": "@qwen-code/channel-wecom", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "@wecom/aibot-node-sdk": "^1.0.7" }, "devDependencies": { @@ -27829,9 +27829,9 @@ }, "packages/channels/weixin": { "name": "@qwen-code/channel-weixin", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { - "@qwen-code/channel-base": "0.21.10" + "@qwen-code/channel-base": "0.21.11" }, "devDependencies": { "typescript": "^5.0.0" @@ -27839,7 +27839,7 @@ }, "packages/chrome-extension": { "name": "@qwen-code/chrome-bridge", - "version": "0.21.10", + "version": "0.21.11", "license": "Apache-2.0", "devDependencies": { "@types/chrome": "^0.1.32", @@ -27867,7 +27867,7 @@ }, "packages/cli": { "name": "@qwen-code/qwen-code", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@agentclientprotocol/sdk": "^0.14.1", "@google/genai": "2.6.0", @@ -28122,7 +28122,7 @@ }, "packages/core": { "name": "@qwen-code/qwen-code-core", - "version": "0.21.10", + "version": "0.21.11", "hasInstallScript": true, "dependencies": { "@anthropic-ai/sdk": "^0.36.1", @@ -31001,7 +31001,7 @@ }, "packages/vscode-ide-companion": { "name": "qwen-code-vscode-ide-companion", - "version": "0.21.10", + "version": "0.21.11", "license": "LICENSE", "dependencies": { "@agentclientprotocol/sdk": "^0.14.1", @@ -31070,7 +31070,7 @@ }, "packages/web-shell": { "name": "@qwen-code/web-shell", - "version": "0.21.10", + "version": "0.21.11", "dependencies": { "@codemirror/autocomplete": "^6.18.0", "@codemirror/commands": "^6.7.0", @@ -31867,7 +31867,7 @@ }, "packages/web-templates": { "name": "@qwen-code/web-templates", - "version": "0.21.10", + "version": "0.21.11", "devDependencies": { "@types/react": "^19.0.0", "@types/react-dom": "^19.0.0", @@ -32374,7 +32374,7 @@ }, "packages/webui": { "name": "@qwen-code/webui", - "version": "0.21.10", + "version": "0.21.11", "license": "MIT", "dependencies": { "@qwen-code/sdk": "file:../sdk-typescript", diff --git a/package.json b/package.json index 330242feca..dfc756b3a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/qwen-code", - "version": "0.21.10", + "version": "0.21.11", "engines": { "node": ">=22.0.0" }, @@ -26,7 +26,7 @@ "url": "git+https://github.com/QwenLM/qwen-code.git" }, "config": { - "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.21.10" + "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.21.11" }, "scripts": { "start": "node scripts/start.js", diff --git a/packages/acp-bridge/package.json b/packages/acp-bridge/package.json index f0a60f1a1b..a53474d9f0 100644 --- a/packages/acp-bridge/package.json +++ b/packages/acp-bridge/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/acp-bridge", - "version": "0.21.10", + "version": "0.21.11", "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", diff --git a/packages/audio-capture/package.json b/packages/audio-capture/package.json index b6d347312a..7117e8637e 100644 --- a/packages/audio-capture/package.json +++ b/packages/audio-capture/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/audio-capture", - "version": "0.21.10", + "version": "0.21.11", "description": "Native microphone capture backend for Qwen Code voice input", "type": "module", "main": "dist/index.js", diff --git a/packages/channels/base/package.json b/packages/channels/base/package.json index 26b6f33fae..cff2a4e167 100644 --- a/packages/channels/base/package.json +++ b/packages/channels/base/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-base", - "version": "0.21.10", + "version": "0.21.11", "description": "Base channel infrastructure for Qwen Code", "type": "module", "main": "dist/index.js", diff --git a/packages/channels/dingtalk/package.json b/packages/channels/dingtalk/package.json index 608388554c..40083c7372 100644 --- a/packages/channels/dingtalk/package.json +++ b/packages/channels/dingtalk/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-dingtalk", - "version": "0.21.10", + "version": "0.21.11", "description": "DingTalk channel adapter for Qwen Code", "type": "module", "main": "dist/index.js", @@ -20,7 +20,7 @@ "test:ci": "vitest run" }, "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "dingtalk-stream-sdk-nodejs": "^2.0.4" }, "devDependencies": { diff --git a/packages/channels/feishu/package.json b/packages/channels/feishu/package.json index 8775c4b0df..0da9b5d018 100644 --- a/packages/channels/feishu/package.json +++ b/packages/channels/feishu/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-feishu", - "version": "0.21.10", + "version": "0.21.11", "description": "Feishu (Lark) channel adapter for Qwen Code", "type": "module", "main": "dist/index.js", @@ -20,7 +20,7 @@ "test:ci": "vitest run" }, "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "@larksuiteoapi/node-sdk": "^1.45.0" }, "devDependencies": { diff --git a/packages/channels/github/package.json b/packages/channels/github/package.json index b16818278f..d4397df7c8 100644 --- a/packages/channels/github/package.json +++ b/packages/channels/github/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-github", - "version": "0.21.10", + "version": "0.21.11", "description": "GitHub polling channel adapter for Qwen Code", "type": "module", "main": "dist/index.js", @@ -20,7 +20,7 @@ "test:ci": "vitest run" }, "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "@octokit/rest": "^21.1.1", "https-proxy-agent": "^7.0.6" }, diff --git a/packages/channels/gitlab/package.json b/packages/channels/gitlab/package.json index e0e2dc14e5..5cfd88d332 100644 --- a/packages/channels/gitlab/package.json +++ b/packages/channels/gitlab/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-gitlab", - "version": "0.21.10", + "version": "0.21.11", "description": "GitLab polling channel adapter for Qwen Code", "type": "module", "main": "dist/index.js", @@ -21,7 +21,7 @@ }, "dependencies": { "@gitbeaker/rest": "^42.5.0", - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "zod": "^3.25.0" }, "devDependencies": { diff --git a/packages/channels/plugin-example/package.json b/packages/channels/plugin-example/package.json index e66cc5e45b..191d4af339 100644 --- a/packages/channels/plugin-example/package.json +++ b/packages/channels/plugin-example/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-plugin-example", - "version": "0.21.10", + "version": "0.21.11", "private": true, "type": "module", "main": "dist/index.js", diff --git a/packages/channels/qqbot/package.json b/packages/channels/qqbot/package.json index 3517ba9497..693f55d8e6 100644 --- a/packages/channels/qqbot/package.json +++ b/packages/channels/qqbot/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-qqbot", - "version": "0.21.10", + "version": "0.21.11", "description": "QQ Bot (QQ机器人) channel adapter for Qwen Code", "type": "module", "main": "dist/index.js", @@ -20,7 +20,7 @@ "test:ci": "vitest run" }, "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "@tencent-connect/qqbot-connector": "^1.1.0", "ws": "^8.18.0" }, diff --git a/packages/channels/telegram/package.json b/packages/channels/telegram/package.json index cfb7c7a9ab..70c42d87de 100644 --- a/packages/channels/telegram/package.json +++ b/packages/channels/telegram/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-telegram", - "version": "0.21.10", + "version": "0.21.11", "description": "Telegram channel adapter for Qwen Code", "type": "module", "main": "dist/index.js", @@ -20,7 +20,7 @@ "test:ci": "vitest run" }, "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "grammy": "^1.41.1", "https-proxy-agent": "^7.0.6", "telegram-markdown-formatter": "^0.1.2" diff --git a/packages/channels/wecom/package.json b/packages/channels/wecom/package.json index 8306ed0d17..ddf4904627 100644 --- a/packages/channels/wecom/package.json +++ b/packages/channels/wecom/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-wecom", - "version": "0.21.10", + "version": "0.21.11", "description": "WeCom channel adapter for Qwen Code", "type": "module", "main": "dist/index.js", @@ -20,7 +20,7 @@ "test:ci": "vitest run" }, "dependencies": { - "@qwen-code/channel-base": "0.21.10", + "@qwen-code/channel-base": "0.21.11", "@wecom/aibot-node-sdk": "^1.0.7" }, "devDependencies": { diff --git a/packages/channels/weixin/package.json b/packages/channels/weixin/package.json index 9911263065..34009c0bbc 100644 --- a/packages/channels/weixin/package.json +++ b/packages/channels/weixin/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/channel-weixin", - "version": "0.21.10", + "version": "0.21.11", "description": "WeChat (Weixin) channel adapter for Qwen Code", "type": "module", "main": "dist/index.js", @@ -28,7 +28,7 @@ "test:ci": "vitest run" }, "dependencies": { - "@qwen-code/channel-base": "0.21.10" + "@qwen-code/channel-base": "0.21.11" }, "devDependencies": { "typescript": "^5.0.0" diff --git a/packages/chrome-extension/package.json b/packages/chrome-extension/package.json index a47b6b280f..7a958c8374 100644 --- a/packages/chrome-extension/package.json +++ b/packages/chrome-extension/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/chrome-bridge", - "version": "0.21.10", + "version": "0.21.11", "description": "Chrome extension bridge for Qwen CLI - enables AI-powered browser interactions", "private": true, "repository": { diff --git a/packages/cli/package.json b/packages/cli/package.json index d74949c4d2..1039377de7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/qwen-code", - "version": "0.21.10", + "version": "0.21.11", "description": "Qwen Code", "repository": { "type": "git", @@ -37,7 +37,7 @@ "dist" ], "config": { - "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.21.10" + "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.21.11" }, "dependencies": { "@agentclientprotocol/sdk": "^0.14.1", diff --git a/packages/core/package.json b/packages/core/package.json index 9bacaaf11b..3752867181 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/qwen-code-core", - "version": "0.21.10", + "version": "0.21.11", "description": "Qwen Code Core", "repository": { "type": "git", diff --git a/packages/vscode-ide-companion/package.json b/packages/vscode-ide-companion/package.json index 87307699ba..849af155ce 100644 --- a/packages/vscode-ide-companion/package.json +++ b/packages/vscode-ide-companion/package.json @@ -2,7 +2,7 @@ "name": "qwen-code-vscode-ide-companion", "displayName": "Qwen Code Companion", "description": "Enable Qwen Code with direct access to your VS Code workspace.", - "version": "0.21.10", + "version": "0.21.11", "publisher": "qwenlm", "icon": "assets/icon.png", "repository": { diff --git a/packages/web-shell/package.json b/packages/web-shell/package.json index ea85a54008..866ca5b12c 100644 --- a/packages/web-shell/package.json +++ b/packages/web-shell/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/web-shell", - "version": "0.21.10", + "version": "0.21.11", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", diff --git a/packages/web-templates/package.json b/packages/web-templates/package.json index 88aa0fd0c5..4ad3c0d17d 100644 --- a/packages/web-templates/package.json +++ b/packages/web-templates/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/web-templates", - "version": "0.21.10", + "version": "0.21.11", "description": "Web templates bundled as embeddable JS/CSS strings", "repository": { "type": "git", diff --git a/packages/webui/package.json b/packages/webui/package.json index 1bb8e6aa52..6b709584a4 100644 --- a/packages/webui/package.json +++ b/packages/webui/package.json @@ -1,6 +1,6 @@ { "name": "@qwen-code/webui", - "version": "0.21.10", + "version": "0.21.11", "description": "Shared UI components for Qwen Code packages", "type": "module", "main": "./dist/index.cjs",