add voice input to agent chat - #564
Conversation
- Voice dialog with live Web Speech API transcription and fluid orb visual - MicrophoneIcon added to nucleo icon set - Allow same-origin microphone in Permissions-Policy Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
@swamimalode07 is attempting to deploy a commit to the Databuddy OSS Team on Vercel. A member of the Team first needs to authorize it. |
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Greptile SummaryThis PR adds browser-based voice input to agent chat. The main changes are:
Confidence Score: 4/5The speech-recognition restart path can leave an old session active after a rapid dialog reopen.
apps/dashboard/components/agent/hooks/use-speech-transcription.ts Important Files Changed
Reviews (1): Last reviewed commit: "added brand colors for the orb" | Re-trigger Greptile |
…taging Release: durable investigations, analytics correctness, and platform hardening
…taging Release: actionable intelligence, DQL, and platform cleanup
f342eb5
into
databuddy-analytics:staging
Description
Permissions-Policyheader to allow same-origin microphone and added aMicrophoneIconto the shared icon setChecklist
Summary by cubic
Adds voice input to agent chat via a mic button and dialog that transcribes speech on-device using the Web Speech API. No new deps and no audio sent to servers.
New Features
MicrophoneIconto@databuddy/ui.Bug Fixes
Written for commit 03ff434. Summary will update on new commits.