Route agent utility commands through core - #321
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 39 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughAdds four new agent utility commands (input, ps, rename, migrate) end-to-end: new core API route constants, installed shim fast-path handlers, daemon route handlers with text renderers, CLI ChangesAgent Utility Commands (input/ps/rename/migrate)
Estimated code review effort: 3 (Moderate) | ~30 minutes Sequence Diagram(s)sequenceDiagram
participant Shim as Installed Shim
participant Daemon
participant ProjectService as Project Service
Shim->>Daemon: POST/GET /core/agents/*-text (project, sessionId, text/label/worktreePath)
Daemon->>ProjectService: proxy to PROJECT_API_ROUTES.agents.* (ensureProject: false)
ProjectService-->>Daemon: JSON payload
Daemon-->>Shim: rendered text or JSON (via renderCoreAgent*Lines)
Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Summary
Verification
Summary by CodeRabbit
New Features
aimuxcommands for agent workflows:input,ps,rename, andmigrate.--project <path>argument for targeting a specific project.psview and clearer result messages.Bug Fixes