diff --git a/packages/cli/src/ui/components/InputPrompt.tsx b/packages/cli/src/ui/components/InputPrompt.tsx index 511c4b6ceb..031f6288c0 100644 --- a/packages/cli/src/ui/components/InputPrompt.tsx +++ b/packages/cli/src/ui/components/InputPrompt.tsx @@ -686,6 +686,9 @@ export const InputPrompt: React.FC = ({ (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 &&