Releases: adi-family/adi-cli
Releases · adi-family/adi-cli
adi v2.0.2
Full Changelog: v2.0.0...v2.0.2
ADI CLI v2.0.1
🔖 Bump CLI version to 2.0.1
adi v2.0.0
✨ feat: add `adi info` command with aliases `i` and `h` Shows CLI version, config/plugins paths, registry URL, active theme, language, installed plugins, and available commands (built-in + plugin). Includes translations for all 9 supported languages.
Fix raw JSON output for plugin commands
🐛 Fix raw JSON output for plugin commands
Parse CLI result JSON and output stdout/stderr properly instead of
printing raw JSON like {"exit_code":0,"stderr":"","stdout":""}
v1.0.0 - Major Release 🎉
adi v1.0.0 - Major Release 🎉
The first stable major release of the ADI CLI!
Highlights
- Stable Plugin System: Unified v3 plugin ABI with robust service discovery
- Internationalization: Full i18n support with 8 languages (English, 中文, Українська, Español, Français, Deutsch, 日本語, 한국語)
- Auto-load Environment: Automatically loads
.envfile from current directory - HTTP Server: Built-in
adi startcommand for service mode - Plugin Registry: Install, update, and manage plugins from the official registry
- Self-Update: Easy
adi self-updatecommand to get the latest version
Install
# macOS (Apple Silicon)
curl -fsSL https://github.com/adi-family/adi-cli/releases/download/v1.0.0/adi-v1.0.0-aarch64-apple-darwin.tar.gz | tar xz
sudo mv adi /usr/local/bin/Upgrade
adi self-updatev0.9.2 - Autoload .env file
What's New
- Autoload
.envfile: TheadiCLI now automatically loads a.envfile from the current working directory on startup usingdotenvy. This means all plugins (workflows, agent-loop, tasks, etc.) inherit the environment variables without any extra setup.
The .env loading is silent — if no .env file exists, it's simply skipped.
Upgrade
adi self-updatev0.9.1 - Fix macOS code signing
Bug Fix
- Fixed: Binary was killed on macOS after self-update due to invalid code signature
- Now re-signs the binary with
codesign -s -after extraction
Previous Release (v0.9.0)
- Added
adi startcommand for local cocoon setup
v0.9.0 - adi start command
What's New
✨ New Command: adi start
Start a local HTTP server for browser-based cocoon setup:
adi start [--port PORT] # default: 14730Features:
- Auto-installs
adi.cocoonplugin if not present - HTTP server with
/healthand/connectendpoints - Browser polls
/healthto detect when server is running - Browser sends setup token via
POST /connect - Cocoon connects to signaling server with the provided token
Flow:
- User runs
adi startin terminal - Browser detects server via polling
- Browser generates setup token from platform API
- Browser sends token to local server
- Local cocoon connects to platform
Dependencies Added
- axum 0.8 (HTTP server)
- tower-http 0.6 (CORS support)
- hostname 0.4 (machine name detection)
adi v0.8.11
Installation
curl -fsSL https://raw.githubusercontent.com/adi-family/cli/main/scripts/install.sh | shOr specify version:
ADI_VERSION=v0.8.11 curl -fsSL https://raw.githubusercontent.com/adi-family/cli/main/scripts/install.sh | shadi v0.8.10
Installation
curl -fsSL https://raw.githubusercontent.com/adi-family/cli/main/scripts/install.sh | shOr specify version:
ADI_VERSION=v0.8.10 curl -fsSL https://raw.githubusercontent.com/adi-family/cli/main/scripts/install.sh | sh