mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 14:04:41 -07:00
feat(telemetry): Add context breakdown to API response event (#19699)
This commit is contained in:
@@ -14,9 +14,9 @@ import {
|
||||
HookType,
|
||||
HOOKS_CONFIG_FIELDS,
|
||||
type CommandHookConfig,
|
||||
type HookDefinition,
|
||||
} from './types.js';
|
||||
import type { Config } from '../config/config.js';
|
||||
import type { HookDefinition } from './types.js';
|
||||
|
||||
// Mock fs
|
||||
vi.mock('fs', () => ({
|
||||
|
||||
Reference in New Issue
Block a user