Files
jbashrc/codex/config.toml

28 lines
504 B
TOML
Raw Normal View History

2026-06-09 15:35:58 -04:00
model = "gpt-5.5"
2026-04-28 15:21:29 -04:00
model_reasoning_effort = "medium"
[sandbox_workspace_write]
writable_roots = ["/home/jyelon/integration.UE"]
network_access = true
2026-04-03 11:54:37 -04:00
[projects."/home/jyelon/integration"]
trust_level = "trusted"
2026-04-28 15:21:29 -04:00
[projects."/home/jyelon/pacman"]
trust_level = "trusted"
2026-06-09 15:35:58 -04:00
[projects."/home/jyelon/jbashrc"]
trust_level = "trusted"
2026-06-09 15:46:43 -04:00
[projects."/home/jyelon"]
trust_level = "trusted"
2026-04-06 19:50:59 -04:00
[notice.model_migrations]
"gpt-5.3-codex" = "gpt-5.4"
2026-06-09 15:35:58 -04:00
"gpt-5.4" = "gpt-5.5"
2026-04-20 18:45:18 -04:00
2026-04-28 15:21:29 -04:00
[tui.model_availability_nux]
2026-05-26 17:07:30 -04:00
"gpt-5.5" = 3
2026-04-28 15:21:29 -04:00
2026-05-26 16:58:29 -04:00