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
"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.",
45
45
"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.",
47
47
"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.",
49
49
"chat:announcement.handoff.heading": "The Roo Code plugin is not going away.",
"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.",
69
69
),
70
70
).toBeInTheDocument()
71
71
expect(
72
72
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.",
74
74
),
75
75
).toBeInTheDocument()
76
76
expect(
77
77
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.",
0 commit comments