codex config update

This commit is contained in:
Petr Nyc
2026-02-27 11:41:16 +01:00
parent 6832bb64d0
commit 4f23496458

View File

@@ -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.