[PR #5309] Add session position indicator in header and refactor sibling logic #11334

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

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

State: open
Merged: No


I often get lost when switching between subagents. This just adds a simple indicator so that we can see at a glance where we're at.

  • Add [current/total] indicator in session header to show position among parent/siblings
  • Extract duplicate sibling-finding logic into sync.session.siblings() helper
  • Update header.tsx to display position indicator for sessions with siblings
  • Refactor moveChild() in index.tsx to use centralized siblings() method
  • Improves navigation awareness when working with multiple subagent sessions
image
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5309 **State:** open **Merged:** No --- I often get lost when switching between subagents. This just adds a simple indicator so that we can see at a glance where we're at. - Add [current/total] indicator in session header to show position among parent/siblings - Extract duplicate sibling-finding logic into sync.session.siblings() helper - Update header.tsx to display position indicator for sessions with siblings - Refactor moveChild() in index.tsx to use centralized siblings() method - Improves navigation awareness when working with multiple subagent sessions <img width="573" height="94" alt="image" src="https://github.com/user-attachments/assets/f1bca141-9c41-4628-a88b-9f819f422064" />
yindo added the pull-request label 2026-02-16 18:16:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11334