Skip to content

🚀 Version 0.152.0

Choose a tag to compare

@inference-gateway-releaser inference-gateway-releaser released this 22 Jul 14:09
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

  • agent: discount cached prompt tokens in session cost accumulator (#951) (59e5496)

✅ Tests

  • memory: fix flaky TestGitBackend TempDir cleanup (#952) (94d23fa), closes #950

🔧 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

  • deps: add k3d package to environment (5f9c44d)
  • flox: update infer to v0.151.0 (4acb4ee)

📦 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 chat

Or install it globally:

npm install -g @inference-gateway/cli@0.152.0
infer --help

Not 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 | bash

Or install a specific version:

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

Custom installation directory:

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

Nix Flake

Run directly without installing:

nix run github:inference-gateway/cli/v0.152.0

Or 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.0

Binary Download

Download the appropriate binary for your platform from the release assets, or see the verification guide.


This release is also available on: