- Add ui/src/api/ollama.ts with ollamaApi.status() and ollamaApi.models() - Replace free-text Model input with hybrid dropdown/fallback in HermesLocalConfigFields - Dropdown shows pulled Ollama models with * prefix for recommended entries - Install callout shown when Ollama is absent (with link to installUrl) - Edit mode: selecting an Ollama model atomically sets model + provider:custom + base_url - Manual entry fallback via "Other (manual entry)..." option or when Ollama absent - Uses useCompany() hook for companyId (consistent with AgentConfigForm pattern) |
||
|---|---|---|
| .. | ||
| 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.