Skip to content

v2.3.1

Choose a tag to compare

@phuryn phuryn released this 02 Aug 00:34
· 87 commits to main since this release

Changed

  • 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.