mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
Have /clear also clear the console.
This commit is contained in:
@@ -71,6 +71,7 @@ export const useSlashCommandProcessor = (
|
|||||||
action: (_value: PartListUnion | string) => {
|
action: (_value: PartListUnion | string) => {
|
||||||
onDebugMessage('Clearing terminal.');
|
onDebugMessage('Clearing terminal.');
|
||||||
clearItems();
|
clearItems();
|
||||||
|
console.clear();
|
||||||
refreshStatic();
|
refreshStatic();
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user