code review followup for compress command (#1097)

Followup to https://github.com/google-gemini/gemini-cli/pull/986
This commit is contained in:
Jacob MacDonald
2025-06-17 08:44:54 -07:00
committed by GitHub
parent d925aac735
commit 9f4f4ae89e
7 changed files with 39 additions and 18 deletions
@@ -760,6 +760,8 @@ Add any other context about the problem here.
type: MessageType.COMPRESSION,
compression: {
isPending: true,
originalTokenCount: null,
newTokenCount: null,
},
});
try {