[DOCS] Message selector docs missing new "Summarize from here" action (v2.1.32)
Documentation Type
Missing documentation (feature not documented)
Documentation Location
https://code.claude.com/docs/en/keybindings
Section/Topic
Message selector / rewind documentation for the new "Summarize from here" capability.
Current Documentation
The keybindings page currently lists only navigation/select actions for MessageSelector:
messageSelector:up,messageSelector:down,messageSelector:top,messageSelector:bottom,messageSelector:select
Checkpointing docs describe rewind options as:
"Conversation only", "Code only", or "Both code and conversation"
No docs mention a "Summarize from here" action.
What's Wrong or Missing?
Claude Code changelog v2.1.32 says:
Added "Summarize from here" to the message selector, allowing partial conversation summarization.
This new action is missing from user-facing docs, so users do not know:
- Where to access it.
- What scope it summarizes.
- How it differs from
/compactor rewind options. - Whether there is a keyboard shortcut/action name for keybindings.
Suggested Improvement
Update keybindings, checkpointing, and interactive-mode docs to include:
- A dedicated
Summarize from hereexplanation in rewind/message selector flows. - Associated action name and default keybinding (if available).
- A short behavior matrix comparing
/compactvsSummarize from herevs rewind. - A minimal example showing when partial summarization is useful.
Impact
Medium - Makes feature difficult to understand
Additional Context
Affected Pages:
| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/keybindings | 218-229 | Message selector action table does not include summarize action |
| https://code.claude.com/docs/en/checkpointing | 25-30 | Rewind options list excludes partial summarization option |
| https://code.claude.com/docs/en/interactive-mode | 38, 112 | Rewind shortcuts/command documented, but no summarize-from-here behavior |
Total scope: 3 pages affected
Source: Claude Code changelog v2.1.32
Added "Summarize from here" to the message selector, allowing partial conversation summarization.
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗