CLI tool that fetches the latest changelogs for popular AI coding assistants like Claude, Codex, Gemini, and Copilot.
aic is a command-line tool that aggregates and displays changelog information from popular AI coding assistants. It supports nine major AI coding tools including Claude Code, OpenAI Codex, Gemini CLI, GitHub Copilot CLI, and others, allowing developers to track updates across multiple AI development tools from a single interface.
The tool provides several viewing modes for changelog data, including plain text, JSON, and markdown formats. Users can fetch specific versions with --version, browse all available versions with --list, or use an interactive picker with --pick. The aic latest command shows all releases from the past 24 hours across all supported tools, while aic status displays a comprehensive table showing version information, update recency, and release frequency for each tool.
aic includes practical features for developers managing multiple AI coding tools, such as automatic detection of locally installed versions, browser integration with --web flags, and configurable source filtering through aic config. The status table helps users identify which tools have recent updates and tracks release patterns, making it easier to stay current with AI coding assistant developments.
# 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