Claude Code stores session transcripts, but the current /resume command only shows IDs and timestamps. The user requests a /sessions command that displays titled session headings and summaries, allowing users to browse, select, and resume sessions more easily, similar to OpenCode.
## Feature Request ### Problem Claude Code stores all session transcripts in `~/.claude/projects/`, but there's no way to browse them meaningfully. The current `/resume` command shows a bare list of session IDs and timestamps — you can't tell what any session was about without opening it manually. Competing tools (e.g. OpenCode) offer a `/sessions` command that shows titled session headings, letting you browse, select, and resume a session directly from the list. ### Proposed Solution A `/sessions` command that: 1. **Lists recent sessions** with a short auto-generated title/summary (derived from the first user message or the session's topic) 2. **Allows selection** — pick a session from the list to see what was done 3. **Shows a summary** of the selected session (what was worked on, what was completed, what's pending) 4. **Resumes** from the selected session if desired ### Current Workaround Users have to manually parse `.jsonl` files in `~/.claude/projects/` or ask Claude to d