mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-06-12 09:13:31 -07:00
135 lines
3.2 KiB
Plaintext
135 lines
3.2 KiB
Plaintext
model = "gpt-5.5"
|
||
model_reasoning_effort = "medium"
|
||
personality = "pragmatic"
|
||
tool_output_token_limit = 25000
|
||
# Leave room for native compaction near the 272–273k context window.
|
||
# Formula: 273000 - (tool_output_token_limit + 15000)
|
||
# With tool_output_token_limit=25000 ⇒ 273000 - (25000 + 15000) = 233000
|
||
model_auto_compact_token_limit = 233000
|
||
suppress_unstable_features_warning = true
|
||
[features]
|
||
ghost_commit = false
|
||
unified_exec = true
|
||
apply_patch_freeform = true
|
||
web_request = true
|
||
skills = true
|
||
shell_snapshot = true
|
||
multi_agent = true
|
||
|
||
[projects."/home/kyasuda/gitlab/python_package_registry"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/kyasuda/gitlab/treasury-me"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/kyasuda/projects/tmp"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/kyasuda/github/SubMiner"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/kyasuda/.zsh"]
|
||
trust_level = "untrusted"
|
||
|
||
[projects."/home/kyasuda/.config/mpv"]
|
||
trust_level = "untrusted"
|
||
|
||
[projects."/home/kyasuda/packages/whisperx"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/kyasuda/tmp"]
|
||
trust_level = "untrusted"
|
||
|
||
[projects."/home/kyasuda/github/Manatan"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/kyasuda/gitlab/accts-loader"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/github/SubMiner"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/projects/japanese/SubMiner"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/.codex"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/projects/japanese/asbplayer"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/projects/japanese/subminer-docs"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/.config/mpv"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/projects/sudacode-blog"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/projects/japanese/subminer-yomitan"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Volumes/jellyfin/anime/Little-Witch-Academia/Season-1"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/.agents/skills"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/projects/japanese/texthooker-ui"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/Users/sudacode/tmp"]
|
||
trust_level = "trusted"
|
||
|
||
[mcp_servers.backlog]
|
||
command = "backlog"
|
||
args = ["mcp", "start"]
|
||
|
||
[mcp_servers.playwright]
|
||
command = "npx"
|
||
args = ["@playwright/mcp@latest"]
|
||
|
||
[plugins."github@openai-curated"]
|
||
enabled = true
|
||
|
||
[plugins."hugging-face@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."browser@openai-bundled"]
|
||
enabled = true
|
||
|
||
[plugins."chrome@openai-bundled"]
|
||
enabled = true
|
||
|
||
[notice.model_migrations]
|
||
"gpt-5.2-codex" = "gpt-5.4"
|
||
|
||
[tui.model_availability_nux]
|
||
"gpt-5.5" = 4
|
||
|
||
[marketplaces.openai-bundled]
|
||
last_updated = "2026-05-18T07:15:16Z"
|
||
source_type = "local"
|
||
source = "/Users/sudacode/.codex/.tmp/bundled-marketplaces/openai-bundled"
|
||
|
||
[marketplaces.openai-primary-runtime]
|
||
last_updated = "2026-05-09T00:22:09Z"
|
||
source_type = "local"
|
||
source = "/Users/sudacode/.cache/codex-runtimes/codex-primary-runtime/plugins/openai-primary-runtime"
|