diff options
| author | Miguel Solorio <[email protected]> | 2025-05-23 14:34:22 -0700 |
|---|---|---|
| committer | N. Taylor Mullen <[email protected]> | 2025-05-23 16:14:37 -0700 |
| commit | 6247cb8ddd3965329ce8f2c563fe02f3f478d7fd (patch) | |
| tree | 7589a58c5cfcec3439bfd137a4e5579f42fd6d63 /packages/cli/src | |
| parent | 1af19c57de7b2876344ceb7ecf0a88046dbc04a7 (diff) | |
Update packages/cli/src/ui/hooks/slashCommandProcessor.ts
Co-authored-by: N. Taylor Mullen <[email protected]>
Diffstat (limited to 'packages/cli/src')
| -rw-r--r-- | packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index e25d7139..4573303e 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -9,7 +9,7 @@ import { type PartListUnion } from '@google/genai'; import open from 'open'; import { UseHistoryManagerReturn } from './useHistoryManager.js'; import { Config } from '@gemini-code/server'; -import { Message, MessageType, HistoryItemWithoutId } from '../types.js'; // Removed HistoryItem +import { Message, MessageType, HistoryItemWithoutId } from '../types.js'; import { createShowMemoryAction } from './useShowMemoryCommand.js'; export interface SlashCommandActionReturn { |
