You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/advanced-usage/checkpoints.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,6 @@
2
2
3
3
Checkpoints allow you to save the state of your project at a specific point in time during a task. This enables you to easily revert to a previous state if needed, providing a safety net for complex or potentially risky operations.
4
4
5
-
**Important:** Checkpoints are an experimental feature. Enable them in the Roo Code settings.
6
-
7
5
## How Checkpoints Work
8
6
9
7
When checkpoints are enabled, Roo Code automatically creates a new checkpoint whenever:
@@ -34,4 +32,4 @@ This will revert all files in your project to their state at that checkpoint.
34
32
35
33
## Enabling/Disabling Checkpoints
36
34
37
-
You can enable or disable checkpoints in the Roo Code settings. Look for the "Checkpoints Enabled" checkbox.
35
+
You can enable or disable checkpoints in the Roo Code settings. Look for the "Enable automatic checkpoints" checkbox under Advanced Settings.
0 commit comments