Add debug logging for input keys in InputPrompt

This commit is contained in:
Your Name
2026-04-17 19:21:40 +00:00
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 &&