mirror of
https://github.com/ksyasuda/dotfiles.git
synced 2026-02-28 00:22:41 -08:00
25 lines
698 B
Plaintext
25 lines
698 B
Plaintext
model = "gpt-5.3-codex"
|
||
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
|
||
[features]
|
||
ghost_commit = false
|
||
unified_exec = true
|
||
apply_patch_freeform = true
|
||
web_request = true
|
||
skills = true
|
||
shell_snapshot = 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"
|