fix(cli): refresh lockfile for cloud workspace version#1123
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThis PR updates a trajectory JSON by appending two events: a ChangesTrajectory Review Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Code Review
This pull request updates the package versions across the monorepo from 8.6.0 to 8.7.0 in package-lock.json, including dependencies for CLI, cloud, config, harness-driver, policy, sdk, telemetry, and utils packages. It also cleans up a nested dependency of @agent-relay/cloud under packages/cli. No review comments were provided, and there is no feedback to address.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
|
Reviewed PR #1123. No PR-scoped breakage found, so I made no file edits. The lockfile-only change is consistent with the current workspace manifests: all relevant workspace entries are Addressed Comments
Validation
Advisory Notes
|
|
Reviewed PR #1123 and made one scoped fix: formatted the changed trajectory JSON so the PR-changed files pass Prettier. The lockfile itself was reproducible from current manifests and stayed unchanged through validation. Addressed comments
Validation
Advisory Notes
|
|
Reviewed PR #1123 and made one scoped fix: regenerated Addressed comments
Validation
Advisory Notes
|
|
✅ pr-reviewer applied fixes — committed and pushed Reviewed PR #1123 and made one scoped fix: regenerated Addressed comments
Validation
Advisory Notes
|
Summary
packages/cli/node_modules/@agent-relay/cloud@8.6.0lock entry that shadowed the workspace package at packaged CLI runtimeValidation
npm cinpm run build:corenode packages/cli/dist/cli/index.js --version->8.7.0(cd packages/cli && node dist/cli/index.js --version)->8.7.0npm run pack:validateNotes
This forward-fixes the packaged CLI crash after #1119 where
ensureCloudSessionexisted in source/workspace@agent-relay/cloud@8.7.0, but the stale lock installed a nested@agent-relay/cloud@8.6.0underpackages/cli/node_modules.