Skip to content

Catalyst Dev — Change Log

Version 6.9.0

Apr 14, 2026

Session Lifecycle CLI

The new catalyst-session command gives any skill a universal interface to report lifecycle events, metrics, and tool usage to the SQLite session store. Replace direct JSON file writes with structured calls like catalyst-session start --skill myskill, catalyst-session phase $id running, and catalyst-session metric $id --cost 0.05 to get automatic tracking in the orchestration monitor and session APIs.

PRs

  • dev: catalyst-session lifecycle CLI (CTL-37) (#100) (9b7fae2)