v0.1.4
New features
Agent session lifecycle for actor attributionA newno-tickets session command lets agent harnesses declare which agent is running before events fire. Use session start to register the agent identity, session show to inspect the active session, and session end to clear it. Events published while a session is active are stamped with the declared actor — opt-in, never required.- See
session start,session show, andsession end.
publishno-tickets publish now accepts actor and model metadata directly — --actor-type, --agent-id, --model, --prompt-tokens, --completion-tokens, and --call-id — so teams can attribute events without going through a session. First-time publishers see a one-shot hint pointing at the new attribution flow.- See the
publishreference.
Updates
Schemas widened to v0.3.0The event schemas bundle moves to v0.3.0 with a widened metadata contract. Existing payloads keep validating; new optional fields cover actor, model, and token-usage attribution end-to-end.Auto-generated CLI referenceThe CLI reference is now generated directly from the CLI itself on every release, so flags, defaults, and descriptions stay in lockstep with the binary you have installed.Fixes
- Releases now publish updated CLI documentation reliably on tag push.
- The TypeScript SDK no longer pulls in an unused schemas dependency, trimming install size for SDK consumers.