| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AgentField-0.1.139-arm64-mac.zip | 2026-09-18 | 168.9 MB | |
| AgentField-0.1.139-arm64.dmg | 2026-09-18 | 169.3 MB | |
| AgentField-Setup-0.1.139.exe | 2026-09-18 | 132.9 MB | |
| agentfield-0.1.139-py3-none-any.whl | 2026-09-18 | 370.7 kB | |
| agentfield-0.1.139.tar.gz | 2026-09-18 | 335.9 kB | |
| agentfield-darwin-amd64 | 2026-09-18 | 42.0 MB | |
| agentfield-darwin-arm64 | 2026-09-18 | 39.9 MB | |
| agentfield-linux-amd64 | 2026-09-18 | 41.8 MB | |
| agentfield-linux-arm64 | 2026-09-18 | 39.5 MB | |
| agentfield-tray-darwin-amd64 | 2026-09-18 | 7.1 MB | |
| agentfield-tray-darwin-arm64 | 2026-09-18 | 6.6 MB | |
| checksums.txt | 2026-09-18 | 548 Bytes | |
| README.md | 2026-09-18 | 2.1 kB | |
| v0.1.139 source code.tar.gz | 2026-09-18 | 49.6 MB | |
| v0.1.139 source code.zip | 2026-09-18 | 51.4 MB | |
| Totals: 15 Items | 749.6 MB | 0 | |
AgentField 0.1.139
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.139 curl -fsSL https://agentfield.ai/install.sh | bash
Manual 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(go-sdk): make harness schema path tests OS-portable by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1049
- fix(sessions): expose turn detection and barge-in configuration across SDKs by @FriendlyPasser in https://github.com/Agent-Field/agentfield/pull/1056
- feat(go-sdk): add Cursor CLI harness provider (#293) by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1057
- feat(examples): add optional Serply search backend to deep_research by @googio in https://github.com/Agent-Field/agentfield/pull/1058
- fix(sdk/go): return isolated session definitions by @emecii in https://github.com/Agent-Field/agentfield/pull/1044
- fix(storage): rebind postgres tx prepares and guard stale retries by @ddbaron in https://github.com/Agent-Field/agentfield/pull/1051
- ci(python-sdk): enforce mypy with module-by-module allowlist ratchet (#971) by @7vignesh in https://github.com/Agent-Field/agentfield/pull/1052
- fix(security): close open Dependabot vulnerability alerts by @santoshkumarradha in https://github.com/Agent-Field/agentfield/pull/1055
- chore(deps): bump the go_modules group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/Agent-Field/agentfield/pull/1060
New Contributors
- @googio made their first contribution in https://github.com/Agent-Field/agentfield/pull/1058
- @emecii made their first contribution in https://github.com/Agent-Field/agentfield/pull/1044
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.138...v0.1.139