feat(FN-3243): add durable insight lifecycle with bounded executor and quic

This merge adds a durable insight lifecycle with bounded run executor to the core store layer, along with supporting database schema changes and comprehensive test coverage. It also restores type compatibility for list view detail callbacks and fixes QuickChatFAB CSS scope issues. Documentation acro

Fusion-Task-Id: FN-3243
This commit is contained in:
Fusion
2026-05-03 03:03:44 -07:00
committed by gsxdsm
parent 8806d7208a
commit a47f3192e8
3 changed files with 77 additions and 76 deletions

View File

@@ -37,6 +37,7 @@ Features:
Chat view provides project-scoped conversations with agents.
- Entering `/clear` (exact match after trimming) in the composer starts a fresh thread for the current chat target instead of sending the literal command to the model
- Full Chat and Quick Chat both consume the same streamed `/api/chat/sessions/:id/messages` response contract, so assistant text/chunk/done events are restored consistently across both surfaces
![Chat view](./screenshots/chat-view.png)