
Restoring Checkpoints
To restore to a previous turn, click the revert icon that appears when hovering your message.
How Checkpoints Work
- Checkpoints are stored locally, separate from your working branch’s Git history.
- Before Claude responds to each user message, Conductor configures a Claude Code hook to commit the working branch state to a private Git ref
- Each checkpoint therefore captures all AI and user code changes between when the previous and current user messages were sent.
Checkpoints are only supported for Claude Code.Exercise caution when using checkpoints if multiple chats are running in the same workspace.
