aide v0.2.0
🚀 aide v0.2.0
The
package.jsonfor 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
argsinaide.yaml aide addcommand — add tools to your config from the CLI with optional version pinning (aide add gh --version ">=2.65.0")- Version auto-detection —
aide adddetects your installed version and pins a>=constraint automatically - Improved
aide checkoutput — cleaner, color-coded status with version comparison - Cross-platform Windows support — now works on Windows via winget/scoop/choco
🛠 Recipes Added
git— Git CLIrtk— RTK AI platform CLI tool
🐛 Bug Fixes
- Fixed
aide installfailing 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
PATHto useaidefrom any terminal.
🔐 SHA256: aide_v0.2.0_checksums.txt
📦 Full Changelog: v0.1.0...v0.2.0