Skip to content

🚀 Version 0.82.0

Choose a tag to compare

@ig-semantic-release-bot ig-semantic-release-bot released this 08 Dec 18:43
· 118 commits to main since this release

What's Changed

0.82.0 (2025-12-08)

🚀 Features

  • Add session isolation for Docker containers (#316) (ba8b48a)

♻️ Code Refactoring

  • Move A2A agent management to CLI commands (#310) (c2e389a)

🧹 Maintenance

  • Update claude-code to version 2.0.59 (6c65372)

📦 Installation

Quick Install (Recommended)

Install the latest version using our install script:

curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash

Or install a specific version:

curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.82.0

Custom installation directory:

curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/bin

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

docker run --rm -it ghcr.io/inference-gateway/cli:0.82.0

Full Changelog: v0.81.0...v0.82.0