Skip to content

v0.7.3

Choose a tag to compare

@agentfirstkit agentfirstkit released this 12 Jul 18:43
· 11 commits to main since this release
  • Adopt AFDATA protocol v1 for all CLI output: success responses now wrap command data under a result key inside a {kind:"result", result, trace} envelope, and failures emit kind:"error" with a stable error.code instead of a flat object
  • Support protocol v1 CLI early-exit semantics so afhttp emits well-formed protocol envelopes even on fast-fail paths
  • Migrate the SDK to the afdata 0.16 API (builders-only event construction and the decode_protocol_event reader) and adopt the collapsed redaction/logging surface (Redactor + LogFilters)
  • Bump container browser backend pins: Chrome for Testing 150.0.7871.115 and Go 1.26.5