duqaXxX/seedeep

32 stars · Last commit 2026-08-30

What Claude Code is doing between your prompt and its answer, drawn live from the logs it already writes: every model call, every tool, each subagent on its own context window and its own model, and what the session produced. Local and read-only — your session content never leaves the machine.

README preview

<div align="center">

<img src="apps/server/public/favicon.svg" width="96" height="96" alt="">

# seedeep

### *See deep into what Claude Code is doing.*

[![npm](https://img.shields.io/badge/npm-seedeep-cb3837)](https://www.npmjs.com/package/seedeep)
[![license](https://img.shields.io/badge/license-MIT-blue)](LICENSE)
![for Claude Code](https://img.shields.io/badge/for-Claude%20Code-d97757)

Claude Code writes a session log to disk as it runs. `seedeep` tails that log and
rebuilds the turn while it is still happening: the context window filling, every API
call with its latency and token split, every tool call and its result, and each
subagent folded under the spawn that launched it. The same view is there afterwards
to walk through.

Read-only. No proxy, no daemon, no session content leaves the machine.

View full repository on GitHub →