mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 13:00:39 -07:00
feat: Implement background shell commands (#14849)
This commit is contained in:
@@ -68,6 +68,9 @@ const MockedGeminiClientClass = vi.hoisted(() =>
|
||||
recordToolCalls: vi.fn(),
|
||||
getConversationFile: vi.fn(),
|
||||
});
|
||||
this.getCurrentSequenceModel = vi
|
||||
.fn()
|
||||
.mockReturnValue('gemini-2.0-flash-exp');
|
||||
}),
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user