Skip to content
ChooChoo
Esc
navigateopen⌘Jpreview

Changelog

v0.1.0

January 1, 2025

Release

Public launch of ChooChoo.

What’s new

  • Context compilation — Agents automatically build and maintain a persistent AGENTS.md / CLAUDE.md from 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.
  • CLIchoochoo run, choochoo trace, choochoo validate commands 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.