| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| AgentField-0.1.135-arm64-mac.zip | 2026-08-27 | 168.7 MB | |
| AgentField-0.1.135-arm64.dmg | 2026-08-27 | 169.1 MB | |
| AgentField-Setup-0.1.135.exe | 2026-08-27 | 132.7 MB | |
| agentfield-0.1.135-py3-none-any.whl | 2026-08-27 | 349.0 kB | |
| agentfield-0.1.135.tar.gz | 2026-08-27 | 315.6 kB | |
| agentfield-darwin-amd64 | 2026-08-27 | 41.3 MB | |
| agentfield-darwin-arm64 | 2026-08-27 | 39.3 MB | |
| agentfield-linux-amd64 | 2026-08-27 | 41.2 MB | |
| agentfield-linux-arm64 | 2026-08-27 | 38.9 MB | |
| agentfield-tray-darwin-amd64 | 2026-08-27 | 7.1 MB | |
| agentfield-tray-darwin-arm64 | 2026-08-27 | 6.6 MB | |
| checksums.txt | 2026-08-27 | 548 Bytes | |
| README.md | 2026-08-27 | 3.1 kB | |
| v0.1.135 source code.tar.gz | 2026-08-27 | 49.4 MB | |
| v0.1.135 source code.zip | 2026-08-27 | 51.0 MB | |
| Totals: 15 Items | 746.0 MB | 0 | |
AgentField 0.1.135
Installation
:::bash
curl -fsSL https://agentfield.ai/install.sh | bash
Version Pinning
:::bash
VERSION=v0.1.135 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
- refactor(storage): split local.go into focused files (9009 -> 5917 LOC) by @7vignesh in https://github.com/Agent-Field/agentfield/pull/959
- fix(openrouter): auto-switch stream=false for non-pcm16 audio formats… by @fcy222fcy in https://github.com/Agent-Field/agentfield/pull/962
- fix(skillkit): install OpenCode skills via native symlinks by @mikemikimike in https://github.com/Agent-Field/agentfield/pull/947
- ci(release): retry the multi-arch image builds once and make npm publish re-runnable by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/964
- desktop: make Railway image auto-updates real — set the policy through the environment config and show Railway's live state by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/974
- test(control-plane): make the UI service storage stub safe for concurrent StatusManager calls by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/973
- docs: correct memory scope docs, the app.memory API list, and the exists() promise by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/966
- fix(sdk/python): stop probing cloud metadata / ipify when a callback URL is configured, add AGENTFIELD_DISABLE_IP_DETECTION by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/969
- fix(sdk/python): retry OpenRouter image 404s on the provider path and guard data: URLs in all media outputs by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/967
- fix(sdk/python): stream all OpenRouter music requests and label audio by its real container by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/963
- fix(sdk/go,sdk/typescript): refuse OpenRouter audio formats that cannot work by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/968
- fix(sdk/python): dispatch execution logs without a throwaway loop, and finish AsyncExecutionManager teardown when a cancel raises by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/972
- fix(control-plane): honor AGENTFIELD_LOG_LEVEL in the af binary, stop double request logging, keep agent response bodies out of logs by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/965
- fix(control-plane): complete a synchronous execute from the stored record when no terminal event arrives by @AbirAbbas in https://github.com/Agent-Field/agentfield/pull/976
New Contributors
- @fcy222fcy made their first contribution in https://github.com/Agent-Field/agentfield/pull/962
Full Changelog: https://github.com/Agent-Field/agentfield/compare/v0.1.134...v0.1.135