npm install
npm run compile # → out/extension.js
# Press F5 in VS Code to launch an Extension Development Host
npm run package # build a .vsix (requires @vscode/vsce)
Headless commands stream via child_process into the ByteAsk output channel;
the interactive TUI runs in an integrated terminal (it needs a TTY). A future
revision will speak the structured byteask app-server protocol for inline diffs
and approvals.