Skip to content

v0.1.121

Choose a tag to compare

@github-actions github-actions released this 05 Aug 00:24

AgentField 0.1.121

Installation

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

Version Pinning

VERSION=v0.1.121 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(control-plane): reconcile must honor granted node status leases by @AbirAbbas in #851
  • Preserve file modes when installing a package by @AbirAbbas in #865
  • Don't reap executions that are waiting on a child by @AbirAbbas in #867
  • chore(deps-dev): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #866
  • chore(deps): bump the uv group across 1 directory with 2 updates by @dependabot[bot] in #869
  • Add MiniMax voice cloning support by @octo-patch in #870
  • Offer a single SWE node, and let a manifest declare itself superseded by @AbirAbbas in #864
  • Consolidate the SWE and PR-AF nodes in the app, and make installs superseded-aware by @AbirAbbas in #873
  • Provision a Go toolchain at install time, the way Python's already is by @AbirAbbas in #875

Full Changelog: v0.1.120...v0.1.121