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