You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dictation inserts where your cursor is instead of always appending to the end, and replaces the text you had selected — so you can pause, correct a sentence in the middle, and carry on in place. Authored by @tarcisiomiranda in #72, co-authored here; it was ported onto the current voice transport rather than merged, because the branch predated the shared-PCM rewrite.
Clicking Send or Queue now turns the microphone off and sends exactly the text you can see. A transcript still in flight can no longer refill the composer you just cleared. Saying "grok send" still submits hands-free and keeps listening — that flow is unchanged on purpose.
The words still being dictated are marked with a light wash, so you can tell them from what you typed and see what the next partial is about to replace. A trailing send phrase keeps a heavier fill and a ring — one is provisional, the other is a command about to fire. VS Code and AFK Pilot now paint this the same way.
Fixed
Dictation could wipe a draft you had already typed. The composer position was only remembered when the extension believed voice was configured, but recording is the host's call — so when the two disagreed, the first words transcribed replaced everything in the box.