🚀 Version 0.152.0
Immutable
release. Only release title and notes can be modified.
0.152.0 (2026-07-22)
🚀 Features
- telemetry: include tool call ID in failed-tool log records (#953) (07ce6fa), closes #947
- examples: k3d Kubernetes example with operator CRDs, channels-manager, A2A agent, and telemetry (#944) (e12bff6), closes #943
🐛 Bug Fixes
✅ Tests
🔧 Build System
- deps: bump google.golang.org/grpc from 1.81.1 to 1.82.1 (#945) (d08f94a)
- deps: bump the github-actions group with 2 updates (#949) (6ee94e0)
- deps: bump the gomod group with 3 updates (#948) (a6538a6)
👷 CI/CD
- deps: enable k3d in GitHub Actions workflow (3d9475b)
🧹 Maintenance
📦 Installation
npm / npx (Recommended)
Most developers already have Node.js - run infer without installing anything. npx downloads the matching native binary on first use:
npx @inference-gateway/cli@0.152.0 --help
npx @inference-gateway/cli@0.152.0 chatOr install it globally:
npm install -g @inference-gateway/cli@0.152.0
infer --helpNot recommended for production - prefer the install script, container image, or Nix flake below.
Quick Install (Install Script)
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.152.0Custom 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.152.0Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.152.0"Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.152.0Binary Download
Download the appropriate binary for your platform from the release assets, or see the verification guide.
This release is also available on: