Skip to content

v0.1.118

Choose a tag to compare

@github-actions github-actions released this 01 Aug 20:03

AgentField 0.1.118

Installation

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

Version Pinning

VERSION=v0.1.118 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

  • ci(sdk-python): pin ruff to 0.15.22 (0.16.0 turns the lint gate red repo-wide) by @AbirAbbas in #831
  • chore(skills): sync embedded agentfield-use mirror after #827 by @AbirAbbas in #828
  • fix(security): close open Dependabot vulnerability alerts by @santoshkumarradha in #830
  • fix(agentic_rag): honor similarity_threshold in deduplicate_chunks by @AbirAbbas in #832
  • feat(python-sdk): add MiniMax video provider routing by @octo-patch in #783
  • Add MiniMax music generation provider by @octo-patch in #789
  • feat(desktop): register af on the shell PATH on macOS/Linux too by @AbirAbbas in #839
  • feat(desktop): sign and notarize macOS release builds by @AbirAbbas in #840
  • feat(control-plane): HTTP API for package install/update/uninstall + encrypted secrets by @AbirAbbas in #837
  • feat(deploy): cloud control-plane image that can install and run agents in-container by @AbirAbbas in #841
  • fix(control-plane): package sync reconciliation + install_status on the packages listing by @AbirAbbas in #843
  • feat(desktop): one management path — agents managed via the control-plane API by @AbirAbbas in #842
  • test: harden the install/uninstall/sync workflows behind the desktop convergence by @AbirAbbas in #844
  • feat(desktop): cloud mode — connect to a remote control plane or one-click deploy it to Railway by @AbirAbbas in #847
  • feat(cloud-image): bundle the opencode coding harness by @AbirAbbas in #849
  • fix(sdk): extract opencode token usage from step_finish parts (Go + Python) by @AbirAbbas in #850
  • chore(desktop): one-click deploy tracks the latest production cloud image by @AbirAbbas in #848
  • fix(control-plane): require a trusted caller for package install and credential endpoints by @AbirAbbas in #856
  • fix(release): restore macOS signing and let containerized control planes be managed by @AbirAbbas in #857
  • fix(sdk-go): send the API key on every control-plane request by @AbirAbbas in #858

New Contributors

Full Changelog: v0.1.117...v0.1.118