You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -396,6 +396,10 @@
396
396
},
397
397
"experimental": {
398
398
"warning": "⚠️",
399
+
"AUTO_CONDENSE_CONTEXT": {
400
+
"name": "Automatically condense the context window",
401
+
"description": "Uses an LLM call to summarize the past conversation when half of the task's context window is used."
402
+
},
399
403
"DIFF_STRATEGY_UNIFIED": {
400
404
"name": "Use experimental unified diff strategy",
401
405
"description": "Enable the experimental unified diff strategy. This strategy might reduce the number of retries caused by model errors but may cause unexpected behavior or incorrect edits. Only enable if you understand the risks and are willing to carefully review all changes."
0 commit comments