diff options
| author | Scott Densmore <[email protected]> | 2025-06-24 21:07:20 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-25 04:07:20 +0000 |
| commit | 39bfa108b506afd3495a08e64d77f6aa1fb7d126 (patch) | |
| tree | de0a40e97d274170e5529e1575b8c308dce5c9e0 /packages/cli/src/ui/hooks/slashCommandProcessor.ts | |
| parent | 268d29f05c29a612fc31918e7d0380f4b522b422 (diff) | |
refactor: remove deplicate dependency in slashCommandProcessor (#1410)
Co-authored-by: matt korwel <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/slashCommandProcessor.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 80e596ec..f76580b7 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -1002,7 +1002,6 @@ Add any other context about the problem here. setQuittingMessages, pendingCompressionItemRef, setPendingCompressionItem, - savedChatTags, ]); const handleSlashCommand = useCallback( |
