AgentField 0.1.124
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.124 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(install): ignore wedged runs when deciding whether the server is busy by @AbirAbbas in #880
- fix(desktop): agents table '…' dropdown clipped by panel overflow by @AbirAbbas in #881
- feat(typescript): add server-side memory event filters by @Jonesxq in #838
- test(typescript): expand multimodal coverage by @Jonesxq in #846
- Add MiniMax H3 video v2 support by @octo-patch in #854
- Add MiniMax text-to-speech support by @octo-patch in #852
- Add MiniMax image generation support by @octo-patch in #853
- chore(readme): sync utm-links.csv and guard it in CI by @oktaygoktas in #878
- chore(deps-dev): bump electron from 39.8.5 to 39.8.10 in /desktop in the npm_and_yarn group across 1 directory by @dependabot[bot] in #882
- fix(security): bump brace-expansion for CVE-2026-14257 DoS by @santoshkumarradha in #855
- feat: add a Parallel search option to the deep research example by @georgeatparallel in #863
- feat(sdk/go/ai): support the Infron gateway by @meridah7 in #874
- fix(sdk/go/ai): two follow-ups to the Infron gateway integration (#874) by @AbirAbbas in #884
- fix(security): close selected npm Dependabot alerts (fast-uri, postcss, hono) by @santoshkumarradha in #883
- fix(ci): build UI images on bookworm and pin desktop security overrides by @santoshkumarradha in #868
- fix(sdk/python): forward MiniMax v1 video optional fields regressed by #854 by @AbirAbbas in #886
New Contributors
- @Jonesxq made their first contribution in #838
- @georgeatparallel made their first contribution in #863
- @meridah7 made their first contribution in #874
Full Changelog: v0.1.123...v0.1.124