From fcee3c5a723522c3164039d1786ec2258c97aee6 Mon Sep 17 00:00:00 2001 From: Hannes Rudolph Date: Mon, 15 Dec 2025 14:11:29 -0700 Subject: [PATCH] fix: update Smart Read feature name and description --- webview-ui/src/i18n/locales/en/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webview-ui/src/i18n/locales/en/settings.json b/webview-ui/src/i18n/locales/en/settings.json index 1e5174c1c9..c383c3cefa 100644 --- a/webview-ui/src/i18n/locales/en/settings.json +++ b/webview-ui/src/i18n/locales/en/settings.json @@ -833,8 +833,8 @@ "description": "When enabled, the native protocol can execute multiple tools in a single assistant message turn." }, "SMART_READ": { - "name": "Smart file context tracking", - "description": "When enabled, Roo will skip re-reading files that are already in the conversation context. This reduces token usage and speeds up responses when working with files you've recently viewed." + "name": "Smart File Reads", + "description": "When enabled, Roo will skip re-reading files that are already in the conversation's effective context and have not been modified since their last read. This reduces token usage and speeds up responses when working with files you've recently viewed." } }, "promptCaching": {