[PR #5680] fix: change subagent navigation order to newest-to-oldest #11528

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

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

State: closed
Merged: Yes


Summary

When a subagent spawns and you want to navigate to it to view it's progress, the natural intuition is to go to "the next subagent" at least for me - this ends up in me going to the oldest subagent which feels weird

Swaps the ordering so newest is first, and also removes localCompare as it's not needed for the ID comparison

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/5680 **State:** closed **Merged:** Yes --- ## Summary When a subagent spawns and you want to navigate to it to view it's progress, the natural intuition is to go to "the next subagent" at least for me - this ends up in me going to the oldest subagent which feels weird Swaps the ordering so newest is first, and also removes localCompare as it's not needed for the ID comparison
yindo added the pull-request label 2026-02-16 18:16:22 -05:00
yindo closed this issue 2026-02-16 18:16:22 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11528