Skip to content

Propagate qr go failures from shell wrapper#44

Closed
baanish wants to merge 1 commit into
masterfrom
cursor/shell-wrapper-exit-status-93e4
Closed

Propagate qr go failures from shell wrapper#44
baanish wants to merge 1 commit into
masterfrom
cursor/shell-wrapper-exit-status-93e4

Conversation

@baanish

@baanish baanish commented Jul 1, 2026

Copy link
Copy Markdown
Owner

Summary

The installed shell wrapper now returns failure when qr go --print-path fails instead of silently doing nothing.

  • Bash/zsh: dir=$(command qr go …) || return $?
  • Fish: captures $status and returns before cd
  • Successful path behavior unchanged (stdout stays path-only)
  • Tests assert generated snippets include status handling

Test plan

  • cargo test shell::tests
  • cargo test
  • cargo fmt --all -- --check
  • cargo clippy --all-targets --locked -- -D warnings
Open in Web Open in Cursor 

Co-authored-by: Aanish Bhirud <baanish@users.noreply.github.com>
@coderabbitai

coderabbitai Bot commented Jul 1, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@cursor[bot], you've reached your PR review limit, so we couldn't start this review.

Next review available in: 59 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: 0c7e4b28-7891-4a6e-a012-983cc483a5da

📥 Commits

Reviewing files that changed from the base of the PR and between fcf57af and 01e47c5.

📒 Files selected for processing (1)
  • src/shell.rs

Note

🎁 Summarized by CodeRabbit Free

Your 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 @coderabbitai help to get the list of available commands.

@cursor cursor Bot marked this pull request as ready for review July 1, 2026 09:40
@kilo-code-bot

kilo-code-bot Bot commented Jul 1, 2026

Copy link
Copy Markdown

Code Review Summary

Status: No Issues Found | Recommendation: Merge

Files Reviewed (1 file)
  • src/shell.rs - 0 issues

Reviewed by glm-5.2-short · Input: 15.2K · Output: 3.6K · Cached: 105.4K

@baanish baanish closed this Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants