codex config update
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user