Skip to content

v1.4.5 - Contextual Approvals And Run Ledger

Choose a tag to compare

@sagarchhatrala sagarchhatrala released this 21 Jul 12:27

v1.4.5 - Contextual Approvals And Run Ledger

Agent Circuit Breaker v1.4.5 makes long-running trajectory results easier to review and replay locally.

Highlights

  • Added compact approval context for trajectory approvals.
  • Added circuit-breaker trajectory <run.json> --ledger.
  • Added circuit-breaker ledger, circuit-breaker ledger <RUN_ID>, and circuit-breaker ledger --verify.
  • Added a local hash-chained RunLedger for replaying stored trajectory results.

Example

circuit-breaker trajectory ./agent-run.json --ledger
circuit-breaker ledger
circuit-breaker ledger <RUN_ID>
circuit-breaker ledger --verify

Trajectory approval records now include run ID, summary, finding IDs, finding reasons, and recent action context.

Compatibility

Existing approval records remain readable. The ledger is opt-in and stored locally; no telemetry or remote storage is introduced.

Verification

  • contextual approval tests
  • run ledger append/replay/verify tests
  • trajectory CLI ledger regression
  • full unit test suite