fix(cli): revert breaking stream crash on limits to restore bot compatibility

This commit is contained in:
Adam Weidman
2026-03-17 15:06:10 -04:00
parent 1f727251eb
commit 5ba92577c5
5 changed files with 33 additions and 19 deletions
+2 -2
View File
@@ -191,8 +191,8 @@ export function translateEvent(
out.push(
makeEvent('error', state, {
status: 'INTERNAL',
message: 'Loop detected',
fatal: true,
message: 'Loop detected, stopping execution',
fatal: false,
}),
);
out.push(