Skip to content

Show named recent sessions in the resume picker - #732

Merged
TheGreatAxios merged 3 commits into
mainfrom
cl-7288-make-corbits-resume-a-named-recent-10-picker
Aug 31, 2026
Merged

Show named recent sessions in the resume picker#732
TheGreatAxios merged 3 commits into
mainfrom
cl-7288-make-corbits-resume-a-named-recent-10-picker

Conversation

@TheGreatAxios

Copy link
Copy Markdown
Collaborator

Summary

  • corbits resume lists the 10 most recently persisted sessions for this checkout by task title, including completed, failed, and crashed threads.
  • Recency is last persist, not start time. Type to filter. --force is not a list filter.

Verification

  • bun run typecheck and bun run build pass
  • Targeted tests for session listing, resume labels, the 10-cap, and type-to-filter pass
  • Full bun run test still fails nested git commit fixtures on this host (allowed-emails hook); same on origin/main

Fixes CL-7288

@linear-code

linear-code Bot commented Aug 31, 2026

Copy link
Copy Markdown

CL-7288

Start time hid recently finished work, and treating --force as a list filter kept those threads out of the picker.
A long catalog made resume a wall of rows. Ten newest plus type-to-filter is how you actually pick a thread.
acceptOverlaySelection closed before onAccept could refuse the empty-id
sentinel, so the resume picker vanished on a failed filter. Refuse the
sentinel at accept time. Slash-popup Enter on zero matches still
dismisses.
@TheGreatAxios
TheGreatAxios force-pushed the cl-7288-make-corbits-resume-a-named-recent-10-picker branch from 068eee0 to d853603 Compare August 31, 2026 15:53
@TheGreatAxios
TheGreatAxios merged commit 3c887ac into main Aug 31, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant