AgentField 0.1.114
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.114 curl -fsSL https://agentfield.ai/install.sh | bashManual Download
Download the binary for your platform below, make it executable, and move it to your PATH.
Supported Platforms
- macOS Intel:
agentfield-darwin-amd64 - macOS Apple Silicon:
agentfield-darwin-arm64 - Linux x86_64:
agentfield-linux-amd64 - Linux ARM64:
agentfield-linux-arm64
What's Changed
- fix(sdk-go): survive OpenAI's strict validator on codex --output-schema by @AbirAbbas in #818
- feat(cli): surface the harness golden path (af wait, catalog, golden_path help, JSON envelopes) by @AbirAbbas in #816
- feat(desktop): let the app own its control plane on a configurable / auto-picked free port by @AbirAbbas in #815
Full Changelog: v0.1.113...v0.1.114