mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-17 05:20:23 -07:00
fix(cli): revert breaking stream crash on limits to restore bot compatibility
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user