AgentField 0.1.64
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.64 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: add CloudSecurity AF to Built With AgentField by @oktaygoktas in #327
- fix(cors): remove wildcard Access-Control-Allow-Origin from SSE handlers by @glitch-ux in #331
- fix(sdk/python): replace deprecated datetime.utcnow() with timezone-a… by @deensaleh in #332
- docs: update README UTM links with granular tracking by @oktaygoktas in #328
- refactor: extract shared ErrorResponse helper to handlers/errors.go by @tmchow in #338
- refactor: replace emoji logging with structured zerolog in memory handler by @tmchow in #335
- docs: add godoc comments to StorageProvider interface methods by @tmchow in #336
- feat(observability): enrich execution facts for downstream analysis by @santoshkumarradha in #341
- remove OpenCode serve+attach workaround for stateless CLI by @AdityaNair-jpg in #326
- feat(web): operations-first control plane UI revamp with live updates and node logs by @santoshkumarradha in #330
- feat: comprehensive test coverage improvements + UI revamp by @santoshkumarradha in #339
- feat(sdk/python): add per-execution LLM cost tracking by @tmchow in #343
New Contributors
- @oktaygoktas made their first contribution in #327
- @glitch-ux made their first contribution in #331
- @deensaleh made their first contribution in #332
- @tmchow made their first contribution in #338
Full Changelog: v0.1.63...v0.1.64