nexus/ui/src
Nexus Dev 926b3a8763 feat(28-02): create ollamaApi client and Hermes Ollama model dropdown
- 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)
2026-04-04 03:55:48 +00:00
..
adapters feat(28-02): create ollamaApi client and Hermes Ollama model dropdown 2026-04-04 03:55:48 +00:00
api feat(28-02): create ollamaApi client and Hermes Ollama model dropdown 2026-04-04 03:55:48 +00:00
components fix(v1.3): close 3 integration gaps from milestone audit 2026-04-04 03:55:48 +00:00
context feat(24-03): wire search, branch selector, export, scroll-to-message into ChatPanel 2026-04-04 03:55:48 +00:00
fixtures Add a run transcript UX fixture lab 2026-03-11 10:47:22 -05:00
hooks feat(26-04): create push API client, usePushNotifications hook, and NotificationPermissionPrompt 2026-04-04 03:55:48 +00:00
lib feat(22-04): slash command routing utility and ChatSlashCommandPopover 2026-04-04 03:55:47 +00:00
pages feat(06-02): replace Select a company empty states + CLI Paperclip strings 2026-04-04 03:55:47 +00:00
plugins Enhance plugin loading and toolbar integration 2026-03-14 15:27:45 -07:00
types feat(26): merge worktree code from plans 26-00, 26-01, 26-03 2026-04-04 03:55:48 +00:00
App.tsx feat(26): merge worktree code from plans 26-00, 26-01, 26-03 2026-04-04 03:55:48 +00:00
index.css feat(22-00): DB migration, shared types, react-virtual, agent-role-colors, CSS animation 2026-04-04 03:55:47 +00:00
main.tsx feat(21-04): create ChatPanel shell and wire into Layout and main.tsx 2026-04-04 03:55:47 +00:00
vite-env.d.ts Add feedback voting and thumbs capture flow 2026-04-02 09:11:49 -05:00