[FEATURE] /release-notes should show only last 10 versions by default
Resolved 💬 2 comments Opened Apr 2, 2026 by PaulRBerg Closed Apr 2, 2026
Problem
The /release-notes command outputs notes for all versions, making the output very verbose. This causes noticeable lag when scrolling through the results in the terminal, especially on long histories.
Proposed solution
- Default
/release-notesto showing only the last 10 versions - For older releases, display a link pointing to the GitHub repository's release notes page (e.g.,
https://github.com/anthropics/claude-code/releases) so users can browse the full history there
Alternatives considered
None — the current behavior is to dump everything, which doesn't scale well as releases accumulate.
Priority
Medium
Category
CLI commands and flags
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗