chore: release v0.45.0 - #285
Conversation
WalkthroughRelease bump of protoCLI monorepo to version 0.45.0. All workspace packages updated to 0.45.0; root and CLI configurations also updated to reference qwen-code:0.45.0 sandbox image tag. ChangesRelease version 0.45.0
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
package.json (1)
40-40:⚠️ Potential issue | 🔴 Critical | ⚡ Quick winFix sandbox image tag:
ghcr.io/qwenlm/qwen-code:0.45.0appears unavailable
The GHCR manifest request forghcr.io/qwenlm/qwen-code:0.45.0returned a non-200 response, so the tag is likely missing or not publicly pullable. SinceensureSandboxImageIsPresentpulls the image and raisesFatalSandboxErrorwhen it can’t be pulled, update the configured sandbox tag (or registry/auth handling) to a pullable image/tag.🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@package.json` at line 40, The sandbox image tag configured for starting the sandbox is not pullable and causes ensureSandboxImageIsPresent to raise FatalSandboxError; locate where the sandbox image/tag is defined (environment variable or config referenced by ensureSandboxImageIsPresent, e.g., SANDBOX_IMAGE or the test:e2e script invocation) and replace the unavailable tag ghcr.io/qwenlm/qwen-code:0.45.0 with a known-pullable tag or registry path, or add proper registry authentication/credentials handling so the pull succeeds; update the config reference used by ensureSandboxImageIsPresent so tests no longer fail with FatalSandboxError.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Outside diff comments:
In `@package.json`:
- Line 40: The sandbox image tag configured for starting the sandbox is not
pullable and causes ensureSandboxImageIsPresent to raise FatalSandboxError;
locate where the sandbox image/tag is defined (environment variable or config
referenced by ensureSandboxImageIsPresent, e.g., SANDBOX_IMAGE or the test:e2e
script invocation) and replace the unavailable tag
ghcr.io/qwenlm/qwen-code:0.45.0 with a known-pullable tag or registry path, or
add proper registry authentication/credentials handling so the pull succeeds;
update the config reference used by ensureSandboxImageIsPresent so tests no
longer fail with FatalSandboxError.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro Plus
Run ID: 91fd5541-f118-4847-96dd-1fd9475a74e3
⛔ Files ignored due to path filters (1)
package-lock.jsonis excluded by!**/package-lock.json
📒 Files selected for processing (6)
package.jsonpackages/cli/package.jsonpackages/core/package.jsonpackages/test-utils/package.jsonpackages/web-templates/package.jsonpackages/webui/package.json
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. |
Automated version bump to v0.45.0 (minor).
Summary by CodeRabbit