CLI Changelog

Track updates, new commands, terminal UI improvements, and shell integration releases for the Vyre CLI tool.

v2.4.0 (Latest)

Released on July 18, 2026

Highlights & Features

  • Interactive Shell Mode Enhancements: Auto-detection of shell configurations (.zshrc, .bashrc, etc.) to register direct command line alias hooks without conflicts.
  • vyre status Command: Detailed output showing connected workspace paths, active configuration files, local model status (Ollama), and cached cloud sessions.
  • Fast-Sync Binary Engine: Implemented a Rust-based file checksum watcher inside the daemon to minimize network sync payloads.
  • API Token Profiles: Switch between different developer profiles (vyre use work, vyre use personal) easily with config namespaces.
How to upgrade
bash
# macOS
brew upgrade vyre

# Windows / Linux
vyre upgrade

v2.3.0

Released on June 02, 2026

Highlights & Features

  • Local Ollama Integration: Connect local models directly using vyre config set local.model llama3.
  • Custom Environment Variables Injection: Pass secrets into Cloud Agent runs using --env KEY=VALUE.
  • Improved Output Formatting: Pretty-printed JSON outputs when running CLI tools with --output json.

v2.2.0

Released on April 15, 2026

Highlights & Features

  • First Public Release: Introduction of vyre agent run, vyre shell, and vyre login commands.
  • Agent Control Protocol (ACP): Native WebSocket communication protocol between CLI and the IDE daemon.
  • Silent Mode: Add --silent or --quiet to run command lines inside automated scripts without streaming outputs.