feat: context compaction button in token bar (≥50% usage)

This commit is contained in:
Nicolas Varrot
2026-02-14 15:25:17 +00:00
parent 9c4ed82265
commit bd5ff6b75a
3 changed files with 54 additions and 4 deletions

View File

@@ -121,6 +121,8 @@ const en = {
// Export
'header.export': 'Export conversation as Markdown',
'header.compact': 'Compact',
'header.compacting': 'Compacting…',
// Theme
'theme.title': 'Theme',
@@ -253,6 +255,8 @@ const fr: Record<keyof typeof en, string> = {
'shortcuts.generalSection': 'Général',
'header.export': 'Exporter la conversation en Markdown',
'header.compact': 'Compacter',
'header.compacting': 'Compaction…',
'theme.title': 'Thème',
'theme.mode': 'Mode',