llm-kb
← Back to products
Productlaunched

Terminal dashboard for Claude Code session management

DejaView is a terminal UI that reads Claude Code transcripts from ~/.claude/projects/, groups sessions by project, and lets users resume any session with Enter. It solves the problem of remembering which directory a Claude session was in for the claude --resume command. Built with Textual, it is read-only, local-only, and requires no configuration.

Visit project ↗
1 engagement·1 source·Sun, Jul 12, 2026, 08:52 AM
DejaView is an open-source TUI (terminal user interface) that scans Claude Code session transcripts stored locally in ~/.claude/projects/. It groups sessions by project directory and displays them in a dashboard. Users can navigate with arrow keys and press Enter to resume a session, which effectively runs claude --resume in the correct directory. The tool is built with the Textual Python framework. It is read-only and does not send any data externally. Installation is via uvx dejaview. The project is the author's first open-source project and has received 1 upvote on Hacker News.

Entities

Claude Code(tool)Textual(tool)dotbrt(person)

Related

ProductSun, Jul 12, 2026, 02:04 AM

Confessor: Analyzes Claude Code transcripts to show what the AI agent did on your computer

Confessor is an open-source tool that reads the JSONL log files Claude Code leaves on disk and generates a human-readable report of every action the AI agent performed, including tool calls, file reads, and shell commands. It helps developers understand and audit the behavior of AI coding agents on their machines.

6 engagement·2 sources·reddit
ProductSat, Jul 11, 2026, 07:51 PM

Registry for Claude Code users to share custom status lines

Claudelines is a registry where Claude Code users can share and explore custom terminal status lines. It solves the problem of discovering and showing off personalized status line configurations for Claude Code.

2 engagement·1 source·hackernews
ProductSat, Jul 11, 2026, 12:56 PM

Passation: Resume interrupted AI coding sessions seamlessly

Passation is a passive Python script that generates a handoff document when a Claude Code or Codex CLI session is interrupted by usage limits. It captures the current state, unfinished tasks, and plans so a new agent can continue without losing context. This solves the problem of coding sessions dying mid-task and the risk of switching agents.

4 engagement·1 source·reddit
ProductSun, Jul 12, 2026, 04:04 AM

Chameleon shows Claude a real file from your repo before it edits

Chameleon is a tool that provides Claude with the actual content of a file from your repository before it makes edits. It solves the problem of Claude editing files without full context, helping developers get more accurate code modifications.

1 engagement·1 source·hackernews
ProductSun, Jul 12, 2026, 12:47 PM

Coder: CLI tool to delegate coding tasks to background LLM agents

Coder is a CLI/plugin that lets developers dispatch coding tasks to background agents powered by Claude CLI or Codex CLI. It keeps the main session context clean and distributes workload across existing subscriptions. Built entirely with Claude Code, it is free and open source.

4 engagement·1 source·reddit