[PR #3840] fix: session rename functionality #10779

Closed
opened 2026-02-16 18:15:31 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/3840

State: closed
Merged: Yes


Basically Enter key on the session rename dialog stopped working since v1.0.10.

Add useKeyboard hook to handle return key, fixing regression introduced when kitty keyboard was enabled.
Matches pattern used by DialogAlert and DialogConfirm.

Let me know if this was the right approach because I feel like I might be missing something.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/3840 **State:** closed **Merged:** Yes --- Basically Enter key on the session rename dialog stopped working since v1.0.10. Add `useKeyboard` hook to handle return key, fixing regression introduced when kitty keyboard was enabled. Matches pattern used by `DialogAlert` and `DialogConfirm`. Let me know if this was the right approach because I feel like I might be missing something.
yindo added the pull-request label 2026-02-16 18:15:31 -05:00
yindo closed this issue 2026-02-16 18:15:31 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10779