Suppress Codex unstable feature warning

This commit is contained in:
2026-05-02 05:44:10 -07:00
parent 660b1fa8f3
commit 95739ca7b4

View File

@@ -1,6 +1,7 @@
model = "gpt-5.5" model = "gpt-5.5"
model_reasoning_effort = "high" model_reasoning_effort = "high"
personality = "pragmatic" personality = "pragmatic"
suppress_unstable_features_warning = true
# Portable Codex defaults. Machine-local additions are appended from # Portable Codex defaults. Machine-local additions are appended from
# dotfiles/codex/config.local.toml by Home Manager. # dotfiles/codex/config.local.toml by Home Manager.