AgentField 0.1.45
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.45 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: allow empty input for parameterless skills/reasoners by @santoshkumarradha in #198
- feat(harness): add .harness() method for external coding agent dispatch by @santoshkumarradha in #210
- feat(webhook): support all HITL template response formats by @AbirAbbas in #213
- feat(readme): visual showcase cards for Built With AgentField by @santoshkumarradha in #216
- feat(harness): OpenCode support with schema retry, error preservation, and project_dir routing by @santoshkumarradha in #220
- feat(ai): retry LLM calls on malformed structured output JSON by @AbirAbbas in #224
- feat(ui): improve duration display in workflow and execution tables by @santoshkumarradha in #223
- feat(ui): display both did:key and did:web identities by @AbirAbbas in #226
- fix(did): add did:web resolution to document endpoint by @AbirAbbas in #227
Full Changelog: v0.1.44...v0.1.45