AgentField 0.1.72
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.72 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
- Feature/typescript didclient vc methods by @Luffy2208 in #462
- chore(deps): bump github.com/jackc/pgx/v5 from 5.9.0 to 5.9.2 in /control-plane in the go_modules group across 1 directory by @dependabot[bot] in #498
- chore(deps): bump litellm from 1.83.0 to 1.83.7 in /sdk/python in the uv group across 1 directory by @dependabot[bot] in #500
- chore(deps): bump the npm_and_yarn group across 3 directories with 1 update by @dependabot[bot] in #501
- feat(go-sdk): add AgentRouter pattern for modular agent organisation Fixes #98 by @dhanadeep6 in #499
- feat(sdk-python): introduce domain-specific exception hierarchy by @Baradwaz-122 in #502
- Refactor/split agent go by @nikzor in #503
- fix(control-plane): require signed approval webhooks by @Luffy2208 in #504
- Feat universal plugin based triggers by @santoshkumarradha in #506
- fix(harness/go): align OpenCode provider with opencode 1.14+ CLI (#517) by @SAY-5 in #519
- fix(harness): limit opencode concurrency with global semaphore (#438) by @dinzz005 in #505
New Contributors
- @dhanadeep6 made their first contribution in #499
- @Baradwaz-122 made their first contribution in #502
- @nikzor made their first contribution in #503
- @SAY-5 made their first contribution in #519
- @dinzz005 made their first contribution in #505
Full Changelog: v0.1.71...v0.1.72