Skip to content

Catalyst Dev — Change Log

Version 6.8.0

Apr 14, 2026

SQLite Session Store

Catalyst now persists all agent activity—both solo and orchestrated sessions—to a durable SQLite database instead of fragile per-worker JSON files. The new catalyst-db.sh CLI provides session CRUD, event logging, metrics tracking, and PR management with concurrent read/write support. Run catalyst-db.sh init to create the database schema and start building persistent workflow history.

PRs

  • dev: SQLite session store for agent activity (CTL-36) (#97) (74bb43d)