[PR #5798] feature: sessions sidebar #11589

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

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

State: closed
Merged: No


Add a NERDTree-style sessions sidebar for quick session management with vim keybindings. Toggle with ctrl+n from any screen.

Features:

  • Tree structure showing parent/child session relationships
  • Vim-style keyboard navigation
  • Relative timestamps ("2h", "3d")
  • Status indicator (● busy / ○ idle)
  • Context usage with filling circles (○ → ◔ → ◐ → ◕ → ●)
  • Works globally from both home and session pages

Keybindings:

Key Action
j/k or ↑/↓ Move cursor
Enter or o Open session / Toggle expand
O Expand all children
x Collapse parent
X Collapse all
p Go to parent
g/G Jump to top/bottom
n New session
r Rename session
d Delete session
? Show help
q or Esc Close sidebar

https://github.com/user-attachments/assets/692b767e-35e1-4fe8-9690-8faf07e9a5c4

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5798 **State:** closed **Merged:** No --- Add a NERDTree-style sessions sidebar for quick session management with vim keybindings. Toggle with ctrl+n from any screen. Features: - Tree structure showing parent/child session relationships - Vim-style keyboard navigation - Relative timestamps ("2h", "3d") - Status indicator (● busy / ○ idle) - Context usage with filling circles (○ → ◔ → ◐ → ◕ → ●) - Works globally from both home and session pages Keybindings: | Key | Action | |------------|------------------------------| | j/k or ↑/↓ | Move cursor | | Enter or o | Open session / Toggle expand | | O | Expand all children | | x | Collapse parent | | X | Collapse all | | p | Go to parent | | g/G | Jump to top/bottom | | n | New session | | r | Rename session | | d | Delete session | | ? | Show help | | q or Esc | Close sidebar | https://github.com/user-attachments/assets/692b767e-35e1-4fe8-9690-8faf07e9a5c4
yindo added the pull-request label 2026-02-16 18:16:27 -05:00
yindo closed this issue 2026-02-16 18:16:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11589