Skip to content

Commands Report -- Changelog History

Tracks drift between the commands report and official Claude Code documentation across versions.

Status Legend

StatusMeaning
COMPLETEAction was taken and resolved successfully
INVALIDFinding was incorrect, not applicable, or intentional
ON HOLDAction deferred -- waiting on external dependency or user decision

v2.1.74 -- 2026-03-13

#PriorityTypeActionStatus
1HIGHNew FieldAdd name to frontmatter table -- display name for the skillINVALID (skill-only field, not applicable to commands frontmatter)
2HIGHNew FieldAdd disable-model-invocation to frontmatter table -- prevents auto-loadingINVALID (skill-only field, not applicable to commands frontmatter)
3HIGHNew FieldAdd user-invocable to frontmatter table -- hides from / menuINVALID (skill-only field, not applicable to commands frontmatter)
4HIGHNew FieldAdd context to frontmatter table -- fork to run in subagent contextINVALID (skill-only field, not applicable to commands frontmatter)
5HIGHNew FieldAdd agent to frontmatter table -- subagent type for context: forkINVALID (skill-only field, not applicable to commands frontmatter)
6HIGHNew FieldAdd hooks to frontmatter table -- lifecycle hooks scoped to skillINVALID (skill-only field, not applicable to commands frontmatter)
7HIGHNew CommandAdd /btw <question> -- ask a quick side question without adding to conversationCOMPLETE (added as #53 in Session tag)
8HIGHNew CommandAdd /hooks -- manage hook configurations for tool eventsCOMPLETE (added as #30 in Extensions tag)
9HIGHNew CommandAdd /insights -- generate session analysis reportCOMPLETE (added as #17 in Context tag)
10HIGHNew CommandAdd /plugin -- manage Claude Code pluginsCOMPLETE (added as #33 in Extensions tag)
11HIGHNew CommandAdd /skills -- list available skillsCOMPLETE (added as #35 in Extensions tag)
12HIGHNew CommandAdd /upgrade -- open upgrade page to switch plan tierCOMPLETE (added as #3 in Auth tag)
13HIGHRemoved CommandRemove /output-style -- deprecated in v2.1.73, use /config insteadCOMPLETE (removed from Config tag)
14HIGHRemoved CommandRemove /bug row -- now listed as alias under /feedbackCOMPLETE (removed row, added "Alias: /bug" to /feedback description)
15HIGHChanged DescriptionUpdate /passes -- repurposed from review passes to referral sharingCOMPLETE (updated description, kept in Model tag)
16HIGHChanged DescriptionUpdate /review -- deprecated, replaced by code-review marketplace pluginCOMPLETE (updated description in Project tag)
17MEDChanged DescriptionUpdate /stickers -- changed from UI sticker packs to ordering physical stickersCOMPLETE (updated description in Config tag)

v2.1.76 -- 2026-03-15

#PriorityTypeActionStatus
1HIGHNew CommandAdd /color [color|default] to Config tag -- set prompt bar color for current sessionCOMPLETE (added as #4 in Config tag)
2HIGHNew CommandAdd /effort [low|medium|high|max|auto] to Model tag -- set model effort levelCOMPLETE (added as #38 in Model tag)
3MEDChanged DescriptionUpdate /status -- now "Open the Settings interface (Status tab)" instead of "Show a concise session status summary"COMPLETE (updated description at #20 in Context tag)
4MEDChanged DescriptionUpdate /desktop -- now "Continue the current session in the Claude Code Desktop app. macOS and Windows only."COMPLETE (updated description at #49 in Remote tag)
5LOWChanged ArgumentUpdate /init -- official docs dropped [prompt] argument hintCOMPLETE (removed [prompt] hint at #45 in Project tag)

v2.1.77 -- 2026-03-17

#PriorityTypeActionStatus
1HIGHNew AliasAdd Alias: /branch to /fork entry (v2.1.77 renamed fork to branch)COMPLETE (added "Alias: /branch" to /fork at #59 in Session tag)
2HIGHNew AliasesAdd aliases to 8 commands: /clear (+/reset, /new), /config (+/settings), /desktop (+/app), /exit (+/quit), /rewind (+/checkpoint), /resume (+/continue), /remote-control (+/rc), /mobile (+/ios, /android)COMPLETE (added alias notations to all 8 command descriptions)
3MEDChanged DescriptionUpdate /diff -- "Open an interactive diff viewer showing uncommitted changes and per-turn diffs"COMPLETE (updated description at #44 in Project tag)
4MEDChanged DescriptionUpdate /memory -- "Edit CLAUDE.md memory files, enable or disable auto-memory, and view auto-memory entries"COMPLETE (updated description at #37 in Memory tag)
5MEDChanged DescriptionUpdate /copy -- "Copy the last assistant response to clipboard. Shows interactive picker for code blocks"COMPLETE (updated description at #27 in Export tag)
6MEDChanged DescriptionUpdate /mobile -- "Show QR code to download the Claude mobile app"COMPLETE (updated description + aliases at #52 in Remote tag)
7MEDChanged DescriptionUpdate /remote-control -- "Make this session available for remote control from claude.ai"COMPLETE (updated description + alias at #53 in Remote tag)
8LOWFrontmatter Scope6 skill-only fields still absent from report (intentional scoping)INVALID (skill-only fields -- same determination as v2.1.74 run)

v2.1.78 -- 2026-03-18

#PriorityTypeActionStatus
1HIGHNew CommandAdd /voice to Config tag -- toggle push-to-talk voice dictationCOMPLETE (added as #15 in Config tag)
2HIGHInverted AliasSwap /fork to /branch as primary, /fork as aliasCOMPLETE (swapped to /branch at #56 in Session tag, re-sorted alphabetically)
3MEDNew AliasAdd /allowed-tools alias to /permissionsCOMPLETE (added alias to #7 in Config tag)
4MEDNew ArgumentAdd [N] argument syntax to /copyCOMPLETE (updated to /copy [N] at #28 in Export tag)
5LOWFrontmatter Scope6 skill-only fields absent from report (intentional scoping)INVALID (skill-only fields -- same determination as v2.1.74 and v2.1.77 runs)

v2.1.79 -- 2026-03-19

#PriorityTypeActionStatus
1LOWFrontmatter Scope6 skill-only fields absent from report (intentional scoping)INVALID (skill-only fields -- same determination as previous runs)

v2.1.80 -- 2026-03-20

QA Correction

Previous INVALID determinations for skill-only fields (v2.1.74 through v2.1.79) were incorrect. Official docs state commands support "the same frontmatter" as skills, so all 6 fields were added.

#PriorityTypeActionStatus
1MEDNew FieldAdd effort to frontmatter table -- override model effort level when command is invoked (v2.1.80)COMPLETE (added as 5th field, then repositioned to 8th when full field set was added)
2HIGHQA CorrectionAdd 6 missing fields (name, disable-model-invocation, user-invocable, context, agent, hooks) -- official docs state commands support "the same frontmatter" as skills; previous INVALID determinations were incorrectCOMPLETE (added all 6 fields, count updated 5 to 11, field order matches official docs)
3HIGHCross-Report FixAdd effort to skills report -- field was missing there tooCOMPLETE (added as 8th field in skills report, count updated 10 to 11)

v2.1.81 -- 2026-03-21

No priority action items -- report is fully in sync with official documentation (11 frontmatter fields, 63 built-in commands).


v2.1.81 -- 2026-03-23 (Re-audit)

No priority action items -- report is fully in sync with official documentation (11 frontmatter fields, 63 built-in commands).


v2.1.83 -- 2026-03-25

#PriorityTypeActionStatus
1HIGHNew CommandAdd /schedule [description] to Remote tag -- Create, update, list, or run Cloud scheduled tasksCOMPLETE (added as #56 in Remote tag, count updated 63 to 64)

v2.1.84 -- 2026-03-26

#PriorityTypeActionStatus
1HIGHNew FieldAdd shell to frontmatter table -- shell for !command blocks (bash or powershell)COMPLETE (added as 12th field before hooks, count updated 11 to 12)
2LOWChanged ArgumentAdd [on|off] argument hint to /fast commandCOMPLETE (updated /fast to /fast [on|off] at #40 in Model tag)

v2.1.85 -- 2026-03-27

#PriorityTypeActionStatus
1HIGHNew FieldAdd paths to frontmatter table -- glob patterns that limit when a skill is activatedCOMPLETE (added as 6th field after user-invocable, count updated 12 to 13)

v2.1.86 -- 2026-03-28

#PriorityTypeActionStatus
1MEDChanged ArgumentUpdate /add-dir -- add <path> required argument hint per official docsCOMPLETE (updated at #44 in Project tag)
2MEDChanged ArgumentUpdate /branch -- add [name] optional argument hint per official docsCOMPLETE (updated at #57 in Session tag)
3MEDChanged ArgumentUpdate /model -- add [model] optional argument hint per official docsCOMPLETE (updated at #41 in Model tag)
4MEDChanged ArgumentUpdate /plan -- add [description] optional argument hint per official docsCOMPLETE (updated at #43 in Model tag)
5MEDChanged ArgumentUpdate /pr-comments -- add [PR] optional argument hint per official docsCOMPLETE (updated at #47 in Project tag)
6MEDChanged ArgumentUpdate /passes -- remove [number] argument hint (not in official docs)COMPLETE (updated at #42 in Model tag)
7MEDChanged ArgumentUpdate /rename -- change from <name> (required) to [name] (optional) per official docsCOMPLETE (updated at #62 in Session tag)
8LOWChanged ArgumentUpdate /compact -- change argument label from [prompt] to [instructions] per official docsCOMPLETE (updated at #60 in Session tag)
9LOWChanged ArgumentUpdate /feedback -- change argument label from [description] to [report] per official docsCOMPLETE (updated at #24 in Debug tag)

v2.1.88 -- 2026-03-31

#PriorityTypeActionStatus
1MEDDescription SyncSynced all 43 command descriptions to match official docs -- behavioral clarifications (/vim toggle, /sandbox toggle, /hooks view), expanded detail (/effort persistence, /copy SSH write, /model effort arrows), and wording alignment across Auth, Config, Context, Debug, Export, Extensions, Model, Project, Remote, and Session tagsCOMPLETE (all 64 descriptions now match official docs)

v2.1.89 -- 2026-04-01

#PriorityTypeActionStatus
1LOWChanged DescriptionUpdate /init -- official docs now use CLAUDE_CODE_NEW_INIT=1 instead of =trueCOMPLETE (updated env var value from =true to =1 to match official docs)

v2.1.90 -- 2026-04-02

#PriorityTypeActionStatus
1MEDChanged DescriptionUpdate /permissions -- official docs expanded to describe interactive dialog with scope rules, directory management, and auto mode denial reviewCOMPLETE (updated description to match official docs)
2MEDNew AliasAdd /bashes alias to /tasks command per official docsCOMPLETE (added "Alias: /bashes" to /tasks at #27 in Debug tag)

v2.1.91 -- 2026-04-03

#PriorityTypeActionStatus
1HIGHNew CommandAdd /powerup to Config tag -- Discover Claude Code features through quick interactive lessons with animated demosCOMPLETE (added as #26 in Debug tag -- resolved in v2.1.92 run)

v2.1.92 -- 2026-04-04

#PriorityTypeActionStatus
1HIGHNew CommandAdd /powerup to Debug tag -- Discover Claude Code features through quick interactive lessons with animated demosCOMPLETE (added as #26 in Debug tag, recurring from v2.1.91)
2HIGHNew CommandAdd /setup-bedrock to Auth tag -- Configure Amazon Bedrock authentication, region, and model pins through an interactive wizardCOMPLETE (added as #3 in Auth tag)
3HIGHNew CommandAdd /ultraplan <prompt> to Model tag -- Draft a plan in an ultraplan session, review it in your browser, then execute remotely or send it backCOMPLETE (added as #45 in Model tag)
4HIGHRemoved CommandRemove /vim from Config tag -- removed in v2.1.92 (max-version: 2.1.91), use /config Editor mode insteadCOMPLETE (removed from Config tag)
5HIGHRemoved CommandRemove /pr-comments [PR] from Project tag -- removed in v2.1.91 (max-version: 2.1.90), ask Claude directlyCOMPLETE (removed from Project tag)
6MEDChanged DescriptionUpdate /release-notes -- now "View the changelog in an interactive version picker. Select a specific version to see its release notes, or choose to show all versions."COMPLETE (updated description at #27 in Debug tag)