Skip to content

v0.8.0

Choose a tag to compare

@agentfirstkit agentfirstkit released this 21 Jul 13:45
· 9 commits to main since this release
  • Emit afhttp --version as an AFDATA protocol-v1 JSON event (name, display_name, version, build) via a clap-introspecting pre-parser instead of plain version text.
  • Stamp the build commit SHA into the version's build field via build.rs, falling back to "unknown" for crates.io tarball builds with no reachable git.
  • Migrate to agent-first-data 0.22 and its L1-L8 API (redaction policy, output style, infallible event builders), absorbing the retired agent-first-config crate.
  • Bump pinned browser backends to chrome-for-testing 151 and camoufox 152 beta.
  • Move the embedded skill to the skills/agent-first-http/SKILL.md layout and add Hermes as a skill install target alongside Codex, Claude Code, and opencode.
  • Rewrite the README into the canonical user guide with a coverage map, host/driver roles, worked examples, Rust SDK usage, and cross-spore collaboration notes, retiring docs/overview.md.