hp-prod-tracker/src/components
Leivur Djurhuus 78240d6d3f refactor: Remove Ollama LLM fallback from chat provider
Ollama can't use tools so it was never useful as a chat fallback — it
just caused confusing "both providers unavailable" errors. The chat
now uses Claude exclusively with clear error messages on failure.

- Remove chatWithOllama(), checkOllamaHealth()
- Simplify chat() to call Claude directly
- Remove Ollama UI indicators and "Limited mode" warning
- Clean up provider types (remove "ollama" union member)

Note: Ollama is still used for embedding generation (nomic-embed-text)
via the embedding service — only the LLM chat fallback is removed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:32:11 -05:00
..
assignments feat: Implement Assign Artist functionality with user assignment management 2026-03-12 14:34:47 -05:00
chat refactor: Remove Ollama LLM fallback from chat provider 2026-03-12 15:32:11 -05:00
comments Add revision tracking and threaded comments for pipeline stages 2026-02-28 21:40:12 -06:00
deliverables feat: enhance UI components and add assignment feature to deliverables 2026-03-02 13:46:55 -06:00
excel feat: Add bulk import functionality for Master CG Tracker Excel files 2026-03-12 13:55:14 -05:00
layout feat: Implement automation event bus and rule engine 2026-03-12 11:20:21 -05:00
projects feat: add validators for PowerPoint and Word documents, and Excel recalculation script 2026-03-02 12:23:09 -06:00
revisions Add revision tracking and threaded comments for pipeline stages 2026-02-28 21:40:12 -06:00
search feat: enhance Smart Search Panel with formatted text rendering and improve semantic search response structure 2026-03-06 19:34:59 -06:00
stages feat: add validators for PowerPoint and Word documents, and Excel recalculation script 2026-03-02 12:23:09 -06:00
ui feat: enhance UI components and add assignment feature to deliverables 2026-03-02 13:46:55 -06:00
views feat(timeline): implement drag-to-pan and keyboard navigation for timeline views 2026-03-04 15:06:11 -06:00
workload feat(workload): add capacity management components and hooks 2026-03-03 15:17:45 -06:00
command-palette.tsx feat: Implement automation event bus and rule engine 2026-03-12 11:20:21 -05:00
lazy-command-palette.tsx Add performance optimizations and accessibility improvements 2026-02-28 22:01:40 -06:00
query-provider.tsx Add Project CRUD: API routes, service layer, form, and list page 2026-02-28 21:11:46 -06:00
theme-provider.tsx Initial scaffold: Next.js 16, TypeScript, Tailwind CSS 4, ESLint, Prettier 2026-02-28 20:58:48 -06:00