v0.6.1
Aixgo 0.6.1
Production-grade AI agent framework for Go.
Changelog
Features
- dcfa3fb: feat: add dynamic model listing from provider APIs (@charlesgreen)
Bug Fixes
- 767afdd: fix: update tests for dynamic model listing feature (@charlesgreen)
Others
- 646d3d0: ci(deps): bump securego/gosec in the github-actions group (#115) (@dependabot[bot])
- 37115bb: deps(deps): bump minimatch and markdownlint-cli in /web (#134) (@dependabot[bot])
- 9cff7f9: deps(deps): bump the go-dependencies group across 1 directory with 12 updates (#135) (@dependabot[bot])
Installation
As a Go Library:
go get github.com/aixgo-dev/aixgo@v0.6.1CLI Binary:
Download the pre-built binary for your platform from the assets above.
# Linux/macOS
curl -L https://github.com/aixgo-dev/aixgo/releases/download/v0.6.1/aixgo_0.6.1_Linux_x86_64.tar.gz | tar xz
sudo mv aixgo /usr/local/bin/
# Or install from source
go install github.com/aixgo-dev/aixgo/cmd/aixgo@v0.6.1Full Changelog: v0.6.0...v0.6.1