Checkpoints & rollback
What is a checkpoint
Every agent step that modifies files is saved as a checkpoint — a snapshot of the workspace state at that moment.
How to roll back
In the history panel (the «History» icon in the chat header) you'll see the list of steps with changes. Pick a step and press «Restore to version»: files return to the state before that step.
When it's useful
- The agent «broke» your files — roll back to the pre-run state.
- You don't like a branch of changes — go back a few steps and try a different approach.
- Code experiments — edit boldly: it's always reversible.