Remove context percentage in footer by default (#12326)

This commit is contained in:
Abhi
2025-10-30 19:18:25 -04:00
committed by GitHub
parent 3332703fca
commit 59e00eeda6
4 changed files with 87 additions and 6 deletions

View File

@@ -388,6 +388,15 @@ const SETTINGS_SCHEMA = {
description: 'Hide the model name and context usage in the footer.',
showInDialog: true,
},
hideContextPercentage: {
type: 'boolean',
label: 'Hide Context Window Percentage',
category: 'UI',
requiresRestart: false,
default: true,
description: 'Hides the context window remaining percentage.',
showInDialog: true,
},
},
},
hideFooter: {