summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/hooks/slashCommandProcessor.ts
diff options
context:
space:
mode:
authorJacob MacDonald <[email protected]>2025-06-17 08:44:54 -0700
committerGitHub <[email protected]>2025-06-17 15:44:54 +0000
commite59c872b3dea9dee8206f990a761e3bfee3a1194 (patch)
tree88ee78b1ba1957dd5c504f577bee0db00078cb43 /packages/cli/src/ui/hooks/slashCommandProcessor.ts
parentc3971754bf4bd5877d7a57c523b981c09d4fa35d (diff)
code review followup for compress command (#1097)
Followup to https://github.com/google-gemini/gemini-cli/pull/986
Diffstat (limited to 'packages/cli/src/ui/hooks/slashCommandProcessor.ts')
-rw-r--r--packages/cli/src/ui/hooks/slashCommandProcessor.ts2
1 files changed, 2 insertions, 0 deletions
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 {