From 99a4f75ed1c137d7f3fd7f41efa157de089cc860 Mon Sep 17 00:00:00 2001 From: toki Date: Sat, 15 Aug 2026 15:39:46 +0900 Subject: [PATCH] =?UTF-8?q?fix(openai):=20cleanup=20commit=EC=97=90=20?= =?UTF-8?q?=ED=98=84=EC=9E=AC=20receipt=EB=A7=8C=20=EC=A0=84=EB=8B=AC?= =?UTF-8?q?=ED=95=9C=EB=8B=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/edge/internal/openai/hot_path_cleanup.go | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/edge/internal/openai/hot_path_cleanup.go b/apps/edge/internal/openai/hot_path_cleanup.go index d4bd7624..4a864b68 100644 --- a/apps/edge/internal/openai/hot_path_cleanup.go +++ b/apps/edge/internal/openai/hot_path_cleanup.go @@ -304,6 +304,7 @@ func (s *hotPathLightStore) consumeCleanupLocked( intent.Output = normalizedStageOutput{} intent.Disposition = intent.Error.Disposition } + lineage.ResultIDs = []string{result.callID} snap, err := coordinator.commitCleanupByLineage(record.ownerEdgeID, record.principalRef, lineage) if err != nil { return logicalRequestSnapshot{}, hotPathLightDisposition{}, true, err