Skip to content

Commit 2459dfe

Browse files
committed
fix: address v3.72.0 release review
1 parent 5199c34 commit 2459dfe

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

locales/pt-BR/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

locales/ru/README.md

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

locales/vi/README.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ vi.mock("@src/utils/vscode", () => ({
1313

1414
vi.mock("@roo/package", () => ({
1515
Package: {
16-
version: "3.55.0",
16+
version: "3.72.0",
1717
},
1818
}))
1919

@@ -41,11 +41,11 @@ vi.mock("@src/i18n/TranslationContext", () => ({
4141
const translations: Record<string, string> = {
4242
"chat:announcement.release.heading": "What's New:",
4343
"chat:announcement.release.highlight1":
44-
"Xiaomi MiMo provider: Added Xiaomi MiMo as a first-class API provider so you can configure MiMo models directly in Zoo Code.",
44+
"Moonshot and Kimi Code providers — connect to Moonshot models with live model discovery, or sign in to Kimi Code through its OAuth device flow.",
4545
"chat:announcement.release.highlight2":
46-
"Upstream Zoo Code handoff: Pulled in the latest upstream sunset merge and related platform updates to keep Zoo Code aligned with the community handoff work.",
46+
"Latest model support — use Claude Opus 5 across providers, plus Kimi K3, Gemini 3.6 Flash, and MiniMax-M3.",
4747
"chat:announcement.release.highlight3":
48-
"Stability fixes across chat and providers: Fixed MCP sign-in copy, Gemini full-tool requests, OpenAI temperature handling, and Markdown single-tilde rendering.",
48+
"More reliable workflows — abandon interrupted subtasks cleanly, and index Dart and plain-text files in your codebase.",
4949
"chat:announcement.handoff.heading": "The Roo Code plugin is not going away.",
5050
}
5151

@@ -62,20 +62,20 @@ describe("Announcement", () => {
6262
it("renders the announcement title and highlights", () => {
6363
render(<Announcement hideAnnouncement={vi.fn()} />)
6464

65-
expect(screen.getByText("Zoo Code 3.55.0 Released")).toBeInTheDocument()
65+
expect(screen.getByText("Zoo Code 3.72.0 Released")).toBeInTheDocument()
6666
expect(
6767
screen.getByText(
68-
"Xiaomi MiMo provider: Added Xiaomi MiMo as a first-class API provider so you can configure MiMo models directly in Zoo Code.",
68+
"Moonshot and Kimi Code providers — connect to Moonshot models with live model discovery, or sign in to Kimi Code through its OAuth device flow.",
6969
),
7070
).toBeInTheDocument()
7171
expect(
7272
screen.getByText(
73-
"Upstream Zoo Code handoff: Pulled in the latest upstream sunset merge and related platform updates to keep Zoo Code aligned with the community handoff work.",
73+
"Latest model support — use Claude Opus 5 across providers, plus Kimi K3, Gemini 3.6 Flash, and MiniMax-M3.",
7474
),
7575
).toBeInTheDocument()
7676
expect(
7777
screen.getByText(
78-
"Stability fixes across chat and providers: Fixed MCP sign-in copy, Gemini full-tool requests, OpenAI temperature handling, and Markdown single-tilde rendering.",
78+
"More reliable workflows — abandon interrupted subtasks cleanly, and index Dart and plain-text files in your codebase.",
7979
),
8080
).toBeInTheDocument()
8181
})

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)