main.tsx adds VoiceProvider and CommandPaletteProvider to the provider stack, placed above BrowserRouter so both the route tree and the document-level Cmd+K listener see a stable context. PersonalAssistant gains a single-shot effect that, on mount, drains VoiceContext.queue via drainQueue() and feeds each transcript through the existing handleSend pipeline. This implements spec section 5.5 (voice captured on non-Assistant routes streams through on arrival). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| components.json | ||
| index.html | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| vite.config.ts | ||
| vitest.config.ts | ||
@paperclipai/ui
Published static assets for the Paperclip board UI.
What gets published
The npm package contains the production build under dist/. It does not ship the UI source tree or workspace-only dependencies.
Typical use
Install the package, then serve or copy the built files from node_modules/@paperclipai/ui/dist.