You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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