mirror of
https://github.com/openai/codex.git
synced 2026-04-24 22:54:54 +00:00
Update ghost_commit flag reference to undo (#8091)
Minor documentation update to fix #7966 (documentation of undo flag).
This commit is contained in:
@@ -45,7 +45,7 @@ Supported features:
|
|||||||
| `apply_patch_freeform` | false | Beta | Include the freeform `apply_patch` tool |
|
| `apply_patch_freeform` | false | Beta | Include the freeform `apply_patch` tool |
|
||||||
| `view_image_tool` | true | Stable | Include the `view_image` tool |
|
| `view_image_tool` | true | Stable | Include the `view_image` tool |
|
||||||
| `web_search_request` | false | Stable | Allow the model to issue web searches |
|
| `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 |
|
| `enable_experimental_windows_sandbox` | false | Experimental | Use the Windows restricted-token sandbox |
|
||||||
| `tui2` | false | Experimental | Use the experimental TUI v2 (viewport) implementation |
|
| `tui2` | false | Experimental | Use the experimental TUI v2 (viewport) implementation |
|
||||||
| `skills` | false | Experimental | Enable discovery and injection of skills |
|
| `skills` | false | Experimental | Enable discovery and injection of skills |
|
||||||
|
|||||||
@@ -217,7 +217,7 @@ unified_exec = false
|
|||||||
apply_patch_freeform = false
|
apply_patch_freeform = false
|
||||||
view_image_tool = true
|
view_image_tool = true
|
||||||
web_search_request = false
|
web_search_request = false
|
||||||
ghost_commit = false
|
undo = true
|
||||||
enable_experimental_windows_sandbox = false
|
enable_experimental_windows_sandbox = false
|
||||||
skills = false
|
skills = false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user