From aeb2a1510c2558009bc0d07fdd56bdbfc5636f2b Mon Sep 17 00:00:00 2001 From: tukuaiai Date: Fri, 13 Feb 2026 01:59:15 +0800 Subject: [PATCH] chore: config - remove notify comment block --- config/.codex/config.toml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/config/.codex/config.toml b/config/.codex/config.toml index 135d09c..4d17713 100644 --- a/config/.codex/config.toml +++ b/config/.codex/config.toml @@ -15,13 +15,6 @@ model_reasoning_effort = "xhigh" sandbox_mode = "danger-full-access" approval_policy = "never" web_search = "live" -# notify = [ -# "powershell.exe", -# "-NoLogo", -# "-NoProfile", -# "-File", -# 'C:\\Users\\lenovo\\.codex\\hooks\\codex-notify.ps1' -# ] # 方案 2:自定义系统指令(可选,与 AGENTS.md 二选一) # experimental_instructions_file = "/home/lenovo/.codex/custom-instructions.md"