docs(settings): rename context compression setting to use 'Messages' for clarity

This commit is contained in:
Keith Guerin
2026-03-19 23:30:00 -07:00
parent 252dbeb39a
commit b6231f561b
+3 -2
View File
@@ -592,11 +592,12 @@ const SETTINGS_SCHEMA = {
},
showContextCompression: {
type: 'boolean',
label: 'Show Context Compression Events',
label: 'Show Context Compression Messages',
category: 'UI',
requiresRestart: false,
default: false,
description: 'Show a message when the chat history is compressed.',
description:
'Show a message in the chat history when it is compressed.',
showInDialog: true,
},
footer: {