Skip to content

Commit 3dd20f9

Browse files
committed
test(twitch): tighten sanitize regression comment to behavior invariant
1 parent 4a06501 commit 3dd20f9

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

extensions/twitch/src/outbound-tool-trace-sanitize.test.ts

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
// Twitch outbound must strip assistant internal tool-trace scaffolding, matching
2-
// the sibling channel fixes tracked under #90684 (Matrix #97372 / Slack #97367 /
3-
// IRC #97214 / Google Chat #95084). The hook runs in core delivery before chunk
4-
// planning, so the 500-char Twitch chunker only ever sees sanitized text.
1+
// Twitch outbound must strip assistant internal tool-trace scaffolding before
2+
// delivery (#90684). The hook runs in core delivery before chunk planning, so
3+
// the 500-char Twitch chunker only ever sees sanitized text.
54
import { describe, expect, it } from "vitest";
65
import { twitchPlugin } from "./plugin.js";
76

0 commit comments

Comments
 (0)