Skip to content

v0.1.135

Latest

Choose a tag to compare

@github-actions github-actions released this 27 Aug 01:09

AgentField 0.1.135

Installation

curl -fsSL https://agentfield.ai/install.sh | bash

Version Pinning

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 #959
  • fix(openrouter): auto-switch stream=false for non-pcm16 audio formats… by @fcy222fcy in #962
  • fix(skillkit): install OpenCode skills via native symlinks by @mikemikimike in #947
  • ci(release): retry the multi-arch image builds once and make npm publish re-runnable by @AbirAbbas in #964
  • desktop: make Railway image auto-updates real — set the policy through the environment config and show Railway's live state by @AbirAbbas in #974
  • test(control-plane): make the UI service storage stub safe for concurrent StatusManager calls by @AbirAbbas in #973
  • docs: correct memory scope docs, the app.memory API list, and the exists() promise by @AbirAbbas in #966
  • fix(sdk/python): stop probing cloud metadata / ipify when a callback URL is configured, add AGENTFIELD_DISABLE_IP_DETECTION by @AbirAbbas in #969
  • fix(sdk/python): retry OpenRouter image 404s on the provider path and guard data: URLs in all media outputs by @AbirAbbas in #967
  • fix(sdk/python): stream all OpenRouter music requests and label audio by its real container by @AbirAbbas in #963
  • fix(sdk/go,sdk/typescript): refuse OpenRouter audio formats that cannot work by @AbirAbbas in #968
  • fix(sdk/python): dispatch execution logs without a throwaway loop, and finish AsyncExecutionManager teardown when a cancel raises by @AbirAbbas in #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 #965
  • fix(control-plane): complete a synchronous execute from the stored record when no terminal event arrives by @AbirAbbas in #976

New Contributors

Full Changelog: v0.1.134...v0.1.135