Changelog
v0.1.0 — January 2025
Public launch of ChooChoo.
What's new
- Context compilation — Agents automatically build and maintain a persistent
AGENTS.md/CLAUDE.mdfrom your codebase history, decisions, and conventions. - Agent Trace — Every agent session is logged as a structured trace: tools used, files touched, decisions made, and the context snapshot at the time.
- Schema validation — Define governance rules in YAML; ChooChoo enforces them on every trace at commit time or in CI.
- CLI —
choochoo run,choochoo trace,choochoo validatecommands for local and CI workflows. - CI/CD integration — Native GitHub Actions support; fail builds on governance violations before they merge.
- Skill Files — Reusable, version-controlled context modules that can be composed across agents and projects.
- Fleet Visibility (Preview) — Org-level dashboard for monitoring agent activity across all repositories.
- Integrations — Works out of the box with Claude Code, OpenAI Codex, Cursor, Gemini CLI, OpenCode, and GitHub Copilot.
Last updated: May 22, 2026