Aixgo 0.7.5
Production-grade AI agent framework for Go.
Changelog
Features
- 2ca6603: feat(rag): add JSON and template augmentation strategies (#214) (@charlesgreen)
- 6eb8616: feat(web): SEO foundation, 404, robots, llms.txt, PostHog analytics (#204) (@charlesgreen)
- 55acbbb: feat(web): migrate hosting to Cloudflare Pages (#205) (@charlesgreen)
Bug Fixes
- 29cd94d: fix(ci): bump Go toolchain to 1.26.3 for stdlib security fixes (@charlesgreen)
- 0740771: fix(ci): bump Go toolchain to 1.26.5 (@charlesgreen)
- cbf4e15: fix(deps): bump golang.org/x/crypto to v0.57.0, fix 2 real x/crypto/ssh CVEs (#255) (@charlesgreen)
- a41207c: fix(examples): go mod tidy after main module dep bump (#212) (@charlesgreen)
Others
- a634fcb: Add a security policy pointing at private vulnerability reporting (#242) (@charlesgreen)
- d20fb60: Dispatch the website's release-sync loop when a release publishes (#241) (@charlesgreen)
- 42b39df: Read the Go version from go.mod everywhere in CI (#239) (@charlesgreen)
- 8b4e365: chore(ci): drop stale web/** paths-ignore after web extraction (#213) (@charlesgreen)
- 5f374f2: chore(deps): bulk dependabot + security updates (#254) (@charlesgreen)
- a74c21f: chore(security): suppress GO-2026-5932 (unfixable openpgp notice) (#256) (@charlesgreen)
- 7e1185c: ci(deps): bump azure/setup-kubectl from 4.0.1 to 5.1.0 (#203) (@dependabot[bot])
- cc3fc6c: ci(deps): bump the github-actions group with 2 updates (#202) (@dependabot[bot])
- 821612d: deps(deps): bump the go-dependencies group across 1 directory with 15 updates (#238) (@dependabot[bot])
- 38bafe6: deps: bulk dependabot updates (closes 5 dependabot PRs) (@charlesgreen)
- ad88387: deps: bump go and github-actions dependency groups (#211) (@charlesgreen)
- 4be14af: deps: bump google.golang.org/grpc to 1.82.1 (closes #236) (@charlesgreen)
- 5699f9c: docs(prd): add product requirements document (#216) (@charlesgreen)
- 5e3f053: docs(readme): refresh — promote comparison table, trim examples, add see-also footer (#208) (@charlesgreen)
- b7de747: docs(readme): reposition around vendor neutrality and declarative orchestration (@charlesgreen)
Installation
As a Go Library:
go get github.com/aixgo-dev/aixgo@v0.7.5CLI 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.7.5/aixgo_0.7.5_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.7.5Full Changelog: v0.7.4...v0.7.5