[FEATURE] CLI option to disable rewind
Resolved 💬 2 comments Opened Mar 5, 2026 by tristanvdb Closed Apr 3, 2026
Preflight Checklist
- [x] I have searched existing requests and this feature hasn't been requested yet
- [x] This is a single feature request (not multiple features)
Problem Statement
I run autonomous workflow in claude-code sessions. It is using git to checkpoint progress. The rewind mechanism slows down claude-code significantly for no benefit (for my workflows).
Proposed Solution
An option like --disable-rewind or --config rewind=off would take me a couple minute to add save hours down the line.
Alternative Solutions
_No response_
Priority
High - Significant impact on productivity
Feature Category
CLI commands and flags
Use Case Example
Workflow with many autonomous (sandboxed) sessions. The initial prompt is passed through the crafted command-line. It is not practical/possible to go and disable rewind "manually" (/config -> rewind off).
Additional Context
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗