Settings

Theme

Show HN: Agtrace – top and tail -f for AI coding agent sessions

github.com

2 points by zawakin 4 months ago · 0 comments · 1 min read

Reader

Hey 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.

No comments yet.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection