[PR #2092] fix: keybind panic #10191

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

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

State: closed
Merged: Yes


fixes: #2071

If you set keybinds like:

  "keybinds": {
    "session_child_cycle": "none",
    "session_child_cycle_reverse": "none"
  }

and the session had subagents, then app.Keybind(...) would panic

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/2092 **State:** closed **Merged:** Yes --- fixes: #2071 If you set keybinds like: ``` "keybinds": { "session_child_cycle": "none", "session_child_cycle_reverse": "none" } ``` and the session had subagents, then app.Keybind(...) would panic
yindo added the pull-request label 2026-02-16 18:14:48 -05:00
yindo closed this issue 2026-02-16 18:14:48 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10191