Skip to content

🚀 Version 0.100.4-rc.1

Pre-release
Pre-release

Choose a tag to compare

What's Changed

0.100.4-rc.1 (2026-02-02)

🐛 Bug Fixes

  • Flox dev environment (6e2fd6e)
  • agents: Prevent Docker output pollution and skip agent pulling in container mode (a7f4758), closes #386

♻️ Code Refactoring

  • Remove outdated container detection comments (bdcc917)

🧹 Maintenance

  • Apply suggestions from code review (00bad3d)
  • Apply suggestions from code review (e83f9e5)
  • Merge branch 'main' into claude/issue-386-20260128-1108 (61e7f70)

📦 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.100.4-rc.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.100.4-rc.1

Full Changelog: v0.100.3...v0.100.4-rc.1