Migrate console to coreEvents.emitFeedback or debugLogger (#15219)

This commit is contained in:
Adib234
2025-12-29 15:46:10 -05:00
committed by GitHub
parent 895ca9eb3f
commit 97bc542183
66 changed files with 564 additions and 425 deletions
+1 -9
View File
@@ -842,16 +842,8 @@ Logging in with Google... Restarting Gemini CLI to continue.
const handleClearScreen = useCallback(() => {
historyManager.clearItems();
clearConsoleMessagesState();
if (!isAlternateBuffer) {
console.clear();
}
refreshStatic();
}, [
historyManager,
clearConsoleMessagesState,
refreshStatic,
isAlternateBuffer,
]);
}, [historyManager, clearConsoleMessagesState, refreshStatic]);
const { handleInput: vimHandleInput } = useVim(buffer, handleFinalSubmit);