mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-12 02:50:41 -07:00
!feat(cli): adopt protocol-backed agent session streaming
This commit is contained in:
@@ -466,7 +466,7 @@ export async function runNonInteractive({
|
||||
}
|
||||
break;
|
||||
}
|
||||
case 'stream_end': {
|
||||
case 'agent_end': {
|
||||
if (event.reason === 'aborted') {
|
||||
handleCancellationError(config);
|
||||
} else if (event.reason === 'max_turns') {
|
||||
|
||||
Reference in New Issue
Block a user