Skip to content

🚀 Version 0.154.1

Latest

Choose a tag to compare

@inference-gateway-releaser inference-gateway-releaser released this 29 Jul 23:43
Immutable release. Only release title and notes can be modified.

0.154.1 (2026-07-29)

🐛 Bug Fixes

  • web: refresh session activity via SessionWrapper to prevent premature cleanup (#969) (45bf156), closes #967

♻️ Code Refactoring

  • clean up comments and formatting in anthropic_messages.go (46f3247)
  • remove dead Config getters and unused ToolCallRenderer render chain (#971) (4b3b76e), closes #968

📚 Documentation

  • examples: key-free chat and tracing demo for the k8s example (#970) (9dbc5eb)

🔧 Build System

  • deps: bump docker/login-action from 4.4.0 to 4.5.2 in the github-actions group (#965) (f75c346)
  • deps: bump the gomod group with 2 updates (#964) (3e8e4e0)

👷 CI/CD

  • claude: centralize claude.yml via reusable workflow (#966) (0798171)

📦 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.154.1 --help
npx @inference-gateway/cli@0.154.1 chat

Or install it globally:

npm install -g @inference-gateway/cli@0.154.1
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.154.1

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.154.1

Or pin it in a Flox manifest (.flox/env/manifest.toml):

[install]
infer.flake = "github:inference-gateway/cli/v0.154.1"

Container Image

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

Binary Download

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


This release is also available on: