[PR #11942] feat(tui): add keyboard shortcuts for expanding tool outputs #13998

Open
opened 2026-02-16 18:18:49 -05:00 by yindo · 0 comments
Owner

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

State: open
Merged: No


Changes

  • Add tool_output_expand_all keybind (<leader>e) to expand/collapse all bash tool outputs at once
  • Add tool_output_expand_last keybind (e) to expand/collapse the most recent bash tool output
  • Update UI to show keybind hints: "Click to expand (e)" instead of just "Click to expand"
  • Track expansion state per-part allowing individual outputs to be expanded independently

References

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/11942 **State:** open **Merged:** No --- ## Changes - Add `tool_output_expand_all` keybind (`<leader>e`) to expand/collapse all bash tool outputs at once - Add `tool_output_expand_last` keybind (`e`) to expand/collapse the most recent bash tool output - Update UI to show keybind hints: "Click to expand (e)" instead of just "Click to expand" - Track expansion state per-part allowing individual outputs to be expanded independently ## References - Closes #11794
yindo added the pull-request label 2026-02-16 18:18:49 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13998