From 4cc4e4d2fc150f82ca3f0725abc78a922d09786c Mon Sep 17 00:00:00 2001 From: Mason Daugherty <61371264+mdrxy@users.noreply.github.com> Date: Thu, 20 Aug 2026 04:06:05 +0000 Subject: [PATCH] fix(code): remove review failure approval copy Co-authored-by: open-swe[bot] --- libs/code/deepagents_code/tui/widgets/auto_mode_notice.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libs/code/deepagents_code/tui/widgets/auto_mode_notice.py b/libs/code/deepagents_code/tui/widgets/auto_mode_notice.py index 2ece75b6cbb..464b522c7e1 100644 --- a/libs/code/deepagents_code/tui/widgets/auto_mode_notice.py +++ b/libs/code/deepagents_code/tui/widgets/auto_mode_notice.py @@ -39,8 +39,7 @@ "without asking first — for example ordinary source edits and read-only " "Git commands.\n\n" f"Anything uncertain is reviewed against your **literal request** by " - f"{AUTO_MODE_NOTICE_MODEL_ANCHOR}. If review keeps failing, you're asked " - "to approve.\n\n" + f"{AUTO_MODE_NOTICE_MODEL_ANCHOR}.\n\n" "This is **not a sandbox**. The agent still runs on this machine and can " "change files, run commands, and use tools when Auto allows them.\n\n" "This notice appears **once** on this machine after you continue.\n\n"