Add ability to delete/clean up sessions from /resume list
Resolved 💬 3 comments Opened Feb 5, 2026 by iglodia Closed Feb 9, 2026
The /resume picker accumulates sessions over time, including trivial ones with only a few messages. There's currently no way to delete or clean them up.
Suggested features
- Add a
D(delete) keybinding in the/resumepicker to remove individual sessions - Option to bulk-delete sessions by age or message count (e.g., remove sessions with <3 messages)
- A
/sessions cleanupcommand for batch maintenance
Current workaround
Manually deleting files from ~/.claude/projects/*/sessions/, which is undocumented and fragile.
Use case
Long-term users on active projects accumulate dozens of short throwaway sessions that make finding meaningful ones harder.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗