diff options
| author | Seth Troisi <[email protected]> | 2025-06-24 15:55:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-24 22:55:26 +0000 |
| commit | d8000c924846b3f49f39dc4992d9831f2c77d082 (patch) | |
| tree | 8ffccba81b2f816988f62ae1dbc7a80eeaf89c5b /packages/cli/src/ui/hooks/slashCommandProcessor.ts | |
| parent | e3def2dd49b23ef36dcfbdb8d7000bdb64cd5007 (diff) | |
Add slashCommand dependency (#1401)
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
| -rw-r--r-- | packages/cli/src/ui/hooks/slashCommandProcessor.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index f76580b7..80e596ec 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -1002,6 +1002,7 @@ Add any other context about the problem here. setQuittingMessages, pendingCompressionItemRef, setPendingCompressionItem, + savedChatTags, ]); const handleSlashCommand = useCallback( |
