This commit is contained in:
2026-05-27 13:02:40 -07:00
parent ef9e2f383a
commit 6a4c9e0b49
4 changed files with 113 additions and 37 deletions
+84 -14
View File
@@ -19,7 +19,7 @@ web_request = true
skills = true
shell_snapshot = true
multi_agent = true
js_repl = true
js_repl = false
[mcp_servers.deepwiki]
url = "https://mcp.deepwiki.com/mcp"
@@ -28,23 +28,26 @@ url = "https://mcp.deepwiki.com/mcp"
command = "npx"
args = ["mcp-remote", "http://127.0.0.1:3141"]
[mcp_servers.backlog]
command = "backlog"
args = ["mcp", "start"]
[mcp_servers.backlog.tools.task_search]
approval_mode = "approve"
[mcp_servers.backlog.tools.task_create]
approval_mode = "approve"
[mcp_servers.backlog.tools.task_edit]
approval_mode = "approve"
[mcp_servers.playwright]
command = "npx"
args = ["@playwright/mcp@latest"]
[mcp_servers.node_repl]
args = []
command = "/opt/codex-desktop/resources/node_repl"
startup_timeout_sec = 120
[mcp_servers.node_repl.env]
NODE_REPL_NATIVE_PIPE_CONNECT_TIMEOUT_MS = "1000"
NODE_REPL_NODE_MODULE_DIRS = ""
NODE_REPL_NODE_PATH = "/opt/codex-desktop/resources/node-runtime/bin/node"
NODE_REPL_TRUSTED_CODE_PATHS = "/home/sudacode/.codex"
CODEX_HOME = "/home/sudacode/.codex"
NODE_REPL_TRUSTED_BROWSER_CLIENT_SHA256S = "167fdf579477181fba1773c1efb067b00c5a64fe85dafb50a2001bde198dc739,70d5eb014dcfb1ab7db48b60db6df49336579ea7f2b76eb4b157be7897dca29d"
BROWSER_USE_AVAILABLE_BACKENDS = "chrome,iab"
BROWSER_USE_MARKETPLACE_NAME = "openai-bundled"
NODE_REPL_UNTRUSTED_ENV_ALLOWLIST = "BROWSER_USE_MARKETPLACE_NAME"
[projects."/home/sudacode/projects"]
trust_level = "trusted"
@@ -213,5 +216,72 @@ trust_level = "trusted"
[plugins."github@openai-curated"]
enabled = true
[plugins."documents@openai-primary-runtime"]
enabled = true
[plugins."spreadsheets@openai-primary-runtime"]
enabled = true
[plugins."presentations@openai-primary-runtime"]
enabled = true
[plugins."chrome@openai-bundled"]
enabled = true
[plugins."subminer-workflow@subminer-local"]
enabled = true
[plugins."browser@openai-bundled"]
enabled = true
[tui.model_availability_nux]
"gpt-5.5" = 4
[desktop]
sansFontSize = 18
codeFontSize = 16
git-branch-prefix = ""
appearanceLightCodeThemeId = "catppuccin"
appearanceDarkCodeThemeId = "catppuccin"
git-pull-request-merge-method = "squash"
git-show-sidebar-pr-icons = true
[desktop.appearanceLightChromeTheme]
accent = "#8839ef"
contrast = 45
ink = "#4c4f69"
opaqueWindows = false
surface = "#eff1f5"
[desktop.appearanceLightChromeTheme.fonts]
[desktop.appearanceLightChromeTheme.semanticColors]
diffAdded = "#40a02b"
diffRemoved = "#d20f39"
skill = "#8839ef"
[desktop.appearanceDarkChromeTheme]
accent = "#cba6f7"
contrast = 60
ink = "#cdd6f4"
opaqueWindows = false
surface = "#1e1e2e"
[desktop.appearanceDarkChromeTheme.fonts]
code = "JetBrainsMono Nerd Font"
ui = "Manrope"
[desktop.appearanceDarkChromeTheme.semanticColors]
diffAdded = "#a6e3a1"
diffRemoved = "#f38ba8"
skill = "#cba6f7"
[marketplaces.openai-bundled]
last_updated = "2026-05-24T02:02:38Z"
source_type = "local"
source = "/home/sudacode/.codex/.tmp/bundled-marketplaces/openai-bundled"
[marketplaces.openai-primary-runtime]
last_updated = "2026-05-23T22:00:53Z"
source_type = "local"
source = "/home/sudacode/.cache/codex-runtimes/codex-primary-runtime/plugins/openai-primary-runtime"