chore(do): update codex/claude agent defaults for auto modes#41
Conversation
Use Codex auto-review approval flow and Claude auto permission mode in default agent suggestions. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Warning Review limit reached
Next review available in: 57 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. 📝 WalkthroughWalkthroughDefault Codex and Claude command strings are updated in source defaults, the shipped TOML config, and PRD examples. Config loading also rewrites legacy persisted agent commands in ChangesAgent default command updates
Estimated code review effort: 4 (Complex) | ~45 minutes Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. Comment |
Code Review SummaryStatus: No Issues Found | Recommendation: Merge The previously raised P2 (legacy Files Reviewed (1 file)
Previous Review Summary (commit 22760cd)Current summary above is authoritative. Previous snapshots are kept for context only. Previous review (commit 22760cd)Status: No Issues Found | Recommendation: Merge Files Reviewed (3 files)
Reviewed by glm-5.2-short · Input: 27.6K · Output: 3.6K · Cached: 120.4K |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 22760cd648
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Rewrite shipped codex/claude agent commands to the new auto-mode defaults when config.toml still contains the previous template values. Co-authored-by: Cursor <cursoragent@cursor.com>
Integrate load_file_without_env refactor and run legacy agent-default migration from that path. Co-authored-by: Cursor <cursoragent@cursor.com>
|
Addressed the legacy-default migration feedback in 488088f: on load, configs that still have the shipped |
Summary
do.agents.codexdefault to use--sandbox workspace-write,--ask-for-approval on-request, andapprovals_reviewer=auto_review.do.agents.claudedefault to use--permission-mode auto -p.Test plan
cargo testMade with Cursor
Summary by CodeRabbit