Releases: inference-gateway/cli
🚀 Version 0.109.9
What's Changed
0.109.9 (2026-05-20)
♻️ Code Refactoring
- ci: Replace inline installation scripts with action usage for golangci-lint and task (f8aa170)
👷 CI/CD
- deps: Bump anthropics/claude-code-action from 1.0.122 to 1.0.127 in the github-actions group (#522) (b2592f4)
- deps: Bump the gomod group with 2 updates (#521) (394f54f)
- deps: Use golangci-lint version 2.12.2 (c919043)
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.9Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binNix Flake
Run directly without installing:
nix run github:inference-gateway/cli/v0.109.9Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.109.9"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.109.9Full Changelog: v0.109.8...v0.109.9
🚀 Version 0.109.8
What's Changed
0.109.8 (2026-05-19)
🐛 Bug Fixes
- Wake agent event loop after A2A task completion (eecf992)
👷 CI/CD
- dependabot: Add dependabot to help with dependecies upgrades (6c35b23)
- deps: Bump alpine from 3.23.3 to 3.23.4 in the docker group (#520) (d682826)
🧹 Maintenance
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.8Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binNix Flake
Run directly without installing:
nix run github:inference-gateway/cli/v0.109.8Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.109.8"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.109.8Full Changelog: v0.109.7...v0.109.8
🚀 Version 0.109.7
What's Changed
0.109.7 (2026-05-14)
👷 CI/CD
🧹 Maintenance
- dev-deps: Add infer cli to flox env (a023156)
- deps: Bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 (#512) (7985d92)
- deps: Bump github.com/buger/jsonparser from 1.1.1 to 1.1.2 in /examples/mcp/mcp-server (#514) (f3ad8d1)
- deps: Bump github.com/gin-gonic/gin from 1.8.1 to 1.9.1 in /examples/mcp/mcp-server (#515) (08a9132)
- deps: Bump github.com/inference-gateway/adk from 0.17.3 to 0.18.1 (#510) (0ff9118)
- deps: Bump github.com/inference-gateway/sdk from 1.16.2 to 1.16.3 (#509) (491fda8)
- deps: Bump golang.org/x/crypto from 0.36.0 to 0.45.0 in /examples/mcp/mcp-server (#516) (bc9dedf)
- deps: Bump golang.org/x/net from 0.0.0-20210226172049-e18ecbb05110 to 0.38.0 in /examples/mcp/mcp-server (#511) (f879f27)
- deps: Bump google.golang.org/protobuf from 1.28.0 to 1.33.0 in /examples/mcp/mcp-server (#513) (f91524e)
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.7Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binNix Flake
Run directly without installing:
nix run github:inference-gateway/cli/v0.109.7Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.109.7"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.109.7Full Changelog: v0.109.6...v0.109.7
🚀 Version 0.109.6
What's Changed
0.109.6 (2026-05-13)
👷 CI/CD
- nix: Update the vendor hash (cc5fd97)
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.6Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binNix Flake
Run directly without installing:
nix run github:inference-gateway/cli/v0.109.6Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.109.6"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.109.6Full Changelog: v0.109.5...v0.109.6
🚀 Version 0.109.5
What's Changed
0.109.5 (2026-05-13)
♻️ Code Refactoring
- ci: Drop id-token write permissions (06872a5)
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.5Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binNix Flake
Run directly without installing:
nix run github:inference-gateway/cli/v0.109.5Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.109.5"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.109.5Full Changelog: v0.109.4...v0.109.5
🚀 Version 0.109.4
What's Changed
0.109.4 (2026-05-13)
🐛 Bug Fixes
- Adapt to sdk v1.16.2 nullable tool call chunk fields (2a049a7)
♻️ Code Refactoring
- Remove nix (aabde54)
👷 CI/CD
- Enable display report for Claude Code action (ee2f92f)
- Fix deprecation warning (597ab8e)
- nix: Fix release workflow (03e0c52)
- nix: Replace standalone package.nix with flake.nix (#508) (bd4920f)
🧹 Maintenance
- Add codeowners (319754d)
- Add dependabot for weekly dependecies checks (fcc6880)
- deps: Bump actions/create-github-app-token from 3.0.0 to 3.2.0 (#506) (be15d7f)
- deps: Bump actions/setup-node from 6.3.0 to 6.4.0 (#505) (6b0c406)
- deps: Bump anthropics/claude-code-action from 1.0.114 to 1.0.121 (#503) (a0ec1b7)
- deps: Bump github.com/fsnotify/fsnotify from 1.10.0 to 1.10.1 (#499) (e3d2074)
- deps: Bump github.com/inference-gateway/adk from 0.17.1 to 0.17.3 (#497) (f1cd5a1)
- deps: Bump github.com/inference-gateway/sdk from 1.16.0 to 1.16.2 (#501) (6eecc6e)
- deps: Bump golang.org/x/crypto from 0.50.0 to 0.51.0 (#498) (6d9067f)
- deps: Bump golang.org/x/image from 0.39.0 to 0.40.0 (#500) (672e213)
- deps: Bump golangci-lint to latest (ffc9694)
- deps: Bump modernc.org/sqlite from 1.50.0 to 1.50.1 (#504) (6407369)
- deps: Bump peter-evans/create-pull-request from 7 to 8 (#502) (07d0d86)
- deps: Bump sigstore/cosign-installer from 4.1.1 to 4.1.2 (#507) (ad31edf)
- nix: Update package to v0.109.3 (#496) (8b0658f)
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.4Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binNix Flake
Run directly without installing:
nix run github:inference-gateway/cli/v0.109.4Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.109.4"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.109.4Full Changelog: v0.109.3...v0.109.4
🚀 Version 0.109.3
What's Changed
0.109.3 (2026-05-07)
🐛 Bug Fixes
🧹 Maintenance
- Remove outdated issue templates for bug reports, feature requests, and refactor requests (61068d7)
- nix: Update package to v0.109.2 (#493) (49e3c14)
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.3Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary Download
Download the appropriate binary for your platform from the assets below.
Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.109.3Full Changelog: v0.109.2...v0.109.3
🚀 Version 0.109.2
What's Changed
0.109.2 (2026-05-07)
👷 CI/CD
- deps: Bump golangci-lint to latest (e5cb351)
- Update Claude Code Action to v1.0.114 and refine system prompt (ee2478e)
- Update golangci-lint installation script to use the latest version (32deea7)
🧹 Maintenance
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.2Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary Download
Download the appropriate binary for your platform from the assets below.
Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.109.2Full Changelog: v0.109.1...v0.109.2
🚀 Version 0.109.1
What's Changed
0.109.1 (2026-05-04)
♻️ Code Refactoring
- Improve the installation of skills (07ee722)
🧹 Maintenance
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.1Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary Download
Download the appropriate binary for your platform from the assets below.
Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.109.1Full Changelog: v0.109.0...v0.109.1
🚀 Version 0.109.0
What's Changed
0.109.0 (2026-05-04)
🚀 Features
🧹 Maintenance
- deps: Bump dev dependecies to their latest (1d873dc)
- deps: Bump github.com/fsnotify/fsnotify from 1.9.0 to 1.10.0 (#489) (f2f5056)
- deps: Bump go version from 1.26.1 to 1.26.2 (952f941)
- deps: Bump go.uber.org/zap from 1.27.1 to 1.28.0 (#488) (29787ab)
- nix: Update package to v0.108.0 (#484) (a76cb90)
📦 Installation
Quick Install (Recommended)
Install the latest version using our install script:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bashOr install a specific version:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --version v0.109.0Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary Download
Download the appropriate binary for your platform from the assets below.
Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.109.0Full Changelog: v0.108.0...v0.109.0