Remember the fix, not the filename
Find the authentication regression we fixed last month.
AgentTraces searches the work you can access, then returns compact evidence with the repository, source, time, and trace ID intact.
AgentTraces captures coding-agent sessions and makes them searchable from the CLI or any MCP client. Your current agent does the reasoning; AgentTraces retrieves the evidence.
npx agenttraces upDetect supported coding agents, start private capture, and install the local MCP connection.
Search returns a small set of authorized traces—not a dump of every event. Each result keeps its provenance so an agent can retrieve only the evidence it needs.
Search the way you remember the work. AgentTraces filters first by what you are allowed to see, then ranks matching traces and evidence.
Find the authentication regression we fixed last month.
AgentTraces searches the work you can access, then returns compact evidence with the repository, source, time, and trace ID intact.
What did we learn about the queue timeout?
Your current agent can retrieve the earlier commands, decisions, and outcome instead of repeating the investigation from scratch.
Show me the trace behind PR #428.
Git and pull-request evidence narrow the search. The result stays linked to the native session it came from.
A result opens into the smallest useful view of the work: who did it, where it happened, what changed, and the native events behind the answer.
payments-api / PR #428
Find why replayed events create duplicate invoices.
The event ID is checked after the invoice side effect.
rg -n "event_id|invoice" src testCommit the unique event record before invoice processing.
Personal traces are private by default. In a team, the owner defines the default visibility and retention policy.
Local adapters understand all seven native formats. Claude Code and Codex lead the first end-to-end path; the remaining rows show collector coverage, not a promise of full product support.
Install AgentTraces, keep new sessions private, and ask your current agent for the work you remember.
npx agenttraces upView on npm