Files
jbashrc/codex/config.toml

17 lines
357 B
TOML
Raw Normal View History

2026-04-06 19:50:59 -04:00
model = "gpt-5.4"
2026-04-03 11:54:37 -04:00
[features]
use_legacy_landlock = true
[projects."/home/jyelon/integration"]
trust_level = "trusted"
[mcp_servers.ue-wingman]
command = "python3"
args = ["/home/jyelon/integration/Plugins/UEWingman/ue-wingman-mcp.py"]
2026-04-06 19:50:59 -04:00
[notice.model_migrations]
"gpt-5.3-codex" = "gpt-5.4"
2026-04-20 18:45:18 -04:00
[mcp_servers.ue-wingman.tools.unreal]
approval_mode = "approve"