mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-20 18:14:29 -07:00
feat(core): infrastructure for event-driven subagent history (#23914)
This commit is contained in:
@@ -22,7 +22,7 @@ export class MockMessageBus {
|
||||
/**
|
||||
* Mock publish method that captures messages and simulates responses
|
||||
*/
|
||||
publish = vi.fn((message: Message) => {
|
||||
publish = vi.fn(async (message: Message) => {
|
||||
this.publishedMessages.push(message);
|
||||
|
||||
// Handle tool confirmation requests
|
||||
|
||||
Reference in New Issue
Block a user