provider-upgrade-copilot-1.0.86 -> Primary - #1260
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_4b7a40cd-8bfc-44b8-a05e-31dbb652f32c) |
|
Warning Review limit reachedNext included review available in 23 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Repository: arul28/ADE/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (1)
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository: arul28/ADE/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (4)
Included review availability: Your plan provides up to 2 included reviews per hour; 0 remain after this review. 📝 WalkthroughWalkthroughThe change updates Copilot ACP support for CLI 1.0.86. It adds native mode configuration, capability-based session handling, setup-failure cleanup, shared package metadata, and updated fixtures and tests. ChangesCopilot ACP compatibility
Priority: ➖ Normal Estimated code review effort: 4 (Complex) | ~45 minutes Change: Feature Suggested labels: Merge Risk: ⚪ Minimal · up to No concrete merge-blocking risk remains. Required mode setup failures continue to report their original error after session cleanup. 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing Touches 💡 1📝 Generate docstrings 💡
🧪 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 |
d934a85 to
829b179
Compare
829b179 to
9e3ef0a
Compare
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_b0f8feb8-15f3-4261-a77e-2b849d557d1c) |
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_afa04013-5f7c-4813-995a-e738ff97acc9) |
da54c8f to
363768d
Compare
e3fd697 to
445faca
Compare
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_239e302b-ea3f-42dd-a11a-551ca4ead1f0) |
445faca to
b94c036
Compare
b94c036 to
b8eeee8
Compare
Note
Medium Risk
Changes Copilot chat open path, permission-mode mapping, and session lifecycle for a preview provider; incorrect mode or capability gating could affect supervision and pooled sessions across Copilot versions.
Overview
Upgrades GitHub Copilot ACP integration to CLI 1.0.86 and centralizes install guidance on
@github/copilot@1.0.86across CLI registry, chat errors, and Settings.Copilot now drives native ACP session config (
mode,allow_all) viasession/set_config_option, with ADE’s permission ladder mapped to Agent / Plan / Autopilot URLs.auto-editandautoare downgraded to approval-gated Agent mode with user-facing degradation notes, and supervision treats those modes asdefaultso unsupervised-write warnings stay honest.The shared ACP host gates rejoin and close on the initialize handshake (resume/load/new, and whether to send
session/close), so older Copilot builds that omit close keep pooled processes alive instead of being killed. Mode setup fails closed: a failed initial mode config aborts open, tears down the runtime, and never calls ready—avoiding chats that run with a broader posture than selected. Spawn plans continue to pass--modeland--effortas process-global flags included in pool identity.Fixtures, conformance tests, docs, and a runtime-coordinator test cover the new behavior.
Reviewed by Cursor Bugbot for commit 445faca. Configure here.
Summary by CodeRabbit
New Features
Bug Fixes
Updates