CommandPalette now consumes CommandPaletteContext (open/setOpen) and the internal Cmd+K useEffect is gone — the provider owns the global listener. The search index gains live groups for conversations (via chatApi.listConversations) and studio workshops (mapped from the phase 10 WorkshopSlugs), plus stubbed entries for 8 settings section anchors that will resolve once phase 13 splits InstanceGeneralSettings into cards. Recipes are stubbed as a disabled placeholder pending v1.8's recipe API. useKeyboardShortcuts: adds `onSearch` to the destructure (the phase 6/11 review noted it was referenced at line 25 but never destructured at lines 12-17) and adds it to the useEffect dependency list. 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.