I got tired of checking multiple GitHub repos to see what's new with CC, opencode, etc., so I threw together a cli tool. Right now it fetches the latest changelog entries from CC and opencode, as well as gemini, codex, and gh-cli.
Example commands: - `aic claude` : Latest Claude Code changelog - `aic latest` : All releases from the last 24 hours - `aic codex -json` : JSON output for scripting
The `aic latest` command is what I use most — shows any releases from the past 24 hours across all supported tools, sorted by date.
It pulls from GitHub releases or CHANGELOG.md files depending on the project. Output available as plain text, JSON, or markdown.
Install via brew, scoop, go, or build from source.
GitHub: https://github.com/arimxyer/aic
Happy to add support for other AI coding tools if there's interest.