Update ghost_commit flag reference to undo (#8091)

Minor documentation update to fix #7966 (documentation of undo flag).
This commit is contained in:
Charlie Weems
2025-12-21 23:27:54 -08:00
committed by GitHub
parent aa83d7da24
commit 99cbba8ea5
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ Supported features:
| `apply_patch_freeform` | false | Beta | Include the freeform `apply_patch` tool |
| `view_image_tool` | true | Stable | Include the `view_image` tool |
| `web_search_request` | false | Stable | Allow the model to issue web searches |
| `ghost_commit` | false | Experimental | Create a ghost commit each turn |
| `undo` | true | Experimental | Capture a ghost snapshot each turn to enable undo |
| `enable_experimental_windows_sandbox` | false | Experimental | Use the Windows restricted-token sandbox |
| `tui2` | false | Experimental | Use the experimental TUI v2 (viewport) implementation |
| `skills` | false | Experimental | Enable discovery and injection of skills |

View File

@@ -217,7 +217,7 @@ unified_exec = false
apply_patch_freeform = false
view_image_tool = true
web_search_request = false
ghost_commit = false
undo = true
enable_experimental_windows_sandbox = false
skills = false