mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-02 15:13:15 -07:00
Add debug logging for input keys in InputPrompt
This commit is contained in:
committed by
Mahima Shanware
parent
78754b9349
commit
c044bcd205
@@ -686,6 +686,9 @@ export const InputPrompt: React.FC<InputPromptProps> = ({
|
||||
(key: Key) => {
|
||||
if (handleVoiceInput(key)) return true;
|
||||
|
||||
debugLogger.log(
|
||||
`[UI INPUT] handleInput received key: ${JSON.stringify(key)}`,
|
||||
);
|
||||
// Determine if this keypress is a history navigation command
|
||||
const isHistoryUp =
|
||||
!shellModeActive &&
|
||||
|
||||
Reference in New Issue
Block a user