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: src/core/webview/ClineProvider.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ export class ClineProvider
149
149
150
150
publicisViewLaunched=false
151
151
publicsettingsImportedAt?: number
152
-
publicreadonlylatestAnnouncementId="apr-2026-v3.53.0-community-handoff-gpt55-opus47"// v3.53.0 Community handoff, GPT-5.5, Claude Opus 4.7, checkpoint navigation
152
+
publicreadonlylatestAnnouncementId="may-2026-final-roo-code-release"// Final Roo Code release announcement.
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/chat.json
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -350,6 +350,13 @@
350
350
"announcement": {
351
351
"title": "Roo Code {{version}} Released",
352
352
"support": "Please support Roo Code by starring us on <githubLink>GitHub</githubLink>.",
353
+
"finalRelease": {
354
+
"title": "The last Roo Code release",
355
+
"intro": "This is the last Roo Code release. <announcementLink>As we announced a few weeks ago</announcementLink>, we've decided to shift our focus to Roomote, our cloud agent platform, which we believe to be the future of software development. Thank you so much for your support throughout the past year or so.",
356
+
"continuity": "This extension should continue to work indefinitely, but it won't receive bug fixes, new features, or model updates.",
357
+
"alternatives": "If you want to use an extension, we recommend checking out <zooCodeLink>ZooCode</zooCodeLink> (a Roo Code fork by the community) and <clineLink>Cline</clineLink> (where Roo Code originally started).",
358
+
"signoff": "Happy coding!"
359
+
},
353
360
"release": {
354
361
"heading": "What's New:",
355
362
"gpt55": "GPT-5.5 via OpenAI Codex: Added GPT-5.5 support in the OpenAI Codex provider so you can use the latest model straight from Roo Code.",
0 commit comments