Skip to content

Commit c438277

Browse files
committed
fix: Removing redundant "tokens" after the "set context limit"'s checkbox + removing the lengthy description
1 parent 83f02d5 commit c438277

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

webview-ui/src/components/settings/providers/Gemini.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,6 @@ export const Gemini = ({
284284
})}
285285
className="w-24"
286286
/>
287-
<span className="text-sm">
288-
{t("settings:providers.geminiContextManagement.condensingThreshold.tokens")}
289-
</span>
290287
</div>
291288
</div>
292289
</div>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
},
244244
"geminiContextManagement": {
245245
"useCustomContextWindow": "Use custom context window limit",
246-
"description": "Override the model's default context window. Roo Code automatically condenses older messages when conversations reach either: (1) your chosen threshold percentage of the context window, or (2) the calculated token limit (which accounts for reserved tokens and safety buffers). The actual trigger uses whichever limit is reached first.",
246+
"description": "Override the model's default context window.",
247247
"modelDefault": "Model's default context window",
248248
"condensingThreshold": {
249249
"tokens": "tokens",

0 commit comments

Comments
 (0)