[FEATURE] Add delete functionality in /resume session selector
Resolved 💬 3 comments Opened Jan 16, 2026 by x1417641995 Closed Jan 19, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
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_
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗