From 79aacc74c440d55095a511971565eacb81b4c1c4 Mon Sep 17 00:00:00 2001 From: David Chen Date: Thu, 18 Sep 2025 11:14:45 -0700 Subject: [PATCH] update codex config --- codex/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]