Skip to content

v1.3.0 - Safety Runtime

Choose a tag to compare

@sagarchhatrala sagarchhatrala released this 20 Jul 16:54
28f4745

v1.3.0 - Safety Runtime

Agent Circuit Breaker v1.3.0 expands the project from a deterministic command checker into a local-first safety runtime for AI coding agents.

Highlights

  • Safety profiles: solo, repo, team, and prod
  • Policy modes: strict, advisory, and approval
  • Additive PENDING_APPROVAL outcome for human approval flows
  • Local approval queue commands
  • explain mode with safer alternatives
  • scan mode for scripts, CI files, docs, and SQL snippets
  • SARIF output plus GitHub code scanning workflow scaffold
  • Tamper-evident audit timeline with hash-chain verification
  • Central policy loading from files or explicit URLs
  • Entry-point based plugin discovery and optional rule-provider loading
  • Extended external rule schema: regex, all_of, any_of, and not
  • Hook scaffold generation with install-hooks
  • Minimal optional MCP-style JSON-lines proxy scaffold
  • Pre-commit hook manifest

Compatibility

The default check behavior remains backward-compatible with v1.2.0. Existing allow/block/error/unknown results still behave the same unless a caller opts into new policy modes, approval responses, plugins, or external policies.

Verification

  • Full unit test suite: 368 tests
  • Existing README examples preserved
  • New v1.3 profile, approval, scan, SARIF, audit, policy, matcher, and MCP scaffold tests