🚀 Version 0.88.0
·
92 commits
to main
since this release
What's Changed
0.88.0 (2025-12-11)
🚀 Features
- Add persistent storage for agent mode conversations (#333) (cba596a)
- agent: Add session resumption support (#335) (a8942f7)
🐛 Bug Fixes
📦 Installation
Quick Install (Recommended)
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.88.0Custom installation directory:
curl -fsSL https://raw.githubusercontent.com/inference-gateway/cli/main/install.sh | bash -s -- --install-dir $HOME/.local/binBinary Download
Download the appropriate binary for your platform from the assets below.
Container Image
docker run --rm -it ghcr.io/inference-gateway/cli:0.88.0Full Changelog: v0.87.0...v0.88.0