Skip to content

Commit 0ba8f80

Browse files
Userthewilloftheshadow
authored andcommitted
fix(discord): include tool-summary prefix in bound-thread filter
1 parent dfc8ba5 commit 0ba8f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discord/monitor/message-handler.preflight.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export type {
6666
DiscordMessagePreflightParams,
6767
} from "./message-handler.preflight.types.js";
6868

69-
const DISCORD_BOUND_THREAD_SYSTEM_PREFIXES = ["⚙️", "🤖"];
69+
const DISCORD_BOUND_THREAD_SYSTEM_PREFIXES = ["⚙️", "🤖", "🧰"];
7070

7171
function isBoundThreadBotSystemMessage(params: {
7272
isBoundThreadSession: boolean;

0 commit comments

Comments
 (0)