claude-sessions: Terminal UI for Browsing Claude Code Transcripts

✍️ OpenClawRadar📅 Published: March 15, 2026🔗 Source
claude-sessions: Terminal UI for Browsing Claude Code Transcripts
Ad

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

Ad

👀 See Also

🦀
Tools

Needle: A 26M Parameter Function-Calling Model That Runs at 6000 tok/s on Mobile

Cactus open-sources Needle, a 26M parameter model for single-shot function calling, achieving 6000 tok/s prefill and 1200 tok/s decode on consumer devices. Built with Simple Attention Networks (no FFNs), it beats several larger models on tool-use benchmarks.

OpenClawRadar
Developer shares solution for Claude AI ignoring rules beyond 50-count threshold
Tools

Developer shares solution for Claude AI ignoring rules beyond 50-count threshold

A developer reports Claude Code started silently dropping rules once their shared rule set exceeded approximately 50 items, particularly during frontend-heavy tasks. They built a hook that scans prompts and loads only 2-3 relevant rules based on keyword matching.

OpenClawRadar
Custom status line for Claude Code shows context usage, rate limits, and token counts at a glance
Tools

Custom status line for Claude Code shows context usage, rate limits, and token counts at a glance

A custom script adds a persistent status line to Claude Code, displaying context %, 5-hour rate limit %, KV cache reads, cumulative input/output tokens, model name, and working directory — color-coded for dark terminals.

OpenClawRadar
Agent Factory: Autonomous System Builds AI Agents from Online Problem Discussions
Tools

Agent Factory: Autonomous System Builds AI Agents from Online Problem Discussions

Agent Factory is an autonomous system that scrapes Reddit, HN, GitHub, and Twitter for real problems, scores them on demand, market gap, and feasibility, then builds standalone AI agents for promising ideas. The system uses a minimal Next.js template with 7 tools and runs Claude Code headless via a shell script.

OpenClawRadar