AgentKit
ReferenceCLI commands

CLI commands

ak changelog

Show verified CLI, app, and kit release changelogs

ak changelog

Show verified CLI, app, and kit release changelogs

Synopsis

What it does: 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.

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

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.

Output modes: pretty default on TTY (colors, ASCII markers) plain auto when stdout piped or --no-interactive json --json (single-object envelope, NDJSON-safe)

Exit codes: 0 success 1 runtime error 2 invalid flags 3 user-cancel (SIGINT, prompt-cancel) 1 signed changelog metadata is unavailable 2 invalid filters

ak changelog [flags]

Options

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

SEE ALSO

  • ak - AgentKit CLI

On this page