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
"Poe Provider: Added Poe as an AI provider so you can access Poe models directly in Roo Code.",
38
-
"chat:announcement.release.slashSkills":
39
-
"xAI and MiniMax Improvements: Migrated the xAI provider to the Responses API, added Grok-4.20 defaults, and fixed MiniMax model listings and context window handling for a more reliable setup.",
36
+
"chat:announcement.release.gpt55":
37
+
"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.",
38
+
"chat:announcement.release.claudeOpus47":
39
+
"Claude Opus 4.7 on Vertex AI: Added Claude Opus 4.7 to the Vertex AI provider for Anthropic's newest flagship reasoning model.",
40
+
"chat:announcement.release.checkpointNav":
41
+
"Previous Checkpoint Navigation: Added controls in chat to jump back through prior checkpoints, with full i18n support.",
42
+
"chat:announcement.handoff.heading": "The Roo Code plugin is not going away.",
"Poe Provider: Added Poe as an AI provider so you can access Poe models directly in Roo Code.",
61
+
"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.",
59
62
),
60
63
).toBeInTheDocument()
61
64
expect(
62
65
screen.getByText(
63
-
"xAI and MiniMax Improvements: Migrated the xAI provider to the Responses API, added Grok-4.20 defaults, and fixed MiniMax model listings and context window handling for a more reliable setup.",
66
+
"Claude Opus 4.7 on Vertex AI: Added Claude Opus 4.7 to the Vertex AI provider for Anthropic's newest flagship reasoning model.",
67
+
),
68
+
).toBeInTheDocument()
69
+
expect(
70
+
screen.getByText(
71
+
"Previous Checkpoint Navigation: Added controls in chat to jump back through prior checkpoints, with full i18n support.",
64
72
),
65
73
).toBeInTheDocument()
66
74
})
67
75
68
-
it("renders exactly two release highlight bullets",()=>{
76
+
it("renders exactly three release highlight bullets",()=>{
0 commit comments