promptgarten ๐ŸŒฑ
๐ŸŒ ES

Command reference ยท Claude Code

/rewind

Resets the conversation and/or the code to an earlier point, or summarizes from a selected message onward.

Resets the conversation and/or the code to an earlier point, or summarizes from a selected message onward. Details: code.claude.com/docs/en/checkpointing. Aliases: /checkpoint, /undo.

โœ… WHEN TO USE IT?

Reset conversation and code state after a fix went wrong

/rewind

Summarize from a selected message instead of a full reset

/rewind

โ›” WHEN NOT TO?

Just want to re-read earlier text

/rewind resets the conversation and potentially the code state - unnecessarily risky for the current code just to re-read something.

Better: scroll back up in the transcript

SOURCES