dow-prod-tracker/src
DJP ddbd0a3fd3 Fix Ollama JSON parse error by sending Content-Length header
Ollama was receiving chunked transfer encoding from Node.js fetch and
failing to parse the JSON body ("can't find closing '}' symbol").
Sending a Buffer with explicit Content-Length forces a single complete
body write.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-08 15:21:21 -04:00
..
app Make Ollama primary AI provider, Claude as paid fallback 2026-04-08 14:06:35 -04:00
components Add Ollama as fallback AI provider, remove local Ollama container 2026-04-08 12:30:13 -04:00
hooks Make Ollama primary AI provider, Claude as paid fallback 2026-04-08 14:06:35 -04:00
lib Fix Ollama JSON parse error by sending Content-Length header 2026-04-08 15:21:21 -04:00
stores feat: add pipeline stage resolver and organization access control 2026-03-14 22:43:43 -05:00
types Add Auth.js v5 with Google + Microsoft Entra ID SSO 2026-02-28 21:07:38 -06:00
instrumentation.ts automation rules added to settings 2026-03-17 23:07:44 -05:00
middleware.ts Security hardening: fix critical auth, RBAC, and injection vulnerabilities 2026-04-07 20:48:05 -04:00