Skip to content

Commit 99cbba8

Browse files
Update ghost_commit flag reference to undo (#8091)
Minor documentation update to fix #7966 (documentation of undo flag).
1 parent aa83d7d commit 99cbba8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Supported features:
4545
| `apply_patch_freeform` | false | Beta | Include the freeform `apply_patch` tool |
4646
| `view_image_tool` | true | Stable | Include the `view_image` tool |
4747
| `web_search_request` | false | Stable | Allow the model to issue web searches |
48-
| `ghost_commit` | false | Experimental | Create a ghost commit each turn |
48+
| `undo` | true | Experimental | Capture a ghost snapshot each turn to enable undo |
4949
| `enable_experimental_windows_sandbox` | false | Experimental | Use the Windows restricted-token sandbox |
5050
| `tui2` | false | Experimental | Use the experimental TUI v2 (viewport) implementation |
5151
| `skills` | false | Experimental | Enable discovery and injection of skills |

docs/example-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ unified_exec = false
217217
apply_patch_freeform = false
218218
view_image_tool = true
219219
web_search_request = false
220-
ghost_commit = false
220+
undo = true
221221
enable_experimental_windows_sandbox = false
222222
skills = false
223223

0 commit comments

Comments
 (0)