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/chat.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -195,12 +195,12 @@
195
195
"description": "Auto-approve allows Roo Code to perform actions without asking for permission. Only enable for actions you fully trust. More detailed configuration available in <settingsLink>Settings</settingsLink>."
196
196
},
197
197
"announcement": {
198
-
"title": "🎉 Roo Code 3.15 Released",
199
-
"description": "Roo Code 3.15 brings new features and improvements based on your feedback.",
198
+
"title": "🎉 Roo Code 3.16 Released",
199
+
"description": "Roo Code 3.16 brings new features and improvements based on your feedback.",
200
200
"whatsNew": "What's New",
201
-
"feature1": "<bold>Prompt Caching for Vertex</bold>: Added prompt caching support for Vertex AI, improving response times and reducing API costs",
202
-
"feature2": "<bold>Terminal Fallback</bold>: Implemented a fallback mechanism when VSCode terminal shell integration fails",
203
-
"feature3": "<bold>Improved Code Snippets</bold>: Enhanced code snippet rendering and interaction in the chat interface",
201
+
"feature1": "<bold>Groq and Chutes API Providers</bold>: Added support for Groq and Chutes API providers (thanks @shariqriazz!)",
202
+
"feature2": "<bold>Clickable Code References</bold>: Code references in model responses now navigate to source lines (thanks @KJ7LNW!)",
203
+
"feature3": "<bold>MCP Stability Improvements</bold>: Fixed several bugs to enhance the stability of MCP integrations",
204
204
"hideButton": "Hide announcement",
205
205
"detailsDiscussLinks": "Get more details and discuss in <discordLink>Discord</discordLink> and <redditLink>Reddit</redditLink> 🚀"
0 commit comments