Skip to content

Releases: inference-gateway/cli

🚀 Version 0.100.4-rc.2

02 Feb 23:00

Choose a tag to compare

Pre-release

What's Changed

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

♻️ Code Refactoring

  • Move all logs back to a file (c8784ab)
  • config: Remove config option for console output (aa52528)
  • docs: Remove the environment variable for console output (eb716ac)

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

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

🚀 Version 0.100.4-rc.1

02 Feb 17:28

Choose a tag to compare

Pre-release

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

🚀 Version 0.100.3

27 Jan 17:09

Choose a tag to compare

What's Changed

0.100.3 (2026-01-27)

🧹 Maintenance

  • deps: Bump modernc.org/sqlite from 1.44.2 to 1.44.3 (#385) (357b451)

📦 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.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.100.3

Full Changelog: v0.100.2...v0.100.3

🚀 Version 0.100.2

26 Jan 01:54

Choose a tag to compare

What's Changed

0.100.2 (2026-01-26)

🐛 Bug Fixes

  • Ensure agent wakes up on A2A task completion (#384) (a35a5e9)

📦 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.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.100.2

Full Changelog: v0.100.1...v0.100.2

🚀 Version 0.100.1

26 Jan 01:02

Choose a tag to compare

What's Changed

0.100.1 (2026-01-26)

♻️ Code Refactoring

  • Implement JSONL v2 format for conversation storage (#383) (b09fe84)

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

Full Changelog: v0.100.0...v0.100.1

🚀 Version 0.100.0

26 Jan 00:06

Choose a tag to compare

What's Changed

0.100.0 (2026-01-26)

🚀 Features

  • Add Claude Code subscription mode support (#382) (a04504e)

📦 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.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.100.0

Full Changelog: v0.99.2...v0.100.0

🚀 Version 0.99.2

25 Jan 15:33

Choose a tag to compare

What's Changed

0.99.2 (2026-01-25)

♻️ Code Refactoring

  • Replace agent loop with event-driven state machine (#379) (536fdc6)

📦 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.99.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.99.2

Full Changelog: v0.99.1...v0.99.2

🚀 Version 0.99.1

24 Jan 18:30

Choose a tag to compare

What's Changed

0.99.1 (2026-01-24)

♻️ Code Refactoring

  • Ensure only one chat session at a time (#378) (4ebea6d)

📚 Documentation

  • Revise README description for CLI functionality (6f3702f)

🧹 Maintenance

  • Update package dependencies to latest versions (#377) (43960ce)

📦 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.99.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.99.1

Full Changelog: v0.99.0...v0.99.1

🚀 Version 0.99.0

24 Jan 13:31

Choose a tag to compare

What's Changed

0.99.0 (2026-01-24)

🚀 Features

  • Add model context system for improved project awareness (#375) (1afb26b)

🐛 Bug Fixes

  • Skip migrations for JSONL storage in infer init (#376) (3793345), closes #372

♻️ Code Refactoring

  • Improve the testability of conversation optimizer (#374) (4c7c428)

📦 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.99.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.99.0

Full Changelog: v0.98.0...v0.99.0

🚀 Version 0.98.0

24 Jan 10:24

Choose a tag to compare

What's Changed

0.98.0 (2026-01-24)

🚀 Features

  • Add Moonshot and Kimi AI model support (#373) (c4bc709)

📦 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.98.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.98.0

Full Changelog: v0.97.0...v0.98.0