mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-07-23 16:49:46 -07:00
update
This commit is contained in:
@@ -7,6 +7,8 @@ tool_output_token_limit = 25000
|
||||
# With tool_output_token_limit=25000 ⇒ 273000 - (25000 + 15000) = 233000
|
||||
model_auto_compact_token_limit = 233000
|
||||
suppress_unstable_features_warning = true
|
||||
notify = ["/Users/sudacode/.codex/computer-use/Codex Computer Use.app/Contents/SharedSupport/SkyComputerUseClient.app/Contents/MacOS/SkyComputerUseClient", "turn-ended"]
|
||||
|
||||
[features]
|
||||
ghost_commit = false
|
||||
unified_exec = true
|
||||
@@ -15,6 +17,7 @@ web_request = true
|
||||
skills = true
|
||||
shell_snapshot = true
|
||||
multi_agent = true
|
||||
js_repl = false
|
||||
|
||||
[projects."/home/kyasuda/gitlab/python_package_registry"]
|
||||
trust_level = "trusted"
|
||||
@@ -88,13 +91,46 @@ trust_level = "trusted"
|
||||
[projects."/Users/sudacode/tmp"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/Users/sudacode/projects/japanese/anilist-jiten"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[mcp_servers.backlog]
|
||||
command = "backlog"
|
||||
args = ["mcp", "start"]
|
||||
|
||||
[mcp_servers.playwright]
|
||||
command = "npx"
|
||||
args = ["@playwright/mcp@latest"]
|
||||
command = "npx"
|
||||
args = [
|
||||
"@playwright/mcp@latest",
|
||||
"--executable-path",
|
||||
"/Applications/Helium.app/Contents/MacOS/Helium"
|
||||
]
|
||||
|
||||
[mcp_servers.node_repl]
|
||||
args = []
|
||||
command = "/Applications/ChatGPT.app/Contents/Resources/cua_node/bin/node_repl"
|
||||
startup_timeout_sec = 120
|
||||
|
||||
[mcp_servers.node_repl.env]
|
||||
NODE_REPL_NATIVE_PIPE_CONNECT_TIMEOUT_MS = "1000"
|
||||
NODE_REPL_NODE_MODULE_DIRS = "/Applications/ChatGPT.app/Contents/Resources/cua_node/lib/node_modules"
|
||||
NODE_REPL_NODE_PATH = "/Applications/ChatGPT.app/Contents/Resources/cua_node/bin/node"
|
||||
NODE_REPL_TRUSTED_CODE_PATHS = "/Users/sudacode/.codex"
|
||||
CODEX_HOME = "/Users/sudacode/.codex"
|
||||
NODE_REPL_TRUSTED_BROWSER_CLIENT_SHA256S = "6d25aa7656feac858f3a3bdaea5bcbab0dbfd426c9de8e6931ce90c399ee8e4f,c8b7e809d7cf9e20a57123b2530d476ccec9a01a6230a7b2b924fea7d94d7f4a"
|
||||
BROWSER_USE_AVAILABLE_BACKENDS = "chrome,iab"
|
||||
NODE_REPL_INSTRUCTIONS_USE_CASE_BROWSER = "Control the in-app browser in conjunction with the Browser Plugin."
|
||||
NODE_REPL_INSTRUCTIONS_USE_CASE_CHROME = "Control the Chrome browser in conjunction with the Chrome Plugin. Prefer this method of controlling Chrome over alternatives (such as Computer Use) unless the user explicitly mentions an alternative."
|
||||
NODE_REPL_INSTRUCTIONS_USE_CASE_COMPUTER_USE = "Control desktop apps on macOS through Computer Use."
|
||||
BROWSER_USE_CODEX_APP_BUILD_FLAVOR = "prod"
|
||||
BROWSER_USE_CODEX_APP_VERSION = "26.707.31428"
|
||||
CODEX_CLI_PATH = "/Applications/ChatGPT.app/Contents/Resources/codex"
|
||||
|
||||
[mcp_servers.computer-use]
|
||||
command = "./Codex Computer Use.app/Contents/SharedSupport/SkyComputerUseClient.app/Contents/MacOS/SkyComputerUseClient"
|
||||
args = ["mcp"]
|
||||
cwd = "."
|
||||
enabled = false
|
||||
|
||||
[plugins."github@openai-curated"]
|
||||
enabled = true
|
||||
@@ -111,10 +147,16 @@ enabled = true
|
||||
[plugins."presentations@openai-primary-runtime"]
|
||||
enabled = true
|
||||
|
||||
[plugins."browser@openai-bundled"]
|
||||
[plugins."chrome@openai-bundled"]
|
||||
enabled = true
|
||||
|
||||
[plugins."chrome@openai-bundled"]
|
||||
[plugins."sites@openai-bundled"]
|
||||
enabled = true
|
||||
|
||||
[plugins."visualize@openai-bundled"]
|
||||
enabled = true
|
||||
|
||||
[plugins."browser@openai-bundled"]
|
||||
enabled = true
|
||||
|
||||
[notice.model_migrations]
|
||||
@@ -122,9 +164,10 @@ enabled = true
|
||||
|
||||
[tui.model_availability_nux]
|
||||
"gpt-5.5" = 4
|
||||
"gpt-5.6-sol" = 1
|
||||
|
||||
[marketplaces.openai-bundled]
|
||||
last_updated = "2026-05-18T07:15:16Z"
|
||||
last_updated = "2026-07-10T05:36:55Z"
|
||||
source_type = "local"
|
||||
source = "/Users/sudacode/.codex/.tmp/bundled-marketplaces/openai-bundled"
|
||||
|
||||
@@ -132,3 +175,56 @@ source = "/Users/sudacode/.codex/.tmp/bundled-marketplaces/openai-bundled"
|
||||
last_updated = "2026-05-09T00:22:09Z"
|
||||
source_type = "local"
|
||||
source = "/Users/sudacode/.cache/codex-runtimes/codex-primary-runtime/plugins/openai-primary-runtime"
|
||||
|
||||
[desktop]
|
||||
appearanceLightCodeThemeId = "catppuccin"
|
||||
appearanceDarkCodeThemeId = "catppuccin"
|
||||
sansFontSize = 12
|
||||
followUpQueueMode = "steer"
|
||||
preventSleepWhileRunning = true
|
||||
keepRemoteControlAwakeWhilePluggedIn = true
|
||||
git-branch-prefix = ""
|
||||
git-pull-request-merge-method = "squash"
|
||||
git-commit-instructions = """
|
||||
Use list format
|
||||
Do not be too verbose
|
||||
Don't reference readme/documentation update unless specified or it is a big change"""
|
||||
git-show-sidebar-pr-icons = true
|
||||
dock-icon-preference = "codex-system"
|
||||
|
||||
[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"
|
||||
|
||||
[desktop.appearanceDarkChromeTheme.semanticColors]
|
||||
diffAdded = "#a6e3a1"
|
||||
diffRemoved = "#f38ba8"
|
||||
skill = "#cba6f7"
|
||||
|
||||
[desktop.open-in-target-preferences]
|
||||
global = "vscode"
|
||||
|
||||
[desktop.open-in-target-preferences.perPath]
|
||||
"/Users/sudacode/github/SubMiner" = "vscode"
|
||||
"/Users/sudacode/projects/japanese/SubMiner" = "vscode"
|
||||
"/Users/sudacode/.codex/worktrees/204a/SubMiner" = "ghostty"
|
||||
|
||||
Reference in New Issue
Block a user