This extension connects your VS Code workspace to Wordbird so that WORDBIRD.md context files are picked up when dictating — even in remote SSH sessions.
Add a WORDBIRD.md to your project root (uvx wordbird init)
Dictate — Wordbird uses your project's context to correct transcription errors
The extension reads WORDBIRD.md from your workspace and writes it to ~/.wordbird/vscode-context.json. Wordbird picks this up when VS Code is the focused app, cross-checking the process ID to ensure the context matches the active window.
What it sends
The context file contains:
pid — the extension host process ID (used for verification)
workspace — the workspace folder path
wordbird_md — the contents of WORDBIRD.md (if it exists)
Everything stays local on your machine. Nothing is sent to any server.
Works with remote SSH
Because the extension reads files via vscode.workspace.fs, it works transparently with remote SSH workspaces. The WORDBIRD.md on the remote machine is read and relayed to the local Wordbird process.