From c13260f9355c67b570ed6bc3e05ef5d9f5bd74d0 Mon Sep 17 00:00:00 2001 From: Roo Code Date: Sat, 10 Jan 2026 07:31:31 +0000 Subject: [PATCH] fix: remove duplicate translation keys in settings.json --- webview-ui/src/i18n/locales/en/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/webview-ui/src/i18n/locales/en/settings.json b/webview-ui/src/i18n/locales/en/settings.json index fd87ca2fd1..337a31b7aa 100644 --- a/webview-ui/src/i18n/locales/en/settings.json +++ b/webview-ui/src/i18n/locales/en/settings.json @@ -535,9 +535,7 @@ "placeholder": "Default: claude", "maxTokensLabel": "Max Output Tokens", "maxTokensDescription": "Maximum number of output tokens for Claude Code responses. Default is 8000." - }, - "openAiStrictToolMessageOrdering": "Strict tool message ordering", - "openAiStrictToolMessageOrderingDescription": "Enable this if your API returns errors like \"Unexpected role 'user' after role 'tool'\". This merges text content into tool messages to fix compatibility with NVIDIA NIM, OpenRouter, and other strict OpenAI-compatible APIs." + } }, "browser": { "enable": {