From 8f8082fe3da9e1972f8b8226c68fa14e326a3d8a Mon Sep 17 00:00:00 2001 From: Arya Gummadi Date: Mon, 18 Aug 2025 22:57:53 -0700 Subject: feat: add file change tracking to session metrics (#6094) Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jacob Richman --- packages/cli/src/ui/contexts/SessionContext.tsx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/cli/src/ui/contexts/SessionContext.tsx') diff --git a/packages/cli/src/ui/contexts/SessionContext.tsx b/packages/cli/src/ui/contexts/SessionContext.tsx index 80c2454c..6c48c60b 100644 --- a/packages/cli/src/ui/contexts/SessionContext.tsx +++ b/packages/cli/src/ui/contexts/SessionContext.tsx @@ -44,6 +44,8 @@ export interface ComputedSessionStats { agreementRate: number; totalCachedTokens: number; totalPromptTokens: number; + totalLinesAdded: number; + totalLinesRemoved: number; } // Defines the final "value" of our context, including the state -- cgit v1.2.3