Preflight Checklist
Problem Statement
Currently, the /resume session selector provides useful features like:
- Preview sessions (P key)
- Rename sessions (R key)
- Search/filter sessions (/ key)
However, there's no way to delete old or unwanted sessions from the selector. Users must manually navigate to the filesystem to delete session files.
Proposed Solution
Add a delete shortcut key (e.g., D or Delete key) in the /resume session selector that allows users to:
- Select a session in the selector
- Press the delete key
- Confirm deletion (optional safety prompt)
- Remove the session permanently
Alternative Solutions
No response
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
As sessions accumulate over time, users need an easy way to clean up old or test sessions without leaving the CLI interface.
Additional Context
No response
Preflight Checklist
Problem Statement
Currently, the
/resumesession selector provides useful features like:However, there's no way to delete old or unwanted sessions from the selector. Users must manually navigate to the filesystem to delete session files.
Proposed Solution
Add a delete shortcut key (e.g.,
DorDeletekey) in the/resumesession selector that allows users to:Alternative Solutions
No response
Priority
Medium - Would be very helpful
Feature Category
CLI commands and flags
Use Case Example
As sessions accumulate over time, users need an easy way to clean up old or test sessions without leaving the CLI interface.
Additional Context
No response