mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-29 07:21:27 -07:00
feat: Add IDE client to /bug & /about if IDE mode is enabled (#6567)
This commit is contained in:
@@ -28,6 +28,7 @@ describe('aboutCommand', () => {
|
||||
config: {
|
||||
getModel: vi.fn(),
|
||||
getIdeClient: vi.fn(),
|
||||
getIdeMode: vi.fn().mockReturnValue(true),
|
||||
},
|
||||
settings: {
|
||||
merged: {
|
||||
|
||||
Reference in New Issue
Block a user