AgentField 0.1.138
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.138 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
- test(events): cover node/exec/reasoner publish + dedupe helpers by @7vignesh in #1014
- test(handlers): cover discovery.go filter parsing helpers by @7vignesh in #1015
- feat(sdk/go): add AI rate limiter with backoff and circuit breaker by @7vignesh in #1009
- fix(sdk/typescript): replace trailing-slash regex to resolve CodeQL polynomial-redos alert by @santoshkumarradha in #1019
- fix(sdk/python): parse URL in logger test to resolve CodeQL substring-sanitization alert by @santoshkumarradha in #1018
- refactor(desktop): share one linear trailing-slash trim by @santoshkumarradha in #1021
- chore(pre-commit): repair the ruff hooks, pin them to CI's version by @santoshkumarradha in #1022
- fix(control-plane): bound golden-run name and tag writes into workflow_runs.metadata by @AbirAbbas in #1025
- perf(sdk-python): stop re-serializing oversized structured log records by @AbirAbbas in #1028
- fix(sdk-typescript): honor AGENTFIELD_LOG_STDOUT, and document the per-SDK logging knobs by @AbirAbbas in #1020
- feat(sdk-python): opt-in litellm observability callbacks and execution metadata by @AbirAbbas in #1029
- feat(control-plane,k8s): shutdown min delay, drain-aware readiness, chart defaults and a coherent tuning recipe by @AbirAbbas in #1030
- feat(control-plane): client-settable run display name, labels and links by @AbirAbbas in #1032
- feat(sdk-python): AgentMesh — host several agents in one process with in-process call resolution by @AbirAbbas in #1026
- feat(control-plane): instance identity on execution reads and an orphan-reap kill switch for multi-replica agents by @AbirAbbas in #1031
- fix(control-plane): gate every dispatch lane before persistence and complete the rejection contract by @AbirAbbas in #1033
- feat(sdk/python): isolate OpenCode harness runs by @ddbaron in #1023
- feat(sdk/python): expose provider-agnostic harness variants by @ddbaron in #1024
- chore(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /control-plane in the go_modules group across 1 directory by @dependabot[bot] in #1036
- chore(deps): bump the npm_and_yarn group across 2 directories with 2 updates by @dependabot[bot] in #1037
- chore(deps): bump the npm_and_yarn group across 1 directory with 2 updates by @dependabot[bot] in #1038
- chore(deps): bump the npm_and_yarn group across 3 directories with 3 updates by @dependabot[bot] in #1039
- fix(control-plane): compare execution timestamps by instant on SQLite (#1040) by @7vignesh in #1041
- test: expand event publish helper coverage by @LyViolz in #1016
- test(harness): cover raw result text and failure type serialization by @FriendlyPasser in #1043
- fix(sdk/python): coerce complex pydantic type hints in reasoner args by @7vignesh in #1035
- fix(telemetry): report each terminal outcome once and stamp usage_context on every event by @santoshkumarradha in #954
- fix(storage): workflow reaper consults execution activity clock by @ddbaron in #1046
- chore(deps): bump @ai-sdk/provider-utils from 4.0.23 to 4.0.50 in /desktop in the npm_and_yarn group across 1 directory by @dependabot[bot] in #1045
New Contributors
- @ddbaron made their first contribution in #1023
- @LyViolz made their first contribution in #1016
- @FriendlyPasser made their first contribution in #1043
Full Changelog: v0.1.137...v0.1.138