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