summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/contexts/SessionContext.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cli/src/ui/contexts/SessionContext.tsx')
-rw-r--r--packages/cli/src/ui/contexts/SessionContext.tsx2
1 files changed, 2 insertions, 0 deletions
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