Platform for building generative UI experiences
Install Cicadas
$> uv venv .venv
$> source .venv/bin/activate
$> uv pip install aprovan-cicadas
$> cicadas- Install dependencies from the repo root:
pnpm install- Build the VS Code extension package:
pnpm -F @aprovan/patchwork-vscode build- Open the repo in VS Code and run the extension:
- Open the Run and Debug panel.
- Choose "Run Extension" (or "Extension"), then start debugging.
- (Optional) Configure Copilot proxy for AI edits:
- Start the proxy:
npx @aprovan/copilot-proxy serve --port 3000 - In VS Code settings, set
patchwork.copilotProxyUrltohttp://localhost:3000