diff --git a/codex/config.toml b/codex/config.toml index 1862c24..a1b1c5c 100644 --- a/codex/config.toml +++ b/codex/config.toml @@ -2,7 +2,7 @@ model_reasoning_effort = "high" # minimal|low|medium|high|none model_verbosity = "medium" # low|medium|high model = "gpt-5-codex" -tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true } +tui = { theme = { name = "dark-zen-garden" }, spinner = { name = "brailleDotsClassic" }, alternate_screen = true, notifications = true } [mcp_servers.tracker]