🚀 Version 0.147.0
Immutable
release. Only release title and notes can be modified.
0.147.0 (2026-07-16)
🚀 Features
- telemetry: add infer traces command and /traces shortcut (#908) (8000a4b), references #901 #893 #904 #904
- telemetry: add traces and logs to the telemetry package (#901) (97f11f0), references #893 #893 #904 inference-gateway/docs#389
- chat: make input field max lines configurable with default 20 (#914) (cdb2c1f), closes #912
- telemetry: propagate W3C trace context to subprocesses and ingest child spans via OTLP (#909) (d1c09da), references #903 #908
🐛 Bug Fixes
- ui: handle shift+backspace, shift+delete, cmd+enter and other unhandled modifier key combos in input textarea (#913) (16ffcb1), closes #910
♻️ Code Refactoring
- tests: adopt table-driven tests as suite-wide standard (#902) (87fe467), references #898 #899 #900 #898
- tests: table-drive config, agent, and services logic tests (#907) (0dec327), closes #900 #898, references 902/#906
- tests: table-drive remaining internal/ui component tests (#906) (51ec060), references #899
🔧 Build System
- deps: bump actions/setup-node from 6.4.0 to 7.0.0 in the github-actions group (#917) (cc3da91)
- deps: bump the gomod group with 3 updates (#916) (a462721)
🧹 Maintenance
- remove Go Report Card badge (retired in favor of golangci-lint) (4fd08a7)
- release: update GitHub App credentials to use RELEASER_APP_ID and RELEASER_APP_PRIVATE_KEY (cc5cf80)
📦 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.147.0 --help
npx @inference-gateway/cli@0.147.0 chatOr install it globally:
npm install -g @inference-gateway/cli@0.147.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.147.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.147.0Or pin it in a Flox manifest (.flox/env/manifest.toml):
[install]
infer.flake = "github:inference-gateway/cli/v0.147.0"Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.147.0Binary Download
Download the appropriate binary for your platform from the release assets, or see the verification guide.
This release is also available on: