Releases: Agent-Field/agentfield
Release list
v0.1.118-rc.2
⚠️ This is a staging/pre-release version for testing. Not recommended for production use.
AgentField 0.1.118-rc.2
Installation
# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging
# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield
# TypeScript SDK
npm install @agentfield/sdk@nextVersion Pinning
VERSION=v0.1.118-rc.2 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(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
New Contributors
- @octo-patch made their first contribution in #783
Full Changelog: v0.1.118-rc.1...v0.1.118-rc.2
v0.1.118-rc.1
⚠️ This is a staging/pre-release version for testing. Not recommended for production use.
AgentField 0.1.118-rc.1
Installation
# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging
# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield
# TypeScript SDK
npm install @agentfield/sdk@nextVersion Pinning
VERSION=v0.1.118-rc.1 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
- 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
Full Changelog: v0.1.117...v0.1.118-rc.1
v0.1.117
AgentField 0.1.117
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.117 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
- docs(skills): agentfield-use — batch dispatch by default, canary-validate after node reconfig by @AbirAbbas in #827
- Guard PresenceManager.Start against duplicate sweep goroutines by @AbirAbbas in #808
- Register pprof debug endpoints behind admin-token auth by @AbirAbbas in #809
- Add tests for agentic handlers: query, batch, discover by @AbirAbbas in #810
- InMemoryBackend: deep-copy values on Set/Get to fix data race by @AbirAbbas in #807
- Replace N+1 execution fetches in batch-status handler with one batch fetch by @AbirAbbas in #811
- feat(cli): health-aware list/stop, startup failure diagnostics, port retry, doctor --probe by @AbirAbbas in #820
- fix(cli): make af config write through to the secret store + pre-install requirements visibility by @AbirAbbas in #819
- feat(control-plane): embedded MCP server at /mcp (zero-setup harness integration) by @AbirAbbas in #817
Full Changelog: v0.1.116...v0.1.117
v0.1.117-rc.5
⚠️ This is a staging/pre-release version for testing. Not recommended for production use.
AgentField 0.1.117-rc.5
Installation
# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging
# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield
# TypeScript SDK
npm install @agentfield/sdk@nextVersion Pinning
VERSION=v0.1.117-rc.5 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
- feat(control-plane): embedded MCP server at /mcp (zero-setup harness integration) by @AbirAbbas in #817
Full Changelog: v0.1.117-rc.4...v0.1.117-rc.5
v0.1.117-rc.4
⚠️ This is a staging/pre-release version for testing. Not recommended for production use.
AgentField 0.1.117-rc.4
Installation
# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging
# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield
# TypeScript SDK
npm install @agentfield/sdk@nextVersion Pinning
VERSION=v0.1.117-rc.4 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
- InMemoryBackend: deep-copy values on Set/Get to fix data race by @AbirAbbas in #807
- Replace N+1 execution fetches in batch-status handler with one batch fetch by @AbirAbbas in #811
- feat(cli): health-aware list/stop, startup failure diagnostics, port retry, doctor --probe by @AbirAbbas in #820
- fix(cli): make af config write through to the secret store + pre-install requirements visibility by @AbirAbbas in #819
Full Changelog: v0.1.117-rc.3...v0.1.117-rc.4
v0.1.117-rc.3
⚠️ This is a staging/pre-release version for testing. Not recommended for production use.
AgentField 0.1.117-rc.3
Installation
# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging
# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield
# TypeScript SDK
npm install @agentfield/sdk@nextVersion Pinning
VERSION=v0.1.117-rc.3 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
- Add tests for agentic handlers: query, batch, discover by @AbirAbbas in #810
Full Changelog: v0.1.117-rc.2...v0.1.117-rc.3
v0.1.117-rc.2
⚠️ This is a staging/pre-release version for testing. Not recommended for production use.
AgentField 0.1.117-rc.2
Installation
# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging
# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield
# TypeScript SDK
npm install @agentfield/sdk@nextVersion Pinning
VERSION=v0.1.117-rc.2 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
- Register pprof debug endpoints behind admin-token auth by @AbirAbbas in #809
Full Changelog: v0.1.117-rc.1...v0.1.117-rc.2
v0.1.117-rc.1
⚠️ This is a staging/pre-release version for testing. Not recommended for production use.
AgentField 0.1.117-rc.1
Installation
# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging
# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield
# TypeScript SDK
npm install @agentfield/sdk@nextVersion Pinning
VERSION=v0.1.117-rc.1 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
- docs(skills): agentfield-use — batch dispatch by default, canary-validate after node reconfig by @AbirAbbas in #827
- Guard PresenceManager.Start against duplicate sweep goroutines by @AbirAbbas in #808
Full Changelog: v0.1.116...v0.1.117-rc.1
v0.1.116
AgentField 0.1.116
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.116 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(skills): sync the full catalog, unblock legacy reconcile, retire the /agentfield shim by @AbirAbbas in #826
Full Changelog: v0.1.115...v0.1.116
v0.1.116-rc.1
⚠️ This is a staging/pre-release version for testing. Not recommended for production use.
AgentField 0.1.116-rc.1
Installation
# Staging binary (use --staging flag)
curl -fsSL https://agentfield.ai/install.sh | bash -s -- --staging
# Python SDK (prerelease - requires --pre flag)
pip install --pre agentfield
# TypeScript SDK
npm install @agentfield/sdk@nextVersion Pinning
VERSION=v0.1.116-rc.1 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(skills): sync the full catalog, unblock legacy reconcile, retire the /agentfield shim by @AbirAbbas in #826
Full Changelog: v0.1.115...v0.1.116-rc.1