mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| audio | ||
| public | ||
| src | ||
| .gitignore | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| tsconfig.json | ||
| turbo.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
| vitest.setup.ts | ||