config.toml
This commit is contained in:
@@ -33,6 +33,7 @@ model_reasoning_effort = "medium"
|
||||
|
||||
[features]
|
||||
multi_agent = true
|
||||
goals = true
|
||||
# remote_control = true
|
||||
|
||||
[agents]
|
||||
@@ -41,6 +42,7 @@ max_depth = 2
|
||||
|
||||
[tui]
|
||||
alternate_screen = "always"
|
||||
status_line = ["model-with-reasoning", "current-dir", "git-branch", "run-state", "codex-version", "context-remaining"]
|
||||
|
||||
[tui.model_availability_nux]
|
||||
"gpt-5.5" = 4
|
||||
@@ -194,6 +196,12 @@ approval_mode = "approve"
|
||||
[mcp_servers.playwright.tools.browser_resize]
|
||||
approval_mode = "approve"
|
||||
|
||||
[mcp_servers.playwright.tools.browser_fill_form]
|
||||
approval_mode = "approve"
|
||||
|
||||
[mcp_servers.playwright.tools.browser_click]
|
||||
approval_mode = "approve"
|
||||
|
||||
[mcp_servers.oci-kb]
|
||||
command = "/Users/jetpac/.local/bin/ocikb-mcp-server"
|
||||
startup_timeout_sec = 30.0
|
||||
@@ -851,6 +859,18 @@ trust_level = "trusted"
|
||||
[projects."/private/tmp/mcp-test"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/private/tmp/codex-test"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/Users/jetpac/Documents/akidr/tmp-test"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/Users/jetpac/Documents/akidr/akidr-sso-fix"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/private/tmp/crowdstrike"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[marketplaces.openai-bundled]
|
||||
last_updated = "2026-05-04T09:26:40Z"
|
||||
source_type = "local"
|
||||
@@ -935,3 +955,6 @@ approval_mode = "approve"
|
||||
|
||||
[mcp_servers.mcp_gateway.tools.buildservice__buildservice_auth_status]
|
||||
approval_mode = "approve"
|
||||
|
||||
[mcp_servers.mcp_gateway.tools.devops__get_security_findings_for_team]
|
||||
approval_mode = "approve"
|
||||
|
||||
Reference in New Issue
Block a user