Skip to content

Commit a62a652

Browse files
committed
docs: remove handoff announcement
1 parent 7fc2218 commit a62a652

19 files changed

Lines changed: 0 additions & 112 deletions

File tree

webview-ui/src/components/chat/Announcement.tsx

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,6 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
4141
<DialogTitle>{t("chat:announcement.title", { version: Package.version })}</DialogTitle>
4242
</DialogHeader>
4343
<div>
44-
{/* Community Handoff Notice */}
45-
<div className="mb-4 p-3 rounded border border-vscode-textLink-foreground/40 bg-vscode-textLink-foreground/5">
46-
<p className="font-semibold mb-1.5 text-vscode-textLink-foreground">
47-
{t("chat:announcement.handoff.heading")}
48-
</p>
49-
<p className="text-sm mb-2">
50-
<Trans i18nKey="chat:announcement.handoff.description" components={{ bold: <strong /> }} />
51-
</p>
52-
<VSCodeLink
53-
href="https://www.zoocode.dev?utm_source=zoocode&utm_medium=announcement&utm_campaign=community_handoff"
54-
onClick={(e) => {
55-
e.preventDefault()
56-
vscode.postMessage({
57-
type: "openExternal",
58-
url: "https://www.zoocode.dev?utm_source=zoocode&utm_medium=announcement&utm_campaign=community_handoff",
59-
})
60-
}}>
61-
{t("chat:announcement.handoff.readMore")}
62-
</VSCodeLink>
63-
</div>
64-
65-
{/* Regular Release Highlights */}
6644
<div className="mb-4">
6745
<p className="mb-3">{t("chat:announcement.release.heading")}</p>
6846
<ul className="list-disc list-inside text-sm space-y-1.5">

webview-ui/src/i18n/locales/ca/chat.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/de/chat.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -350,11 +350,6 @@
350350
"announcement": {
351351
"title": "Zoo Code {{version}} Released",
352352
"support": "Please support Zoo Code by starring us on <githubLink>GitHub</githubLink>.",
353-
"handoff": {
354-
"heading": "Roo Code is back! Now as a community-maintained plugin called Zoo Code!!",
355-
"description": "If you haven't been following, the Roo Code team recently announced they are sun setting the development of Roo Code and are archiving the work they have done. But fear not, the community has stepped up to continue the legacy of Roo Code with a new name and a new home! We are not just a single \"Roo\" anymore, we are a community, a \"Zoo\" if you will, Zoo Code is a community-maintained plugin that picks up where Roo Code left off, and we're committed to keeping the spirit of Roo alive while also introducing new features and improvements. We want to give a huge shoutout to the entire Roo Code team for their incredible work and for creating such an amazing tool for developers. We're excited to continue building on their foundation and to see where the community takes Zoo Code in the future!",
356-
"readMore": "See the new home page of Zoo Code and read the full announcement"
357-
},
358353
"release": {
359354
"heading": "What's New:",
360355
"highlight1": "New AI models — Claude Fable 5 across all Anthropic providers and OpenAI GPT-5.5 are now available in your provider settings.",

webview-ui/src/i18n/locales/es/chat.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/fr/chat.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/hi/chat.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/id/chat.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/it/chat.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

webview-ui/src/i18n/locales/ja/chat.json

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)