From 73905e4066e3bcc835539fe6aa7006950edec677 Mon Sep 17 00:00:00 2001 From: Petr Nyc Date: Fri, 6 Mar 2026 09:59:41 +0100 Subject: [PATCH] codex config update --- .codex/config.toml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/.codex/config.toml b/.codex/config.toml index f9d2e92..2b44186 100644 --- a/.codex/config.toml +++ b/.codex/config.toml @@ -23,6 +23,10 @@ sandbox_mode = "workspace-write" [features] multi_agent = true +[agents] +max_threads = 6 +max_depth = 2 + [tui] alternate_screen = "always" @@ -123,15 +127,16 @@ review_model = "oca/gpt-5.3-codex" personality = "pragmatic" model_reasoning_effort = "medium" - - - - - [mcp_servers.playwright] -name = "playwright" 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. +startup_timeout_sec = 30.0 +PLAYWRIGHT_BROWSERS_PATH = "0" + + +# [mcp_servers.oci-kb] +# command = "/Users/jetpac/.local/bin/ocikb-mcp-server" +# +## command = "uvx" +## args = ["--index", "https://artifactory.oci.oraclecorp.com/api/pypi/global-release-pypi/simple/", "--from", "oci-kb-mcp@latest", "ocikb-mcp-server"] +## startup_timeout_sec = 30.0 +## Adjust args if you need --browser=firefox, --headed, or custom launch flags.