Roo-Code/packages/types
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
..
npm Identify cloud tasks in the extension bridge (#8539) 2025-10-08 20:54:08 -07:00
scripts Fix publish-npm script (#7093) 2025-08-14 03:17:56 -07:00
src feat: Add Speech-to-Text dictation capability (WIP) 2025-10-26 19:13:26 +00:00
.gitignore Task metadata (#7092) 2025-08-14 03:14:17 -07:00
eslint.config.mjs Task metadata (#7092) 2025-08-14 03:14:17 -07:00
package.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsconfig.json Task metadata (#7092) 2025-08-14 03:14:17 -07:00
tsup.config.ts Bump @roo-code/types to v1.42.0 (#6610) 2025-08-02 13:27:59 -07:00
vitest.config.ts Convert jest tests to vitest and disable default watch mode for vitest (#4568) 2025-06-11 14:48:01 -07:00