/mini:changelog

Slash command that shows the changelog from inside Claude Code.

↔ See the non-interactive form (mini …)

Usage

/mini:changelog [--unreleased | --all]

Description

The native slash command, run inside your Claude Code session. It maps your argument to a `mini changelog` call and relays the output — nothing for the latest released section, --unreleased for the pending [Unreleased] entries, --all for the whole history. It is a read-only step: it changes no state and saves nothing. This is the in-session counterpart of the `mini changelog` terminal command.

Examples

# Show the latest released version's section
/mini:changelog

# Show what is pending for the next release
/mini:changelog --unreleased

# Print the whole history
/mini:changelog --all