AgentField 0.1.109
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.109 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(sdk): Windows harness reliability — opencode prompts over stdin, idle watchdog 120s→300s by @AbirAbbas in #774
- fix(sdk/python): bound the harness subprocess exit wait (silent reasoner wedge) by @AbirAbbas in #778
- fix(sdk/go): rewrite max_tokens to max_completion_tokens for newer OpenAI models by @7vignesh in #724
- feat(sdk-python): accept scope kwargs on memory set/get/delete and reconcile memory.search by @santoshkumarradha in #707
- feat(sdk/ts): add trigger types, factories, and registration plumbing by @7vignesh in #743
- feat(harness): add Python provider preflight by @jstar0 in #756
- feat: AgentField Desktop (Mac-first) + Windows enablement, bundled CLI, tray, deep links by @AbirAbbas in #752
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #779
- feat(agentic): ranked reasoner search + ambient load metadata (beta-plan: Santosh's recommendations) by @AbirAbbas in #784
New Contributors
Full Changelog: v0.1.108...v0.1.109