codex config update
This commit is contained in:
@@ -18,6 +18,14 @@ web_search_request = true
|
|||||||
trust_level = "trusted"
|
trust_level = "trusted"
|
||||||
|
|
||||||
sandbox_mode = "workspace-write"
|
sandbox_mode = "workspace-write"
|
||||||
|
|
||||||
|
|
||||||
|
[features]
|
||||||
|
multi_agent = true
|
||||||
|
|
||||||
|
[tui]
|
||||||
|
alternate_screen = "always"
|
||||||
|
|
||||||
[sandbox_workspace_write]
|
[sandbox_workspace_write]
|
||||||
network_access = true
|
network_access = true
|
||||||
writable_roots = [ "/Users/jetpac/.codex/skills" ]
|
writable_roots = [ "/Users/jetpac/.codex/skills" ]
|
||||||
@@ -122,8 +130,8 @@ model_reasoning_effort = "medium"
|
|||||||
|
|
||||||
[mcp_servers.playwright]
|
[mcp_servers.playwright]
|
||||||
name = "playwright"
|
name = "playwright"
|
||||||
command = "npx"
|
command = "/Users/jetpac/.codex/bin/playwright-mcp"
|
||||||
args = ["@playwright/mcp@latest"]
|
args = []
|
||||||
# startup_timeout_sec = 20
|
startup_timeout_sec = 30
|
||||||
# env = { PLAYWRIGHT_BROWSERS_PATH = "0" }
|
env = { PLAYWRIGHT_BROWSERS_PATH = "0" }
|
||||||
# Adjust args if you need --browser=firefox, --headed, or custom launch flags.
|
# Adjust args if you need --browser=firefox, --headed, or custom launch flags.
|
||||||
|
|||||||
Reference in New Issue
Block a user