v0.1
Traceary v0.1
Released on April 7, 2026.
Traceary v0.1 establishes the local-first baseline for recording and searching AI agent work history across Claude Code, Codex CLI, and Gemini CLI.
Included in v0.1
- SQLite-backed local store at
~/.config/traceary/traceary.db - Core CLI commands:
traceary inittraceary logtraceary audittraceary listtraceary searchtraceary session starttraceary session endtraceary gc
- MCP server with:
add_logadd_auditsearchget_context
- Hook integration assets for Claude Code, Codex CLI, and Gemini CLI
- session lifecycle hook script
- shell-command audit hook script
- example config files
- setup guide
Highlights
- local-first, single-binary Go implementation
- shared event model with
client,agent,session_id, and work-context attribution - text and date-range search over recorded events
- retention / garbage-collection support for long-running local use
- dogfood-validated hook flow from session start to audit to session end