feat(cli): implement passive activity logger for session analysis (#15829)

This commit is contained in:
Sandy Tao
2026-01-11 21:22:49 +08:00
committed by GitHub
parent e90d492576
commit 4846a206df
5 changed files with 402 additions and 1 deletions
+2 -1
View File
@@ -42,9 +42,10 @@ vi.mock('./ui/hooks/atCommandProcessor.js');
const mockCoreEvents = vi.hoisted(() => ({
on: vi.fn(),
off: vi.fn(),
drainBacklogs: vi.fn(),
emit: vi.fn(),
emitConsoleLog: vi.fn(),
emitFeedback: vi.fn(),
drainBacklogs: vi.fn(),
}));
vi.mock('@google/gemini-cli-core', async (importOriginal) => {