diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 7ce3ae86..efe6d855 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -71,6 +71,7 @@ export const useSlashCommandProcessor = ( action: (_value: PartListUnion | string) => { onDebugMessage('Clearing terminal.'); clearItems(); + console.clear(); refreshStatic(); }, },