Skip to content

Commit 2d544d5

Browse files
committed
fixes
1 parent 40c2b17 commit 2d544d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

webview-ui/src/components/settings/SettingsView.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ const SettingsView = forwardRef<SettingsViewRef, SettingsViewProps>(({ onDone, t
249249
vscode.postMessage({ type: "alwaysAllowMcp", bool: alwaysAllowMcp })
250250
vscode.postMessage({ type: "allowedCommands", commands: allowedCommands ?? [] })
251251
vscode.postMessage({ type: "allowedMaxRequests", value: allowedMaxRequests })
252+
vscode.postMessage({ type: "autoCondenseContextPercent", value: autoCondenseContextPercent })
252253
vscode.postMessage({ type: "browserToolEnabled", bool: browserToolEnabled })
253254
vscode.postMessage({ type: "soundEnabled", bool: soundEnabled })
254255
vscode.postMessage({ type: "ttsEnabled", bool: ttsEnabled })

webview-ui/src/i18n/locales/en/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
"description": "When the context window reaches this threshold, Roo will automatically condense it."
409409
},
410410
"AUTO_CONDENSE_CONTEXT": {
411-
"name": "Automatically condense the context window",
411+
"name": "Automatically trigger intelligent context condensing",
412412
"description": "Intelligent context condensing uses an LLM call to summarize the past conversation when the task's context window reaches a preset threshold, rather than dropping old messages when the context fills."
413413
},
414414
"DIFF_STRATEGY_UNIFIED": {

0 commit comments

Comments
 (0)