AgentField 0.1.110
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.110 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
- chore(web-client): override ws to 8.21.0 by @santoshkumarradha in #773
- feat(control-plane): agent-mode steering verbs, events query resource, and --json lifecycle output by @AbirAbbas in #751
- chore(deps): bump mcp from 1.27.0 to 1.28.1 in /sdk/python in the uv group across 1 directory by @dependabot[bot] in #785
- fix(desktop): correct Windows tray icon theme and DPI rendering by @AbirAbbas in #791
- fix(control-plane): dashboard success rate defaults to 100% and actually covers 24h by @AbirAbbas in #792
- fix(desktop): survive a CLI probe candidate that throws on spawn by @AbirAbbas in #793
- test(sdk/python): expand verification.py coverage to 100% (#398) by @7vignesh in #794
- fix(install): replace binaries atomically to avoid macOS SIGKILL on upgrade by @AbirAbbas in #797
Full Changelog: v0.1.109...v0.1.110