Skip to content

Instantly share code, notes, and snippets.

View nrupatunga's full-sized avatar

Nrupatunga nrupatunga

View GitHub Profile
/**
* Whisper Voice Input — minimal pi plugin
*
* Alt+V → starts recording (blinking dot in status bar)
* Enter → stops recording → transcribes → auto-submits (with any attachments)
*
* Editor is NEVER touched during recording — attachments and text are preserved.
*/
import type { ExtensionAPI } from "@mariozechner/pi-coding-agent";