Skip to content

Releases: inference-gateway/cli

🚀 Version 0.108.0

01 May 00:43

Choose a tag to compare

What's Changed

0.108.0 (2026-05-01)

🚀 Features

  • Add heartbeat periodic wake-up for autonomous agent checks (#483) (cfaf35b), closes #472

🧹 Maintenance

  • deps: Bump dev dependency claude-code to latest (c2cb8fa)
  • nix: Update package to v0.107.0 (#482) (364df47)

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.107.0...v0.108.0

🚀 Version 0.107.0

30 Apr 12:51

Choose a tag to compare

What's Changed

0.107.0 (2026-04-30)

🚀 Features

  • channels: Log CLI version on startup and dedupe scheduler log (#481) (68c9063), closes #470

🧹 Maintenance

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.106.3...v0.107.0

🚀 Version 0.106.3

30 Apr 12:35

Choose a tag to compare

What's Changed

0.106.3 (2026-04-30)

🐛 Bug Fixes

  • channels: Propagate agent errors to channel users (#479) (aa229c7)

🧹 Maintenance

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.106.2...v0.106.3

🚀 Version 0.106.2

30 Apr 00:37

Choose a tag to compare

What's Changed

0.106.2 (2026-04-30)

🐛 Bug Fixes

  • storage: Persist session groups via configured storage backend (#476) (6741419)
  • Reasoning content preservation for thinking-mode providers (#475) (c5f2c3c), closes #474

🧹 Maintenance

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.106.1...v0.106.2

🚀 Version 0.106.1

28 Apr 23:06

Choose a tag to compare

What's Changed

0.106.1 (2026-04-28)

🐛 Bug Fixes

  • channels: Remove redundant stdin pipe close in runAgent (#468) (c398286)

🧹 Maintenance

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.106.0...v0.106.1

🚀 Version 0.106.0

28 Apr 22:35

Choose a tag to compare

What's Changed

0.106.0 (2026-04-28)

🚀 Features

  • logging: Add opt-in stdout output for logger (#466) (27a3084)

🧹 Maintenance

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.105.1...v0.106.0

🚀 Version 0.105.1

28 Apr 03:21

Choose a tag to compare

What's Changed

0.105.1 (2026-04-28)

🐛 Bug Fixes

  • google: Preserve thought_signature on tool calls and bump response-header timeout (#464) (57c9e0a)

📚 Documentation

  • Document .infer/plans/ in directory structure (daf9a75)

🧹 Maintenance

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.105.0...v0.105.1

🚀 Version 0.105.0

27 Apr 22:44

Choose a tag to compare

What's Changed

0.105.0 (2026-04-27)

🚀 Features

  • plan-mode: Persist plans as markdown and fix approval UX (#461) (da9a47c), closes #434

🧹 Maintenance

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.104.2...v0.105.0

🚀 Version 0.104.2

27 Apr 19:28

Choose a tag to compare

What's Changed

0.104.2 (2026-04-27)

🐛 Bug Fixes

  • services: Prevent compact summary truncation at 200-token cap (#457) (36b9612), closes #454
  • Reconcile token displays and persist metadata-only saves (#459) (8bc8767)

📚 Documentation

🧹 Maintenance

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.104.1...v0.104.2

🚀 Version 0.104.1

27 Apr 13:40

Choose a tag to compare

What's Changed

0.104.1 (2026-04-27)

🐛 Bug Fixes

  • ui: Restore typing while agent is busy (#455) (92840d6), closes #410
  • services: Trigger auto-compact from gateway-reported tokens (#454) (1fc19dd)
  • config: Update model context windows and pricing for current model lineup (#452) (655f9f8)

♻️ Code Refactoring

  • config: Centralize config loading and remove service indirection (#443) (babf173)
  • config: Centralize sub-config definitions and consolidate prompts (#448) (9979ac7)
  • Extract keybindings configuration to separate file (#438) (6d04195)
  • config: Generate viper defaults via reflection over DefaultConfig() (#436) (85c6e0a)
  • config: Make tool prompts configurable via prompts.yaml (#450) (9fc1bb5), closes #446
  • Move channels to separate channels.yaml config (#444) (aa43e0e), closes #441
  • Move computer_use to a separate config (#447) (a762c64), closes #444
  • Move prompts to separate prompts.yaml config (#442) (45e4fb6)
  • config: Unify sub-configs behind CollectionConfig + utils.{Load,Save}YAML (#445) (aab481c)

📚 Documentation

👷 CI/CD

🧹 Maintenance

  • deps: Bump modernc.org/sqlite from 1.49.1 to 1.50.0 (#449) (06a535d)
  • nix: Update package to v0.104.0 (#432) (5564697)

📦 Installation

Quick Install (Recommended)

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

Custom installation directory:

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

Binary Download

Download the appropriate binary for your platform from the assets below.

Container Image

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

Full Changelog: v0.104.0...v0.104.1