fix: Removing redundant "tokens" after the "set context limit"'s checkbox + removing the lengthy description

This commit is contained in:
Ton Hoang Nguyen (Bill) 2025-07-02 18:29:28 +01:00
parent 83f02d5dc9
commit c4382776f5
2 changed files with 1 additions and 4 deletions

View file

@ -284,9 +284,6 @@ export const Gemini = ({
})}
className="w-24"
/>
<span className="text-sm">
{t("settings:providers.geminiContextManagement.condensingThreshold.tokens")}
</span>
</div>
</div>
</div>

View file

@ -243,7 +243,7 @@
},
"geminiContextManagement": {
"useCustomContextWindow": "Use custom context window limit",
"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.",
"description": "Override the model's default context window.",
"modelDefault": "Model's default context window",
"condensingThreshold": {
"tokens": "tokens",