diff --git a/packages/cli/src/ui/contexts/UIStateContext.tsx b/packages/cli/src/ui/contexts/UIStateContext.tsx index a7e8f0bb92..a27eceed72 100644 --- a/packages/cli/src/ui/contexts/UIStateContext.tsx +++ b/packages/cli/src/ui/contexts/UIStateContext.tsx @@ -29,7 +29,8 @@ import type { AgentDefinition, FolderDiscoveryResults, PolicyUpdateConfirmationRequest, - type ScheduledTask } from '@google/gemini-cli-core'; + ScheduledTask, +} from '@google/gemini-cli-core'; import { type TransientMessageType } from '../../utils/events.js'; import type { DOMElement } from 'ink'; import type { SessionStatsState } from '../contexts/SessionContext.js';