LinuxCommandLibrary

aic

Fetch changelogs for AI coding assistants

TLDR

Show the latest Claude Code changelog
$ aic claude
copy
List all available versions for a tool
$ aic codex --list
copy
Show a specific version changelog
$ aic gemini --version [0.1.0]
copy
Output changelog in JSON format
$ aic claude --json
copy
Show all releases from the last 24 hours
$ aic latest
copy
Show status overview of all tracked tools
$ aic status
copy

SYNOPSIS

aic [command] [options]

DESCRIPTION

aic is a CLI tool that fetches and displays release notes and changelogs for popular AI coding assistants. It aggregates changelog information from multiple sources into a single unified interface, supporting tools like Claude Code, Codex CLI, OpenCode, Gemini CLI, Copilot CLI, Kimi CLI, Qwen Code, and Goose.
Written in Go, aic supports multiple output formats (text, JSON, Markdown), interactive version selection, browser integration, installed version detection, and a comprehensive status dashboard showing release frequency across all tracked tools.

PARAMETERS

-j, --json

Output in JSON format
-m, --md
Output in Markdown format
-l, --list
List all available versions
-p, --pick
Interactive version selector
--version ver
Fetch a specific version
-w, --web
Open changelog in browser
-h, --help
Show help documentation

CAVEATS

Requires internet access to fetch changelogs from upstream sources. Available tools and their changelog formats depend on what each project publishes.

SEE ALSO

gh(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard