AgentField 0.1.117
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.117 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
- docs(skills): agentfield-use — batch dispatch by default, canary-validate after node reconfig by @AbirAbbas in #827
- Guard PresenceManager.Start against duplicate sweep goroutines by @AbirAbbas in #808
- Register pprof debug endpoints behind admin-token auth by @AbirAbbas in #809
- Add tests for agentic handlers: query, batch, discover by @AbirAbbas in #810
- InMemoryBackend: deep-copy values on Set/Get to fix data race by @AbirAbbas in #807
- Replace N+1 execution fetches in batch-status handler with one batch fetch by @AbirAbbas in #811
- feat(cli): health-aware list/stop, startup failure diagnostics, port retry, doctor --probe by @AbirAbbas in #820
- fix(cli): make af config write through to the secret store + pre-install requirements visibility by @AbirAbbas in #819
- feat(control-plane): embedded MCP server at /mcp (zero-setup harness integration) by @AbirAbbas in #817
Full Changelog: v0.1.116...v0.1.117