updates
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
model = "gpt-5.5"
|
||||
model = "gpt-5.6-sol"
|
||||
model_reasoning_effort = "medium"
|
||||
|
||||
approval_request = "untrusted"
|
||||
approval_request = "on-request"
|
||||
sandbox_mode = "read-only"
|
||||
model_reasoning_effort = "high"
|
||||
model_verbosity = "low"
|
||||
web_search = "cached"
|
||||
allow_login_shell = false
|
||||
@@ -41,10 +41,26 @@ trust_level = "trusted"
|
||||
[projects."/home/pablu/projects/logprep-data-server"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/pablu/.codex"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/pablu"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/pablu/projects/domain-router"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/pablu/projects/pybug"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[projects."/home/pablu/projects/suchoi-v2"]
|
||||
trust_level = "trusted"
|
||||
|
||||
[tui]
|
||||
theme = "catppuccin-mocha"
|
||||
status_line = ["model-with-reasoning", "current-dir", "git-branch", "run-state", "permissions", "five-hour-limit"]
|
||||
status_line = ["model-with-reasoning", "current-dir", "git-branch", "run-state", "permissions", "context-used"]
|
||||
status_line_use_colors = true
|
||||
|
||||
[tui.model_availability_nux]
|
||||
"gpt-5.5" = 4
|
||||
"gpt-5.6-sol" = 4
|
||||
|
||||
Reference in New Issue
Block a user