devez-vibe 1.2.31 → 1.2.32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/dvz.exe
CHANGED
|
Binary file
|
|
@@ -1546,7 +1546,9 @@ function isInternalHistoryText(message, text) {
|
|
|
1546
1546
|
if (isCompactSummary(message, text)) return true;
|
|
1547
1547
|
const trimmed = text.trim();
|
|
1548
1548
|
const tag = trimmed.match(/^<([a-z0-9-]+)>/i)?.[1]?.toLowerCase();
|
|
1549
|
-
|
|
1549
|
+
// The interruption marker carries a reason ("… for tool use"), so it has to be
|
|
1550
|
+
// matched by prefix rather than by the bare sentence.
|
|
1551
|
+
return trimmed.startsWith("[Request interrupted by user")
|
|
1550
1552
|
|| [
|
|
1551
1553
|
"bash-input",
|
|
1552
1554
|
"bash-stdout",
|