Skip to content

Resume sessions directly via Enter, clipboard on Shift+Enter - #4

Merged
rhuss merged 2 commits into
mainfrom
feat/direct-exec-resume
May 25, 2026
Merged

Resume sessions directly via Enter, clipboard on Shift+Enter#4
rhuss merged 2 commits into
mainfrom
feat/direct-exec-resume

Conversation

@rhuss

@rhuss rhuss commented May 25, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • Enter in conversation view now launches claude -r <id> directly in an interactive shell instead of copying the resume command to clipboard
  • Shift+Enter preserves the old clipboard-copy behavior for users who prefer pasting into a specific terminal
  • Status bar updated to show Enter resume S-Enter copy

Inspired by the direct-exec approach in #2, extracted as a focused standalone change.

Test plan

  • Enter on a session in conversation view launches Claude directly
  • Shift+Enter copies the resume command to clipboard
  • Status bar shows updated keybinding hints
  • cargo clippy clean, cargo test passes (30 tests)

🤖 Generated with Claude Code

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
@coderabbitai

coderabbitai Bot commented May 25, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@rhuss, we couldn't start this review because you've used your available PR reviews for now.

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 9d494887-afd6-45fc-97eb-c4cd93838f10

📥 Commits

Reviewing files that changed from the base of the PR and between ebc7b67 and 049019b.

📒 Files selected for processing (3)
  • src/tui/input.rs
  • src/tui/mod.rs
  • src/tui/view.rs
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/direct-exec-resume

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 and usage tips.

@rhuss
rhuss merged commit ae8e7a2 into main May 25, 2026
6 checks passed
@rhuss
rhuss deleted the feat/direct-exec-resume branch May 25, 2026 08:41
rhuss added a commit that referenced this pull request Aug 19, 2026
* 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
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.

1 participant