Skip to content

🚀 Version 0.118.0

Choose a tag to compare

@inference-gateway-releaser inference-gateway-releaser released this 05 Jun 17:14
· 34 commits to main since this release

What's Changed

0.118.0 (2026-06-05)

🚀 Features

  • add file explorer panel with tree view, preview, and fuzzy finder (#589) (2b73fcc), closes #588
  • cli: adopt fang for styled help, errors, version and completions (#592) (b7f649e)
  • tui: animate loading states and modernise progress/cursor styling (#594) (06057d7)
  • tui: drive diff colours from the active theme (#598) (f279c1c)
  • modernize diff display and migrate Charm UI stack to v2 (#576) (6bf8ac6)
  • tui: rebuild GitHub Action setup wizard with huh forms (#597) (c875e84)
  • theme collapsed tool result previews (#603) (ffc2ee9)

🐛 Bug Fixes

  • pricing: flag Pro-subscription Ollama Cloud models in model picker (#604) (5ec0298)
  • tools: make bash whitelist shell-aware to fix benign-command rejections (#581) (#605) (6119f2a)

♻️ Code Refactoring

  • tui: migrate theme selector to bubbles/v2/list (#596) (a46079c)
  • move git branch indicator to input view border (#602) (7132237)
  • remove redundant comment (8e3210d)
  • tui: render help bar with bubbles/v2/help (#595) (5aed140)
  • cli: render list commands with native lipgloss tables (#593) (28a0e55)
  • config: replace bespoke config commands with generic get/set (#601) (c80321a), closes #600
  • separate git branch into own status bar row (#591) (9afbeb4)

💄 Styles

  • standardize log message capitalization (e8ae466)

🔧 Build System

  • deps: bump modernc.org/sqlite from 1.50.1 to 1.51.0 in the gomod group (#584) (908cfc4)
  • deps: bump the github-actions group with 3 updates (#585) (a14de3e)
  • deps: upgrade fang to charm.land/fang/v2 v2.0.1 (d1b861f)

👷 CI/CD

🧹 Maintenance

  • deps: bump claude-code 2.1.148 -> 2.1.158 (#582) (5e8d0b5)
  • deps: bump infer CLI v0.117.0 -> v0.117.1, infer-action v0.9.1 -> v0.11.1 (#580) (90ddcf3)
  • deps: bump infer-action v0.11.1 -> v0.11.2 (#587) (56f2df8)
  • regenerate keybindings from earlier features (ff09192)

📦 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.118.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.118.0

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

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

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

Full Changelog: v0.117.1...v0.118.0