Andrey Markin
  • home
  • services
  • products
    • Peektrace
    • Agent Skills
    • SEO Lens
  • projects
  • blog
  • directory
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Products
  3. Peektrace
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
CLIBeta

Peektrace

See exactly what is loaded in your coding agent's context window.

Free & open source·macOS, Linux, Windows
CLICoding AgentsLocal-firstEffect-TSTypeScript
View on GitHub
Install
curl -fsSL https://raw.githubusercontent.com/Mark-Life/peektrace/main/scripts/install.sh | sh
Peektrace

You cannot see what is actually loaded in your coding agent's context window. Peektrace shows you: where the budget went, when the session drifted out of the smart zone, which tools the model called, and what loaded before you typed a word.

peektrace serve boots the inspector and opens the browser on three sections.

Sessions

Every Claude Code, Codex and Pi session, filterable by agent. Open one for full context-budget forensics. It charts peak context against the window, then partitions that peak: system and tool definitions, CLAUDE.md / AGENTS.md, files, prompts, tool results, and the hidden thinking band. A growth timeline marks the turn the session crossed into the dumb zone and every compaction cliff after it. Loaded artifacts and every tool call sit in a searchable history.

Memory

Claude only. View, create, edit and delete memories across every project. The MEMORY.md budget gauge marks the 200-line / 25 KB cliff and flags below-fold entries INVISIBLE TO CLAUDE. It also renders a wikilink graph, diffs the index against the files on disk, and writes back atomically.

Capabilities

A feature-by-agent matrix over Claude, Codex, Pi and OpenCode. Every cell says why it is supported, partial, planned or unsupported. OpenCode is the column that shows the gap.

By default nothing leaves the box: the server binds 127.0.0.1, transcripts are secret-redacted, no memory or transcript is ever sent to a model, and telemetry is a local SQLite file you can kill with --no-telemetry.

The same binary is scriptable one-shot: peektrace sessions ls, peektrace sessions analyze <session-id>, peektrace memory ls. Add --json to pipe it, --read-only to refuse every write.

Windows

The native installer is the only channel. Peektrace is not on npm.

powershell
irm https://raw.githubusercontent.com/Mark-Life/peektrace/main/scripts/install.ps1 | iex

Need something like this built?

Get in Touch