Files
jeremy 7201c57d8c fix(cli): crash-resume hint now points at the session picker too (fixes #690)
The single-crashed-session hint printed only 'jcode --resume <id>', so it
read as 'memorize this ID or lose the session'. Bare 'jcode --resume' opens
a searchable picker and nothing has to be remembered, which the
multi-session branch already said but the single-session one did not.

Extract the wording into a pure crash_resume_hint_lines() and cover both
branches with tests. These lines print to stderr outside the TUI, where
nothing asserted on them before.
2026-07-31 14:01:03 -07:00
..