AgentKit
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 --json

Flags

FlagDescription
--channel stringChangelog channel (beta, stable, staging; default beta)
--from stringInclude versions from this version
--fullFetch and print full verified changelog bodies
-h, --helphelp for changelog
--jsonEmit machine-readable JSON (implies --no-interactive)
--kit stringFilter one public kit: engineer or marketing
--no-interactiveDisable interactive prompts (CI-safe)
-q, --quietSuppress non-error output on stderr
--registry-url stringChangelog catalog root (default release domain or $AGENTKIT_CHANGELOG_CATALOG_URL)
--since-currentShow releases newer than the current ak binary
--target stringsFilter target: all, cli, app, kits, engineer, or marketing (repeatable)
--to stringInclude versions through this version
-V, --verboseExtra diagnostic output on stderr (loses to --quiet)
--version stringShow one release version
-y, --yesAssume yes for all prompts

Output modes

ModeBehavior
prettydefault on TTY (colors, ASCII markers)
plainauto when stdout piped or --no-interactive
json--json (single-object envelope, NDJSON-safe)

Exit codes

CodeMeaning
0success
1runtime error
2invalid flags
3user-cancel (SIGINT, prompt-cancel)
1signed changelog metadata is unavailable
2invalid filters
  • ak — AgentKit CLI

On this page