780 B
780 B
Voice, Vim, and output styles
Primary paths: src/voice/, src/vim/, src/outputStyles/, src/screens/REPL.tsx (voice hook)
Voice dictation integrates through useVoiceIntegration in REPL.tsx when the bundle includes VOICE_MODE. voice/ contains mode and streaming helpers.
vim/ implements modal editing for the prompt (motions, operators, text objects) consistent with Interactive mode keyboard behavior.
outputStyles/ adapts presentation for non-default “output styles” described in the Output styles doc.
See also: Voice dictation, Keybindings.