🚀 Version 0.90.2
·
70 commits
to main
since this release
What's Changed
0.90.2 (2025-12-14)
🐛 Bug Fixes
- Add git to container image and adjust gateway manager (aa6f99c)
- Support both local and remote agents (8e068f5)
♻️ Code Refactoring
- examples: Remove unused container image (8a91743)
🧹 Maintenance
- examples: Add whitelist agents domains to allow to download artifacts (390e304)
- examples: Update container image (a289e85)
📦 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.90.2Custom 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.90.2Full Changelog: v0.90.1...v0.90.2