Skip to content

🚀 Version 0.149.0

Choose a tag to compare

@inference-gateway-releaser inference-gateway-releaser released this 18 Jul 21:45
Immutable release. Only release title and notes can be modified.

0.149.0 (2026-07-18)

🚀 Features

  • telemetry: add gen_ai.tool.call.id attribute to tool execution spans (#931) (b695e16), closes #930
  • providers: add llamacpp provider support (#929) (b9905ff), closes #928
  • a2a: add recurring liveness probes for A2A agents (#936) (01ff0d7), closes #932
  • channels: rich Telegram messaging - photos, markdown, slash commands, and per-conversation /stats (#927) (e57a10c)
  • a2a: stream agent image pull progress and color-code readiness indicator (#933) (882e8c2), references #932

♻️ Code Refactoring

  • agents: make model requirement metadata-driven for known agents (#935) (e0b8df8), closes #934

🧹 Maintenance

  • telegram: add INFER_SPEECH_TO_TEXT_MODEL configuration (fadde8f)

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

Or install it globally:

npm install -g @inference-gateway/cli@0.149.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.149.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.149.0

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

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

Container Image

docker run --rm -it ghcr.io/inference-gateway/cli:0.149.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: