This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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"; |
OlderNewer