haiku.rag/app/frontend/components
Yiorgis Gozadinos 53bbf52697
Round-trip the capability's whole state through the browser
The session store rebuilt the rag namespace from four known keys, so the
evidence record never survived a turn, let alone a reload from localStorage.
Compaction then ran with an empty ledger: earlier evidence was replaced by
receipts retaining nothing, while the citations already in citation_index kept
the UI looking correct.

The UI still names the fields it reads, but everything else in the namespace
passes through untouched, and seeding the namespace no longer replaces sibling
namespaces.
2026-08-13 15:20:02 +03:00
..
Chat.tsx Round-trip the capability's whole state through the browser 2026-08-13 15:20:02 +03:00
CitationBlock.tsx Visualize the exact context the model saw via Citation.doc_item_refs 2026-07-09 11:51:37 +03:00
DbInfo.tsx Fix frontend selection collisions, stale fetches, and URL consistency 2026-04-24 17:17:28 +03:00
DocumentFilter.tsx Fix frontend selection collisions, stale fetches, and URL consistency 2026-04-24 17:17:28 +03:00
SessionManager.tsx Add frontend session management with localStorage persistence, deduplicate shared code 2026-02-12 15:16:47 +02:00