ReferenceCLI commands
BetaYou are reading docs for the beta channel (
2.4.1-beta.1) — updated automatically on every beta release.Switch to stable →CLI commands
ak changelog
Show verified CLI, app, and kit release changelogs
Reads signed, public changelog metadata from the AgentKit release domain. The default view includes CLI, desktop app, engineer kit, and marketing kit entries.
Who it's for: (unspecified)
When to use it: Inspect a release before updating or compare history since the installed binary.
What changes on disk: Read-only. Verified cache data may be read when the release domain is unavailable; this command never writes cache or update state.
Usage
ak changelog [flags]Examples
ak changelog
ak changelog --since-current
ak changelog --target cli --full
ak changelog --kit engineer
ak changelog --from 2.0.0 --to 2.1.0 --jsonFlags
| Flag | Description |
|---|---|
--channel string | Changelog channel (beta, stable, staging; default beta) |
--from string | Include versions from this version |
--full | Fetch and print full verified changelog bodies |
-h, --help | help for changelog |
--json | Emit machine-readable JSON (implies --no-interactive) |
--kit string | Filter one public kit: engineer or marketing |
--no-interactive | Disable interactive prompts (CI-safe) |
-q, --quiet | Suppress non-error output on stderr |
--registry-url string | Changelog catalog root (default release domain or $AGENTKIT_CHANGELOG_CATALOG_URL) |
--since-current | Show releases newer than the current ak binary |
--target strings | Filter target: all, cli, app, kits, engineer, or marketing (repeatable) |
--to string | Include versions through this version |
-V, --verbose | Extra diagnostic output on stderr (loses to --quiet) |
--version string | Show one release version |
-y, --yes | Assume yes for all prompts |
Output modes
| Mode | Behavior |
|---|---|
pretty | default on TTY (colors, ASCII markers) |
plain | auto when stdout piped or --no-interactive |
json | --json (single-object envelope, NDJSON-safe) |
Exit codes
| Code | Meaning |
|---|---|
0 | success |
1 | runtime error |
2 | invalid flags |
3 | user-cancel (SIGINT, prompt-cancel) |
1 | signed changelog metadata is unavailable |
2 | invalid filters |
Related commands
ak— AgentKit CLI