mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-11 06:31:01 -07:00
Have /clear also clear the console.
This commit is contained in:
@@ -71,6 +71,7 @@ export const useSlashCommandProcessor = (
|
||||
action: (_value: PartListUnion | string) => {
|
||||
onDebugMessage('Clearing terminal.');
|
||||
clearItems();
|
||||
console.clear();
|
||||
refreshStatic();
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user