Skip to content

Releases: adi-family/adi-cli

adi v2.0.2

22 Feb 03:17

Choose a tag to compare

ADI CLI v2.0.1

22 Feb 03:08

Choose a tag to compare

🔖 Bump CLI version to 2.0.1

adi v2.0.0

17 Feb 01:29

Choose a tag to compare

✨ 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

01 Feb 01:49

Choose a tag to compare

🐛 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 🎉

01 Feb 01:14

Choose a tag to compare

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 .env file from current directory
  • HTTP Server: Built-in adi start command for service mode
  • Plugin Registry: Install, update, and manage plugins from the official registry
  • Self-Update: Easy adi self-update command 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-update

v0.9.2 - Autoload .env file

27 Jan 20:32

Choose a tag to compare

What's New

  • Autoload .env file: The adi CLI now automatically loads a .env file from the current working directory on startup using dotenvy. 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-update

v0.9.1 - Fix macOS code signing

23 Jan 01:10

Choose a tag to compare

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 start command for local cocoon setup

v0.9.0 - adi start command

23 Jan 01:02

Choose a tag to compare

What's New

✨ New Command: adi start

Start a local HTTP server for browser-based cocoon setup:

adi start [--port PORT]  # default: 14730

Features:

  • Auto-installs adi.cocoon plugin if not present
  • HTTP server with /health and /connect endpoints
  • Browser polls /health to detect when server is running
  • Browser sends setup token via POST /connect
  • Cocoon connects to signaling server with the provided token

Flow:

  1. User runs adi start in terminal
  2. Browser detects server via polling
  3. Browser generates setup token from platform API
  4. Browser sends token to local server
  5. 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

10 Jan 14:05

Choose a tag to compare

Installation

curl -fsSL https://raw.githubusercontent.com/adi-family/cli/main/scripts/install.sh | sh

Or specify version:

ADI_VERSION=v0.8.11 curl -fsSL https://raw.githubusercontent.com/adi-family/cli/main/scripts/install.sh | sh

adi v0.8.10

10 Jan 14:02

Choose a tag to compare

Installation

curl -fsSL https://raw.githubusercontent.com/adi-family/cli/main/scripts/install.sh | sh

Or specify version:

ADI_VERSION=v0.8.10 curl -fsSL https://raw.githubusercontent.com/adi-family/cli/main/scripts/install.sh | sh