feat: Add voice format and input device initialization in Commands

This commit is contained in:
Paul Gauthier (aider) 2025-01-04 06:21:19 -08:00
parent 463fdb1ed9
commit 2e4c2422b1

View file

@ -71,6 +71,8 @@ class Commands:
voice_language = None
self.voice_language = voice_language
self.voice_format = voice_format
self.voice_input_device = voice_input_device
self.help = None
self.editor = editor