chore(release): v0.16.0#4404
Conversation
📋 Review SummaryThis PR performs a version bump from 0.15.11 to 0.16.0 across all workspace packages and normalizes line endings in the Windows batch installer. The changes are straightforward and low-risk, consisting primarily of version string updates and a formatting fix for the 🔍 General Feedback
🎯 Specific Feedback🔵 Low
✅ Highlights
|
The previous bump commit inadvertently normalized line endings from CRLF to LF. Windows batch files must retain CRLF in the repository to work correctly with cmd.exe.
There was a problem hiding this comment.
Pull request overview
Prepares the 0.16.0 release by bumping version numbers across the primary Node workspace packages and aligning generated artifacts (notably package-lock.json), plus normalizing Windows .bat line endings.
Changes:
- Bump workspace package versions from
0.15.11to0.16.0(andacp-bridgefrom0.0.1to0.16.0), including updatingsandboxImageUritags. - Update
package-lock.jsonto reflect the workspace version bumps and regenerated metadata. - Normalize
install-qwen-standalone.batline endings to CRLF (per PR description).
Reviewed changes
Copilot reviewed 12 out of 13 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| package.json | Root version bump to 0.16.0 and sandboxImageUri tag update. |
| package-lock.json | Lockfile regenerated to reflect workspace bumps + metadata adjustments. |
| packages/cli/package.json | CLI package version bump + sandboxImageUri tag update. |
| packages/core/package.json | Core package version bump. |
| packages/acp-bridge/package.json | ACP bridge package version bump (0.0.1 → 0.16.0). |
| packages/channels/base/package.json | Channel base version bump. |
| packages/channels/dingtalk/package.json | DingTalk channel version bump. |
| packages/channels/plugin-example/package.json | Plugin example channel version bump. |
| packages/channels/telegram/package.json | Telegram channel version bump. |
| packages/channels/weixin/package.json | Weixin channel version bump. |
| packages/vscode-ide-companion/package.json | VS Code extension version bump. |
| packages/web-templates/package.json | Web templates package version bump. |
| packages/webui/package.json | Web UI package version bump. |
| scripts/installation/install-qwen-standalone.bat | Line ending normalization to CRLF (per PR description). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| { | ||
| "name": "@qwen-code/qwen-code", | ||
| "version": "0.15.11", | ||
| "version": "0.16.0", | ||
| "engines": { | ||
| "node": ">=22.0.0" |
Code Coverage Summary
CLI Package - Full Text ReportCore Package - Full Text ReportFor detailed HTML reports, please see the 'coverage-reports-22.x-ubuntu-latest' artifact from the main CI run. |
wenshao
left a comment
There was a problem hiding this comment.
No review findings. Downgraded from Approve to Comment: CI failing: Test (windows-latest, Node 22.x). — qwen-latest-series-invite-beta-v34 via Qwen Code /review
Summary
packages (root, cli, core, acp-bridge, channels ×5,
vscode-ide-companion, web-templates, webui) plus package-lock.json.
The release workflow's auto-PR step failed, so this PR is created
manually to replace it.
Validation
grep '"version"' package.json packages/*/package.json→ all 0.16.0release/v0.16.0branch.Scope / Risk
Linked Issues / Bugs
No linked issues
🤖 Generated with Qwen Code