feat: update session resume UI to show most recent prompt first #214

Closed
opened 2026-03-10 09:16:26 -07:00 by hikari · 0 comments
Owner

Summary

CLI v2.1.69 changed the /resume picker to show the most recent prompt instead of the first one. Hikari has its own session resume UI — it should be updated to match this new behaviour so the display is consistent with what the CLI shows.

Additionally, v2.1.69 changed resuming after compaction to no longer produce a preamble recap before continuing — Hikari's terminal display should handle this gracefully (no orphaned "here's what we were doing" block appearing at the start of resumed compacted sessions).

Required Changes

Frontend (Session Resume Modal / Picker)

  • Sort sessions by most recent prompt/activity rather than first message
  • Display the most recent user message as the session preview text
  • Verify the resume flow works correctly for compacted sessions (no unexpected recap block)

Reference

  • CLI v2.1.69: "Changed the /resume picker to show your most recent prompt instead of the first one"
  • CLI v2.1.69: "Changed resuming after compaction to no longer produce a preamble recap before continuing"

This issue was created with help from Hikari~ 🌸

## Summary CLI v2.1.69 changed the `/resume` picker to show the most recent prompt instead of the first one. Hikari has its own session resume UI — it should be updated to match this new behaviour so the display is consistent with what the CLI shows. Additionally, v2.1.69 changed resuming after compaction to no longer produce a preamble recap before continuing — Hikari's terminal display should handle this gracefully (no orphaned "here's what we were doing" block appearing at the start of resumed compacted sessions). ## Required Changes ### Frontend (Session Resume Modal / Picker) - Sort sessions by most recent prompt/activity rather than first message - Display the most recent user message as the session preview text - Verify the resume flow works correctly for compacted sessions (no unexpected recap block) ## Reference - CLI v2.1.69: "Changed the `/resume` picker to show your most recent prompt instead of the first one" - CLI v2.1.69: "Changed resuming after compaction to no longer produce a preamble recap before continuing" ✨ This issue was created with help from Hikari~ 🌸
naomi closed this issue 2026-03-13 01:34:45 -07:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nhcarrigan/hikari-desktop#214