diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx
index 6d35ba5811..0ae03b8b9e 100644
--- a/webview-ui/src/components/chat/Announcement.tsx
+++ b/webview-ui/src/components/chat/Announcement.tsx
@@ -31,10 +31,13 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
-
- New Consult Advisor tool lets Cline ask a powerful model like o1 or Opus for help when stuck on complex
- problems. Benchmarks show a 23% improvement in Cline's ability to accomplish tasks!{" "}
+
+ New
Consult Advisor tool
+ {" "}
+ lets Cline ask a powerful model like o1 for help when stuck. Cline provides the full context of the problem,
+ and the Advisor model responds with a plan to fix it.{" "}
- See a demo here.
+ See a demo here!
-
@@ -44,12 +47,11 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
Quick API/model switching with a new popup menu under the chat field
-
- VS Code LM API lets you use models from other extensions like GitHub Copilot{" "}
- (thanks @julesmons, @RaySinner, and @MrUbens!)
+ VS Code LM API lets you use models from other extensions like GitHub Copilot
-
MCP server improvements: On/off toggle to disable servers when not in use, and Auto-approve option for
- individual tools (thanks @MrUbens!)
+ individual tools
-
In case you missed it, Cline now supports Checkpoints!{" "}