A Codex/Claude Code plugin for persistent product context thru sessions
Session hooks auto-inject product context—no more re-briefing Claude every new session.
Chrome DevTools for Claude Code sessions when LangSmith drops local tool calls.
Developers using Claude Code, Codex, or similar agentic coding tools
Langfuse · LangSmith · Arize Phoenix
In the new world order of agentic development, poor performance is usually due to context bloat - either too many unnecessary tokens or missing relevant ones. I wrote this to help answer questions like:
- Which tool calls ballooned the context window, and on which turn? - What context was the subagent/skill passed when it was spawned? - What steps were repeated every session that could be lifted into a skill/documentation or cached lookup?
Agent Profiler is the tool for just that. It requires zero setup (just node), is fully local, open-source and can support any agent harness with a local transcript format.
Session hooks auto-inject product context—no more re-briefing Claude every new session.
Hook-enforced multi-model delegation, but still early and depends on unstable AI API availability.
Cuts 1.5M tokens from bloated Claude sessions with compaction archaeology and cost-per-decision tracking.
Transparent proxy cuts Codex context tokens by 87% via working memory.
Cross-agent workstreams with exact transcript binding beat native /resume.
Git-like versioning for Claude's context window—finally replay work without rebuilding understanding.