Add speech-first diff review mode with navigation and tests

This commit is contained in:
Storm Dragon
2026-02-15 15:55:46 -05:00
parent 1e67876883
commit 4050c32a16
31 changed files with 1628 additions and 3 deletions

View File

@@ -226,6 +226,15 @@ has_attributes=True
# Shell to use for PTY emulation mode (empty = use system default shell)
# Examples: /bin/bash, /bin/zsh, /usr/bin/fish
shell=
# Diff review presentation mode:
# speech = spoken feedback only
# sound = sound cues only (falls back to speech when cue is unavailable)
# both = speech and sound cues
diff_presentation=both
# Diff review verbosity:
# compact = concise role/location feedback
# verbose = include diff line content during navigation
diff_verbosity=compact
[focus]
# Follow and announce text cursor position changes