hp-prod-tracker/src
Leivur Djurhuus 19cd24c07a fix: Send plain text history to prevent orphaned tool_use block errors
Claude's API requires every tool_use block to be followed by a matching
tool_result. Since tool interactions are fully resolved server-side within
a single request, the client should only send plain text in conversation
history — never structured content blocks that contain tool_use references.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 15:29:20 -05:00
..
app feat: Overhaul AI chat with SSE streaming, fuzzy search, and clickable suggestions 2026-03-12 15:21:45 -05:00
components feat: Overhaul AI chat with SSE streaming, fuzzy search, and clickable suggestions 2026-03-12 15:21:45 -05:00
hooks fix: Send plain text history to prevent orphaned tool_use block errors 2026-03-12 15:29:20 -05:00
lib feat: Use pgvector semantic search in chat search_entities tool 2026-03-12 15:25:41 -05:00
stores Add command palette, bulk operations, error boundaries, responsive sidebar 2026-02-28 21:56:15 -06:00
types Add Auth.js v5 with Google + Microsoft Entra ID SSO 2026-02-28 21:07:38 -06:00
middleware.ts Add dev bypass for authentication checks in middleware and session retrieval 2026-02-28 22:23:14 -06:00