From 99cbba8ea5f73b908c978e67072822469c56df6e Mon Sep 17 00:00:00 2001 From: Charlie Weems Date: Sun, 21 Dec 2025 23:27:54 -0800 Subject: [PATCH] Update ghost_commit flag reference to undo (#8091) Minor documentation update to fix #7966 (documentation of undo flag). --- docs/config.md | 2 +- docs/example-config.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index 0101cb1036..d03b736983 100644 --- a/docs/config.md +++ b/docs/config.md @@ -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 | diff --git a/docs/example-config.md b/docs/example-config.md index f185aaa2ae..ca48098510 100644 --- a/docs/example-config.md +++ b/docs/example-config.md @@ -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