AgentField 0.1.57
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.57 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: capture stderr from Claude Code CLI for error diagnosis by @AbirAbbas in #268
- feat(harness): parse real cost from opencode JSON output by @AbirAbbas in #269
- revert: remove opencode JSON cost parsing by @AbirAbbas in #270
- fix(storage): apply default idle connections when MaxIdleConns is unconfigured by @AbirAbbas in #272
Full Changelog: v0.1.56...v0.1.57