-
Notifications
You must be signed in to change notification settings - Fork 0
feat: update codex config for web search and apps feature #708
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -5,11 +5,12 @@ notify = [ | |||||||||||
| "notify", | ||||||||||||
| ] | ||||||||||||
|
|
||||||||||||
| web_search = "cached" | ||||||||||||
|
|
||||||||||||
| [features] | ||||||||||||
| ghost_commit = false | ||||||||||||
| undo = false | ||||||||||||
| shell_tool = true | ||||||||||||
| web_search = true | ||||||||||||
| web_search_cached = true | ||||||||||||
| unified_exec = true | ||||||||||||
| apply_patch_freeform = true | ||||||||||||
| exec_policy = true | ||||||||||||
|
|
@@ -22,10 +23,12 @@ child_agents_md = true | |||||||||||
| powershell_utf8 = false | ||||||||||||
| enable_request_compression = false | ||||||||||||
| collab = true | ||||||||||||
| connectors = false | ||||||||||||
| apps = true | ||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The feature flag
Suggested change
|
||||||||||||
| apps = true | |
| app_connectors = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For better maintainability, consider adding a comment to explain this new top-level configuration key. Since
web_searchwas moved from the[features]section and its type changed, a brief explanation of its purpose would be helpful for anyone else editing this file in the future.