diff options
| author | Jacob MacDonald <[email protected]> | 2025-06-17 08:44:54 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-06-17 15:44:54 +0000 |
| commit | e59c872b3dea9dee8206f990a761e3bfee3a1194 (patch) | |
| tree | 88ee78b1ba1957dd5c504f577bee0db00078cb43 /packages/cli/src/ui/hooks/slashCommandProcessor.ts | |
| parent | c3971754bf4bd5877d7a57c523b981c09d4fa35d (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.ts | 2 |
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 { |
