Resume sessions directly via Enter, clipboard on Shift+Enter - #4
Conversation
Enter in conversation view now launches `claude -r <id>` directly in an interactive shell instead of copying the command to clipboard. The old clipboard behavior is still available via Shift+Enter. Assisted-By: 🤖 Claude Code
|
Warning Review limit reached
Your plan includes 1 review of capacity. Refill in 56 minutes and 57 seconds. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more review capacity refills, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than trial, open-source, and free plans. In all cases, review capacity refills continuously over time. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 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 |
Assisted-By: 🤖 Claude Code
* Resume sessions directly via Enter, keep clipboard on Shift+Enter Enter in conversation view now launches `claude -r <id>` directly in an interactive shell instead of copying the command to clipboard. The old clipboard behavior is still available via Shift+Enter. Assisted-By: 🤖 Claude Code * Use ⇧ symbol for Shift in status bar keybinding hints Assisted-By: 🤖 Claude Code
Summary
claude -r <id>directly in an interactive shell instead of copying the resume command to clipboardEnter resume S-Enter copyInspired by the direct-exec approach in #2, extracted as a focused standalone change.
Test plan
cargo clippyclean,cargo testpasses (30 tests)🤖 Generated with Claude Code