mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-03-20 06:11:27 -07:00
86 lines
2.2 KiB
Plaintext
86 lines
2.2 KiB
Plaintext
model = "gpt-5.4"
|
||
model_reasoning_effort = "high"
|
||
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/sudacode/projects"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/.config/mpv"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/projects/japanese/SubMiner"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/.codex/skills"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/projects/japanese/GameSentenceMiner"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/.config/mpv/script-opts"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/projects/japanese/SubMiner/texthooker-ui"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/.config/opencode/commands"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/packages"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/S/anime"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/videos/obs"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/.config/ghostty"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/apps/codex-port"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/.config/GameSentenceMiner"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/truenas/jellyfin/anime/My-Teen-Romantic-Comedy-SNAFU/Season-1"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/projects/lua/mpv-youtube-queue"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/projects/japanese/subminer-docs"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/projects/japanese/manabitan"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/projects/japanese/subminer-yomitan"]
|
||
trust_level = "trusted"
|
||
|
||
[projects."/home/sudacode/github/t3code"]
|
||
trust_level = "trusted"
|
||
|
||
[mcp_servers.backlog]
|
||
command = "backlog"
|
||
args = ["mcp", "start"]
|
||
|
||
[mcp_servers.playwright]
|
||
args = ["@playwright/mcp@latest"]
|
||
command = "npx"
|