codex config update
This commit is contained in:
@@ -23,6 +23,10 @@ sandbox_mode = "workspace-write"
|
|||||||
[features]
|
[features]
|
||||||
multi_agent = true
|
multi_agent = true
|
||||||
|
|
||||||
|
[agents]
|
||||||
|
max_threads = 6
|
||||||
|
max_depth = 2
|
||||||
|
|
||||||
[tui]
|
[tui]
|
||||||
alternate_screen = "always"
|
alternate_screen = "always"
|
||||||
|
|
||||||
@@ -123,15 +127,16 @@ review_model = "oca/gpt-5.3-codex"
|
|||||||
personality = "pragmatic"
|
personality = "pragmatic"
|
||||||
model_reasoning_effort = "medium"
|
model_reasoning_effort = "medium"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[mcp_servers.playwright]
|
[mcp_servers.playwright]
|
||||||
name = "playwright"
|
|
||||||
command = "/Users/jetpac/.codex/bin/playwright-mcp"
|
command = "/Users/jetpac/.codex/bin/playwright-mcp"
|
||||||
args = []
|
startup_timeout_sec = 30.0
|
||||||
startup_timeout_sec = 30
|
PLAYWRIGHT_BROWSERS_PATH = "0"
|
||||||
env = { PLAYWRIGHT_BROWSERS_PATH = "0" }
|
|
||||||
# Adjust args if you need --browser=firefox, --headed, or custom launch flags.
|
|
||||||
|
# [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