Show HN: Agtrace – top and tail -f for AI coding agent sessions
zawakin Monday, December 29, 2025Hey HN,
I built agtrace because I kept losing track of what was happening in my Claude Code sessions – context pressure, tool calls, costs.
It's basically `top` for AI coding agents: - Live dashboard showing context window usage and activity - Session history you can query and diff - Works with Claude Code, Codex, and Gemini CLI - 100% local, reads existing logs, no cloud
Install: `npm i -g @lanegrid/agtrace`
The core idea is pointer-based indexing (no log duplication) and schema-on-read (resilient to provider schema changes).
Would love feedback, especially from heavy Claude Code / Codex users.
Summary
The agtrace project is an open-source software tool that provides a graphical user interface for tracing the execution of Agda programs. It helps developers understand and debug their Agda code by visualizing the execution steps and highlighting the relevant parts of the program.
2
0
Summary
github.com