mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-04 23:27:00 -07:00
feat(ui): restore threshold hint and thin arrow to compression message
This commit is contained in:
@@ -76,8 +76,9 @@ export const compressCommand: SlashCommand = {
|
||||
isPending: false,
|
||||
beforePercentage,
|
||||
afterPercentage,
|
||||
compressionStatus: compressed.compressionStatus,
|
||||
compressionStatus: (Number(compressed.compressionStatus) as unknown) as CompressionStatus,
|
||||
isManual: true,
|
||||
thresholdPercentage: Math.round(threshold * 100),
|
||||
},
|
||||
} as HistoryItemCompression,
|
||||
Date.now(),
|
||||
|
||||
Reference in New Issue
Block a user