From 7bb08ba94594d89e67c813aaee1d6e55f1d34cd0 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 24 Feb 2026 18:49:03 -0500 Subject: [PATCH] Auto-reply: add exact stop trigger for do not do that --- src/auto-reply/reply/abort.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/auto-reply/reply/abort.ts b/src/auto-reply/reply/abort.ts index 1f3572464..3c05fa097 100644 --- a/src/auto-reply/reply/abort.ts +++ b/src/auto-reply/reply/abort.ts @@ -63,6 +63,7 @@ const ABORT_TRIGGERS = new Set([ "stop dont do anything", "stop do not do anything", "stop doing anything", + "do not do that", "please stop", "stop please", ]);