Skip to content

Commit 1eb3f67

Browse files
authored
feat: enable codex experimental features (#706)
1 parent 4d42914 commit 1eb3f67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

config/codex/config.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ notify = [
88
[features]
99
undo = false
1010
shell_tool = true
11-
web_search_request = false
11+
web_search_request = true
1212
web_search_cached = true
13-
unified_exec = false
14-
apply_patch_freeform = false
13+
unified_exec = true
14+
apply_patch_freeform = true
1515
exec_policy = true
1616
experimental_windows_sandbox = false
1717
elevated_windows_sandbox = false

0 commit comments

Comments
 (0)