[DOCS] Rewind docs still describe the old "Summarize from here" action
Documentation Type
Incorrect/outdated documentation
Documentation Location
https://code.claude.com/docs/en/checkpointing
Section/Topic
"Rewind and summarize" in the Checkpointing page, plus the related /rewind references in Commands, Interactive mode, and Best practices
Current Documentation
The Checkpointing page currently says:
Summarize from here: compress the conversation from this point forward into a summary, freeing context window space Messages before the selected message stay intact * The selected message and all subsequent messages get replaced with a compact AI-generated summary
Related pages repeat the same older wording:
/rewind ... summarize from a selected message.
To compact only part of the conversation, useEsc + Escor/rewind, select a message checkpoint, and choose Summarize from here. This condenses messages from that point forward while keeping earlier context intact.
What's Wrong or Missing?
The rewind-menu documentation appears to be behind the v2.1.141 behavior/name change.
While cross-referencing the v2.1.141 release entry for this feature, the docs still described the older action label "Summarize from here" and the older scope explanation (summarize the selected message and later turns while keeping earlier context intact).
If the current product UI now shows "Summarize up to here" and keeps recent turns intact, the existing docs are outdated in two ways:
A. Outdated menu label
Users reading the docs will look for "Summarize from here" in the rewind menu instead of the newer "Summarize up to here" wording.
B. Outdated explanation of what gets compacted
The current docs say Claude summarizes from the selected point forward and keeps earlier context intact. That is the opposite of "summarize up to here," which implies compressing earlier context while preserving the more recent turns.
Suggested Improvement
Update the rewind/checkpointing docs for v2.1.141 so every page uses the current label and direction consistently.
Before:
Summarize from here: compress the conversation from this point forward into a summary
After:
Summarize up to here: compress earlier conversation into a summary while keeping the more recent turns intact
Also update the related /rewind, shortcut, and best-practices references so they no longer say "summarize from a selected message" or instruct users to choose Summarize from here.
Impact
Medium - Makes feature difficult to understand
Additional Context
Affected Pages:
| Page | Line(s) | Context |
|------|---------|---------|
| https://code.claude.com/docs/en/checkpointing | 25-45 | Primary rewind-menu explanation still says Summarize from here and says later turns are compressed while earlier context stays intact |
| https://code.claude.com/docs/en/commands | 104 | /rewind command summary still says users can "summarize from a selected message" |
| https://code.claude.com/docs/en/interactive-mode | 40 | Esc + Esc shortcut still describes summarizing from a selected message |
| https://code.claude.com/docs/en/best-practices | 380, 399, 430 | Repeats the older wording and explicitly tells users to choose Summarize from here |
Total scope: 4 pages affected
Version context: This gap was found while cross-referencing the rewind-menu release entry for v2.1.141.
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗