CLI tool that fetches the latest changelogs for popular AI coding assistants like Claude, Copilot, and Gemini.
aic is a command-line tool that aggregates and displays changelogs from major AI coding assistants. It supports nine popular tools including Claude Code, GitHub Copilot, Gemini CLI, OpenAI Codex, and others, allowing developers to track updates across multiple AI coding tools from a single interface.
The tool provides several viewing modes and output formats. Users can fetch specific versions with aic claude --version 0.1.0, get JSON output with --json, or use an interactive version picker with --pick. The aic status command shows a comprehensive table with installed versions, latest releases, update recency, and release frequency patterns for all supported tools.
aic includes specialized commands for tracking recent activity. The aic latest command displays all releases from the past 24 hours across all sources, sorted by date. Users can configure which sources to monitor through an interactive picker accessed via aic config. The tool can output changelogs in plain text, JSON, or markdown formats, and can open changelog pages directly in a web browser with the --web flag.
# via Homebrew
brew install arimxyer/tap/aic
# via Go
go install github.com/arimxyer/aic@latest
# via Scoop
scoop bucket add arimxyer https://github.com/arimxyer/scoop-bucket && scoop install aic