Skip to content

Report plugin removal failures#196

Merged
martian56 merged 1 commit into
mainfrom
fix-plugin-removal-failures
Jul 7, 2026
Merged

Report plugin removal failures#196
martian56 merged 1 commit into
mainfrom
fix-plugin-removal-failures

Conversation

@martian56

Copy link
Copy Markdown
Owner

Fixes #176.

Summary:

  • Return plugin removal errors when deletion commands fail and the plugin directory remains on disk.
  • Include command stderr, stdout, exit codes, or launch errors in the failure detail when available.
  • Verify successful removal by checking that the plugin directory is gone.
  • Add a simulated removal-failure test for the remaining-directory path.

Checks:

  • rvpm test
  • rvpm build
  • rvpm fmt --check

@martian56 martian56 added bug Something isn't working plugins Plugin system ux User experience labels Jul 7, 2026
@coderabbitai

coderabbitai Bot commented Jul 7, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@martian56, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 15 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: Pro Plus

Run ID: 098172a4-86b1-4324-91eb-1eb01932922e

📥 Commits

Reviewing files that changed from the base of the PR and between e8aab6b and 6a2f449.

📒 Files selected for processing (4)
  • CHANGELOG.md
  • rv.toml
  • src/plugins/manage.rv
  • src/plugins/manage_test.rv
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix-plugin-removal-failures

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@martian56 martian56 merged commit 68b2393 into main Jul 7, 2026
4 checks passed
@martian56 martian56 deleted the fix-plugin-removal-failures branch July 7, 2026 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working plugins Plugin system ux User experience

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Report plugin removal failures

1 participant