Skip to content

v0.12.0 — CLI Integration: Share, Postmortem, Eval, Watch

Choose a tag to compare

@Siddhant-K-code Siddhant-K-code released this 06 Apr 17:49
· 82 commits to main since this release

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 kill

Full command reference

agent-strace --help

Previous releases

  • v0.9.0 - share and postmortem
  • v0.10.0 - eval framework
  • v0.11.0 - watch circuit breakers