File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 |
Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ unified_exec = false
217217apply_patch_freeform = false
218218view_image_tool = true
219219web_search_request = false
220- ghost_commit = false
220+ undo = true
221221enable_experimental_windows_sandbox = false
222222skills = false
223223
You can’t perform that action at this time.
0 commit comments