Skip to content

Releases: aixgo-dev/aixgo

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 02 May 01:32
b8454a1

Aixgo 0.7.4

Production-grade AI agent framework for Go.

Changelog

Features

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.7.4

CLI 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.4/aixgo_0.7.4_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.4

Full Changelog: v0.7.3...v0.7.4

v0.7.3

Choose a tag to compare

@github-actions github-actions released this 20 Apr 23:25
63d72b9

Aixgo 0.7.3

Production-grade AI agent framework for Go.

Changelog

Security

Features

Bug Fixes

Others

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.7.3

CLI 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.3/aixgo_0.7.3_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.3

Full Changelog: v0.7.1...v0.7.3

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 28 Mar 17:24
cfa20a6

Aixgo 0.7.1

Production-grade AI agent framework for Go.

Changelog

Bug Fixes

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.7.1

CLI 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.1/aixgo_0.7.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.7.1

Full Changelog: v0.7.0-prod...v0.7.1

v0.6.5

Choose a tag to compare

@github-actions github-actions released this 08 Mar 16:29
48c2aec

Aixgo 0.6.5

Production-grade AI agent framework for Go.

Changelog

Features

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.6.5

CLI 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.5/aixgo_0.6.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.6.5

Full Changelog: v0.6.4...v0.6.5

v0.6.4

Choose a tag to compare

@github-actions github-actions released this 08 Mar 16:21
fc707f8

Aixgo 0.6.4

Production-grade AI agent framework for Go.

Changelog

Bug Fixes

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.6.4

CLI 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.4/aixgo_0.6.4_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.4

Full Changelog: v0.6.3...v0.6.4

v0.6.3

Choose a tag to compare

@github-actions github-actions released this 08 Mar 15:45
0a3b185

Aixgo 0.6.3

Production-grade AI agent framework for Go.

Changelog

Bug Fixes

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.6.3

CLI 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.3/aixgo_0.6.3_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.3

Full Changelog: v0.6.2...v0.6.3

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 08 Mar 15:34
2bc1558

Aixgo 0.6.2

Production-grade AI agent framework for Go.

Changelog

Features

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.6.2

CLI 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.2/aixgo_0.6.2_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.2

Full Changelog: v0.6.1...v0.6.2

v0.6.1

Choose a tag to compare

@github-actions github-actions released this 08 Mar 15:22
767afdd

Aixgo 0.6.1

Production-grade AI agent framework for Go.

Changelog

Features

Bug Fixes

Others

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.6.1

CLI 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.1

Full Changelog: v0.6.0...v0.6.1

v0.6.0

Choose a tag to compare

@charlesgreen charlesgreen released this 08 Mar 07:12
b425b3e

What's New

Interactive CLI Assistant (aixgo chat)

  • Multi-model chat via Claude, GPT-4, Gemini, and Grok
  • Session persistence with JSON file storage
  • Streaming output with model switching mid-conversation
  • Cost tracking per session

Shared Package Extraction

  • pkg/tools/ - Shared MCP-compatible tools (file, git, terminal)
  • pkg/runtime/daemon/ - Kubernetes-native daemon runtime
  • pkg/communication/hitl/ - Human-In-The-Loop interface

CLI Refactoring

  • Refactored to Cobra command structure
  • New subcommands: chat, session, models

See docs/FEATURES.md for complete details.

Aixgo 0.6.0

Production-grade AI agent framework for Go.

Changelog

Bug Fixes

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.6.0

CLI 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.0/aixgo_0.6.0_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.0

Full Changelog: v0.6.0-prod...v0.6.0

v0.6.0-prod

v0.6.0-prod Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 08 Mar 07:04
2ad9c64

Aixgo 0.6.0-prod

Production-grade AI agent framework for Go.

Changelog

Features

Installation

As a Go Library:

go get github.com/aixgo-dev/aixgo@v0.6.0-prod

CLI 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.0-prod/aixgo_0.6.0-prod_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.0-prod

Full Changelog: v0.5.0...v0.6.0-prod