From e59c872b3dea9dee8206f990a761e3bfee3a1194 Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Tue, 17 Jun 2025 08:44:54 -0700 Subject: code review followup for compress command (#1097) Followup to https://github.com/google-gemini/gemini-cli/pull/986 --- packages/cli/src/ui/hooks/slashCommandProcessor.ts | 2 ++ 1 file changed, 2 insertions(+) (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts') diff --git a/packages/cli/src/ui/hooks/slashCommandProcessor.ts b/packages/cli/src/ui/hooks/slashCommandProcessor.ts index 916af3e7..8303ea55 100644 --- a/packages/cli/src/ui/hooks/slashCommandProcessor.ts +++ b/packages/cli/src/ui/hooks/slashCommandProcessor.ts @@ -760,6 +760,8 @@ Add any other context about the problem here. type: MessageType.COMPRESSION, compression: { isPending: true, + originalTokenCount: null, + newTokenCount: null, }, }); try { -- cgit v1.2.3