mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-18 01:51:20 -07:00
telemetry: track interactive session state (#12856)
Co-authored-by: owenofbrien <86964623+owenofbrien@users.noreply.github.com>
This commit is contained in:
@@ -35,6 +35,7 @@ describe('LoopDetectionService', () => {
|
||||
beforeEach(() => {
|
||||
mockConfig = {
|
||||
getTelemetryEnabled: () => true,
|
||||
isInteractive: () => false,
|
||||
} as unknown as Config;
|
||||
service = new LoopDetectionService(mockConfig);
|
||||
vi.clearAllMocks();
|
||||
@@ -741,6 +742,7 @@ describe('LoopDetectionService LLM Checks', () => {
|
||||
generateContentConfig: {},
|
||||
}),
|
||||
},
|
||||
isInteractive: () => false,
|
||||
} as unknown as Config;
|
||||
|
||||
service = new LoopDetectionService(mockConfig);
|
||||
|
||||
Reference in New Issue
Block a user