claude-sessions: Terminal UI for Browsing Claude Code Transcripts

What claude-sessions does
claude-sessions is a terminal-based interface that scans your local Claude Code transcript files stored in ~/.claude/ and provides tools for managing past coding sessions. The tool was built using Claude Code itself, with the AI writing the Textual UI, JSONL parser, and session-resume logic while the developer guided the architecture.
Key features
- Scans local
~/.claude/transcript files - Groups sessions by project directory, topic, or work domain
- WASD navigation for browsing sessions
- One-click resume into any session using
claude --resume - Search by keywords (e.g., "agents", "trust-verification")
Technical details
The tool is MIT licensed and open source on GitHub. It operates entirely locally—reading only from your ~/.claude/ folder with no data leaving your machine, no API calls, and no credentials required. The developer is seeking feedback on UX and asking how others keep track of work across multiple sessions.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude AI Session Compaction Issues and Workarounds
Default compaction in Claude AI sessions can degrade retrieval accuracy from ~9.75/10 to ~5/10, causing hallucinations. The user tested with 418K tokens and found manual compaction using Opus maintains accuracy while default compaction fails.

Clawdex: A Directory for Tracking OpenClaw Derivatives and Forks
Clawdex is a directory listing 18 OpenClaw-related projects across three tiers, with data on stars, language, and category tags. The project is PR-driven, requiring contributors to fork the repo, add a YAML file to /src/data/projects/, and open a pull request.

Focusmo macOS app adds local MCP server for Claude AI integration
Focusmo, a macOS focus app, now includes a local MCP server that allows Claude AI to access real focus data for weekly reviews and planning. The server runs locally on Mac with no external servers required, keeping all data on-device.

Council: A Structured Dialogue Framework for Claude
Council — A Crucible is a structured dialogue framework that runs inside a single Claude context window, using persona framing to produce four distinct modes of engagement: rigorous interrogation, generative action, lived experience, and unformed intuition.