Roo-Code/src/activate
Roo Code f33d9ba2bd feat: Add Speech-to-Text dictation capability (WIP)
- Added STT configuration to global and provider settings
- Created SttService with singleton pattern for managing STT operations
- Implemented browser-based audio capture page with WebSocket streaming
- Added microphone button to ChatTextArea component
- Created capture server for hosting browser capture page
- Integrated with VS Code URI handler for transcript callbacks
- Added STT settings UI components in settings panel
- Created comprehensive test suite for STT functionality
- Fixed ESLint warnings in SttSettings component

Note: Implementation pending security review for API key handling.
Waiting for guidance on secure token exchange mechanism.

Related to #8852
2025-10-26 19:13:26 +00:00
..
__tests__ fix: Handle long Claude code messages (#5072) 2025-06-24 11:34:06 -04:00
CodeActionProvider.ts Added Enable Roo Code quick fixes setting to disable quick fixes. (#4878) 2025-06-23 18:41:57 -04:00
handleTask.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
handleUri.ts feat: Add Speech-to-Text dictation capability (WIP) 2025-10-26 19:13:26 +00:00
humanRelay.ts Follow the established pattern for command registration 2025-03-10 11:12:11 -07:00
index.ts Move presentAssistantMessage into its own module (#3345) 2025-05-08 11:59:03 -07:00
registerCodeActions.ts Add a new @roo-code/types package and use it everywhere (#3912) 2025-05-26 12:06:45 -07:00
registerCommands.ts feat: Add keyboard shortcut for toggling auto-approve (Cmd/Ctrl+Alt+A) (#8214) 2025-09-22 11:26:29 -04:00
registerTerminalActions.ts fix terminal keyboard shortcut error when adding content to context (#5161) 2025-06-26 20:34:14 -04:00