Skip to content

Replace mic FAB with + and add in-chat voice button#21

Merged
snktshrma merged 1 commit into
mainfrom
cursor/assistant-voice-ui-7dfd
Jun 23, 2026
Merged

Replace mic FAB with + and add in-chat voice button#21
snktshrma merged 1 commit into
mainfrom
cursor/assistant-voice-ui-7dfd

Conversation

@Tanops

@Tanops Tanops commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Replaces the bottom-right microphone FAB with a + button that opens the assistant chat without starting voice.
  • Adds a voice chat button (🎙) to the left of Send in the chat input row; tapping it starts/stops voice via the existing toggleListen() flow.
  • If the chat is minimized, tapping + still restores it; if chat is already open, + focuses the text input.

Behavior

Action Before After
Tap bottom-right FAB Open chat + auto-start voice Open chat only
Tap mic beside Send N/A Start/stop voice
Chat minimized + tap FAB Restore Restore (unchanged)

Test plan

  • npm run ci passes (43 tests)
  • Tap + — chat opens, voice does not start
  • Tap 🎙 beside Send — voice starts (red live state on mic button)
  • Tap 🎙 again — voice stops
  • Minimize chat, tap + — chat restores
Open in Web Open in Cursor 

The bottom-right FAB now opens the assistant chat without starting
voice. Users start voice from a new mic button beside Send.

Co-authored-by: Tanops <Tanops@users.noreply.github.com>
@github-actions

github-actions Bot commented Jun 23, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-06-23 15:10 UTC

@snktshrma snktshrma marked this pull request as ready for review June 23, 2026 15:10
@snktshrma snktshrma merged commit 143debb into main Jun 23, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants