Skip to content

aide v0.2.0

Choose a tag to compare

@github-actions github-actions released this 05 Aug 10:12
· 162 commits to main since this release

🚀 aide v0.2.0

The package.json for your AI development environment — now with provider args, aide add, and broader platform support.

✨ What's New

  • Provider arguments — pass extra CLI flags to your AI provider via args in aide.yaml
  • aide add command — add tools to your config from the CLI with optional version pinning (aide add gh --version ">=2.65.0")
  • Version auto-detectionaide add detects your installed version and pins a >= constraint automatically
  • Improved aide check output — cleaner, color-coded status with version comparison
  • Cross-platform Windows support — now works on Windows via winget/scoop/choco

🛠 Recipes Added

  • git — Git CLI
  • rtk — RTK AI platform CLI tool

🐛 Bug Fixes

  • Fixed aide install failing when brew is not on PATH on macOS
  • Fixed semver constraint comparison for pre-release versions
  • Improved error messages when a tool recipe is not found

📦 Installation

🍎 macOS (Homebrew)

brew install accreation/tap/aide

🐧 Linux

# .deb (Debian / Ubuntu)
sudo dpkg -i aide_*_amd64.deb

# .rpm (Fedora / RHEL)
sudo rpm -i aide-*-1.amd64.rpm

# Portable binary
tar -xzf aide-linux-amd64.tar.gz
sudo mv aide-linux-amd64 /usr/local/bin/aide

🍎 macOS (Portable)

# Apple Silicon (M1/M2/M3)
tar -xzf aide-darwin-arm64.tar.gz
sudo mv aide-darwin-arm64 /usr/local/bin/aide

# Intel
tar -xzf aide-darwin-amd64.tar.gz
sudo mv aide-darwin-amd64 /usr/local/bin/aide

🪟 Windows

# Portable — unzip and run from any folder
aide-windows-amd64.exe

💡 Tip: Add the folder to your PATH to use aide from any terminal.


🔐 SHA256: aide_v0.2.0_checksums.txt
📦 Full Changelog: v0.1.0...v0.2.0