OpenShell v0.0.36-kagenti.4
Pre-release
Pre-release
·
317 commits
to main
since this release
OpenShell CLI v0.0.36-kagenti.4
Download
| Platform | Architecture | File |
|---|---|---|
| Linux | x86_64 | openshell-x86_64-unknown-linux-musl.tar.gz |
| macOS | Apple Silicon | openshell-aarch64-apple-darwin.tar.gz |
Install
# Linux amd64
curl -LsSf https://github.com/kagenti/OpenShell/releases/download/v0.0.36-kagenti.4/openshell-x86_64-unknown-linux-musl.tar.gz | tar xz
sudo mv openshell /usr/local/bin/
# macOS Apple Silicon
curl -LsSf https://github.com/kagenti/OpenShell/releases/download/v0.0.36-kagenti.4/openshell-aarch64-apple-darwin.tar.gz | tar xz
sudo mv openshell /usr/local/bin/What's Changed
- ci: push latest tag on mvp branch for gateway and supervisor by @pdettori in #5
- fix: enable sandbox inference routing on Kind by @pdettori in #6
Full Changelog: v0.0.36-kagenti.3...v0.0.36-kagenti.4