Skip to content

Releases: Agent-Field/agentfield

v0.1.67-rc.2

13 Apr 02:06

Choose a tag to compare

v0.1.67-rc.2 Pre-release
Pre-release

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.67-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@next

Version Pinning

VERSION=v0.1.67-rc.2 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

  • chore(deps): bump next from 15.5.14 to 15.5.15 in /examples/python_agent_nodes/rag_evaluation/ui in the npm_and_yarn group across 1 directory by @dependabot[bot] in #385
  • Tests/logger coverage by @AnandKrishnamoorthy1 in #447

New Contributors

Full Changelog: v0.1.67-rc.1...v0.1.67-rc.2

v0.1.67-rc.1

11 Apr 12:54

Choose a tag to compare

v0.1.67-rc.1 Pre-release
Pre-release

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.67-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@next

Version Pinning

VERSION=v0.1.67-rc.1 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

Full Changelog: v0.1.66...v0.1.67-rc.1

v0.1.66

11 Apr 01:05

Choose a tag to compare

AgentField 0.1.66

Installation

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

Version Pinning

VERSION=v0.1.66 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: allow coverage-summary to pass on fork PRs by @AbirAbbas in #383
  • fix(sdk/python): break tool-call loop early on asyncio.TimeoutError by @tmchow in #381
  • fix(sdk/python): prevent silent deadlocks in LLM calls and async contexts by @AbirAbbas in #384

Full Changelog: v0.1.65...v0.1.66

v0.1.66-rc.2

10 Apr 21:53

Choose a tag to compare

v0.1.66-rc.2 Pre-release
Pre-release

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.66-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@next

Version Pinning

VERSION=v0.1.66-rc.2 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(sdk/python): prevent silent deadlocks in LLM calls and async contexts by @AbirAbbas in #384

Full Changelog: v0.1.66-rc.1...v0.1.66-rc.2

v0.1.66-rc.1

10 Apr 13:29

Choose a tag to compare

v0.1.66-rc.1 Pre-release
Pre-release

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.66-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@next

Version Pinning

VERSION=v0.1.66-rc.1 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: allow coverage-summary to pass on fork PRs by @AbirAbbas in #383
  • fix(sdk/python): break tool-call loop early on asyncio.TimeoutError by @tmchow in #381

Full Changelog: v0.1.65...v0.1.66-rc.1

v0.1.65

10 Apr 05:31

Choose a tag to compare

AgentField 0.1.65

Installation

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

Version Pinning

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

  • chore(deps): bump the npm_and_yarn group across 5 directories with 21 updates by @dependabot[bot] in #346
  • docs: document hosted CLA bot policy by @santoshkumarradha in #347
  • chore(deps): bump the go_modules group across 1 directory with 3 updates by @dependabot[bot] in #348
  • chore(deps): bump the npm_and_yarn group across 1 directory with 3 updates by @dependabot[bot] in #349
  • fix: resolve dependency and secret alerts by @santoshkumarradha in #351
  • refactor: remove all MCP code from codebase by @AbirAbbas in #359
  • feat(observability): add OpenTelemetry distributed tracing export by @tmchow in #344
  • fix: remediate CodeQL security alerts by @santoshkumarradha in #361
  • chore(deps): bump go.opentelemetry.io/otel/sdk from 1.39.0 to 1.40.0 in /control-plane in the go_modules group across 1 directory by @dependabot[bot] in #362
  • feat(runs): pause/resume/cancel + unified status primitives + notification center by @santoshkumarradha in #345
  • feat(skill+cli): agentfield-multi-reasoner-builder skill, af doctor, af init --docker, af skill install by @santoshkumarradha in #367
  • Chore/UI audit phase1 quick wins by @santoshkumarradha in #350
  • test: add 24 critical-path test files across control plane, SDKs by @santoshkumarradha in #352
  • fix: implement runs search filter and reject empty agent node IDs by @AbirAbbas in #369
  • fix: block execution of agents in pending_approval state by @AbirAbbas in #371
  • chore(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp from 1.32.0 to 1.43.0 in /control-plane in the go_modules group across 1 directory by @dependabot[bot] in #370
  • fix: handle missing function.arguments in execute_tool_call_loop by @tmchow in #372
  • test(coverage): control-plane 81.1% + web UI 81.5% (supersedes #352) by @santoshkumarradha in #368
  • fix: block revoked-tag agent calls + friendly empty logs state (TC-034, TC-035) by @AbirAbbas in #373
  • ci: parallelize coverage, stop running tests twice per PR by @santoshkumarradha in #377
  • ci: fix required status check context in main ruleset by @santoshkumarradha in #378
  • ci: add merge_group trigger to coverage workflow by @AbirAbbas in #380
  • chore(deps): bump axios from 1.13.5 to 1.15.0 in /sdk/typescript in the npm_and_yarn group across 1 directory by @dependabot[bot] in #376
  • fix(security): block serverless re-register bypass of admin revocation (#374) by @santoshkumarradha in #375

New Contributors

Full Changelog: v0.1.64...v0.1.65

v0.1.65-rc.23

09 Apr 23:26

Choose a tag to compare

v0.1.65-rc.23 Pre-release
Pre-release

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.65-rc.23

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@next

Version Pinning

VERSION=v0.1.65-rc.23 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

Full Changelog: v0.1.65-rc.22...v0.1.65-rc.23

v0.1.65-rc.22

09 Apr 23:19

Choose a tag to compare

v0.1.65-rc.22 Pre-release
Pre-release

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.65-rc.22

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@next

Version Pinning

VERSION=v0.1.65-rc.22 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: parallelize coverage, stop running tests twice per PR by @santoshkumarradha in #377
  • ci: fix required status check context in main ruleset by @santoshkumarradha in #378
  • ci: add merge_group trigger to coverage workflow by @AbirAbbas in #380
  • chore(deps): bump axios from 1.13.5 to 1.15.0 in /sdk/typescript in the npm_and_yarn group across 1 directory by @dependabot[bot] in #376

Full Changelog: v0.1.65-rc.21...v0.1.65-rc.22

v0.1.65-rc.21

09 Apr 18:21

Choose a tag to compare

v0.1.65-rc.21 Pre-release
Pre-release

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.65-rc.21

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@next

Version Pinning

VERSION=v0.1.65-rc.21 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: block revoked-tag agent calls + friendly empty logs state (TC-034, TC-035) by @AbirAbbas in #373

Full Changelog: v0.1.65-rc.20...v0.1.65-rc.21

v0.1.65-rc.20

09 Apr 16:49

Choose a tag to compare

v0.1.65-rc.20 Pre-release
Pre-release

⚠️ This is a staging/pre-release version for testing. Not recommended for production use.

AgentField 0.1.65-rc.20

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@next

Version Pinning

VERSION=v0.1.65-rc.20 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

Full Changelog: v0.1.65-rc.19...v0.1.65-rc.20