From 4f234964584b4fa5b99f2db7f39473ca4c38071a Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Fri, 27 Feb 2026 11:41:16 +0100 Subject: [PATCH] codex config update --- .codex/config.toml | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/.codex/config.toml b/.codex/config.toml index 11df827..f9d2e92 100644 --- a/.codex/config.toml +++ b/.codex/config.toml @@ -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.