DEV Community

Nate Archer
Nate Archer

Posted on

VoxPilot v0.4.5: Output Action Setting

VoxPilot v0.4.5 — Output Action Setting

4,000+ downloads on Open VSX. VoxPilot just got simpler to configure.

Version 0.4.5 adds a unified output action setting — one dropdown to control what happens with your voice transcripts.

What's new

New setting voxpilot.outputAction with four options:

  • ask — Show a notification with all options (default)
  • chat — Always send to the chat panel
  • cursor — Always insert at cursor position
  • clipboard — Always copy to clipboard

No more juggling autoSendToChat and inlineMode separately. One setting, full control.

The inline mode keybinding (Ctrl+Alt+I) still works as a per-session override.

Install

Search VoxPilot in the extensions panel, or install from Open VSX:

ext install natearcher-ai.voxpilot
Enter fullscreen mode Exit fullscreen mode

Works in VS Code and Kiro. No API keys, no cloud — all transcription happens on-device via Moonshine ASR.

Links

Give it a try and let me know what you think! ⭐ the repo if you find it useful.

Top comments (0)