AgentField 0.1.63
Installation
curl -fsSL https://agentfield.ai/install.sh | bashVersion Pinning
VERSION=v0.1.63 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 all website links for new site URL structure by @AbirAbbas in #303
- chore: rebrand README and assets to gold/dark theme by @santoshkumarradha in #306
- feat(sdk/go): add Codex and Gemini harness providers by @AbirAbbas in #305
- Add unit test for retry handler by @JaredAung in #307
- [Web UI] Replace vcStatus as any pattern across execution components by @CommitHu502Craft in #308
- [Web UI] Add ARIA labels to NodeCard component by @CommitHu502Craft in #313
- [Web UI] Add unit test for NodeCard component by @CommitHu502Craft in #314
- [Web UI] Replace any types in ExecutionForm.tsx by @CommitHu502Craft in #312
- Added type annotations to Agent.init by @AdityaNair-jpg in #315
- feat: execution resilience - LLM health, concurrency limits, retry, log streaming by @AbirAbbas in #319
- fix(web-ui): remove debug console logs by @CommitHu502Craft in #317
New Contributors
- @JaredAung made their first contribution in #307
- @CommitHu502Craft made their first contribution in #308
- @AdityaNair-jpg made their first contribution in #315
Full Changelog: v0.1.62...v0.1.63