Describe the feature or problem you'd like to solve
The /resume session picker currently orders sessions by repository/branch grouping rather than recency. This makes it hard to find sessions I worked on recently — a session I used yesterday appeared at position #55, requiring a lot of scrolling.
Proposed solution
Add a way to sort the /resume list by last-updated timestamp, descending (most recently active at the top). Either:
- Make "last updated, desc" the default, or
- Provide a toggle/flag (e.g.
/resume --sort=recent) or a /settings option to choose sort order (recent vs. branch-grouped vs. name).
Why it matters: Recency is the most common way I look for a session to resume. Scrolling through 50+ branch-grouped entries is slow and error-prone.
Example prompts or workflows
No response
Additional context
No response
Describe the feature or problem you'd like to solve
The
/resumesession picker currently orders sessions by repository/branch grouping rather than recency. This makes it hard to find sessions I worked on recently — a session I used yesterday appeared at position #55, requiring a lot of scrolling.Proposed solution
Add a way to sort the
/resumelist by last-updated timestamp, descending (most recently active at the top). Either:/resume --sort=recent) or a/settingsoption to choose sort order (recent vs. branch-grouped vs. name).Why it matters: Recency is the most common way I look for a session to resume. Scrolling through 50+ branch-grouped entries is slow and error-prone.
Example prompts or workflows
No response
Additional context
No response