From abc5bee273f0bb3dde117b512978f3ea5ea34602 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 1 Sep 2025 12:38:37 -0500 Subject: [PATCH] attempt to add paths, but it was wrong --- chat.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/chat.proto b/chat.proto index b8dcf76..a226eec 100644 --- a/chat.proto +++ b/chat.proto @@ -171,6 +171,7 @@ message ChatEntry { repeated Part parts = 9; GeminiRequest GeminiRequest = 10; int32 RequestCounter = 11; + repeated string paths = 12; } message SessionStats {