Auto-reply: add exact abort trigger for do not do that

This commit is contained in:
Vincent Koc
2026-02-24 18:44:15 -05:00
parent bea6b3bd00
commit 0f564033d2

View File

@@ -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",
]);