mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-13 11:30:39 -07:00
!feat(cli): adopt protocol-backed agent session streaming
This commit is contained in:
@@ -300,9 +300,7 @@ describe('runNonInteractive', () => {
|
||||
prompt_id: 'prompt-id-stream',
|
||||
});
|
||||
|
||||
expect(streamSpy).toHaveBeenCalledWith({
|
||||
streamId: expect.any(String),
|
||||
});
|
||||
expect(streamSpy).toHaveBeenCalledWith({ streamId: expect.any(String) });
|
||||
});
|
||||
|
||||
it('should register activity logger when GEMINI_CLI_ACTIVITY_LOG_TARGET is set', async () => {
|
||||
|
||||
Reference in New Issue
Block a user