From e1554757e8b227d4e27eead0b83b3ec9e4e835d8 Mon Sep 17 00:00:00 2001 From: Andrew Stoltz Date: Sun, 14 Jun 2026 03:15:26 -0500 Subject: [PATCH] deploy(fc-chat): roll user-bubble prompt-leak fix v20260614-bubblefix-37f57b0 Stored/displayed user message is now the raw prompt; injected scaffolding (mood contract + guidance + memory) goes to the model via ragContext as a system message and is captured in RagContextSnapshot for debug. FlowerCore.Chat 37f57b0 + FlowerCore.Common 4d741b3. Co-Authored-By: Claude Opus 4.8 (1M context) --- apps/fc-chat/fc-chat.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/fc-chat/fc-chat.yaml b/apps/fc-chat/fc-chat.yaml index 28f5844..67b494b 100644 --- a/apps/fc-chat/fc-chat.yaml +++ b/apps/fc-chat/fc-chat.yaml @@ -123,7 +123,7 @@ spec: fsGroupChangePolicy: OnRootMismatch containers: - name: chat-web - image: localhost/fc-chat-web:v20260614-moodsignal-a606892 + image: localhost/fc-chat-web:v20260614-bubblefix-37f57b0 imagePullPolicy: Never ports: - name: http