v0.12.0 — CLI Integration: Share, Postmortem, Eval, Watch
CLI integration
Wires all commands added in v0.9.0–v0.11.0 into the CLI.
New commands
agent-strace share <session-id> # self-contained HTML replay
agent-strace share <session-id> --postmortem # with failure analysis embedded
agent-strace postmortem <session-id> # structured failure analysis
agent-strace eval run <session-id> # score a session
agent-strace eval compare <session-a> <session-b># side-by-side diff
agent-strace eval ci <session-id> # CI gate, exits 1 on failure
agent-strace eval dataset add|list|export # manage labelled session datasets
agent-strace watch <session-id> # live circuit breakers
agent-strace watch --max-retries 3 --max-cost 5 --on-violation killFull command reference
agent-strace --help
Previous releases
- v0.9.0 -
shareandpostmortem - v0.10.0 -
evalframework - v0.11.0 -
watchcircuit breakers