Skip to content

Commit 2d2eb5d

Browse files
committed
Add Announcement
1 parent 9562671 commit 2d2eb5d

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
125125
workspaceTracker?: WorkspaceTracker
126126
mcpHub?: McpHub
127127
accountService?: ClineAccountService
128-
private latestAnnouncementId = "feb-19-2025" // update to some unique identifier when we add a new announcement
128+
private latestAnnouncementId = "march-22-2025" // update to some unique identifier when we add a new announcement
129129
conversationTelemetryService: ConversationTelemetryService
130130

131131
constructor(

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

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -31,34 +31,22 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
3131
</h3>
3232
<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
3333
<li>
34-
<b>Introducing MCP Marketplace:</b> Discover and install the best MCP servers right from the extension, with
35-
new servers added regularly! Get started by going to the{" "}
36-
<span className="codicon codicon-extensions" style={{ marginRight: "4px", fontSize: 10 }}></span>
37-
<VSCodeLink
38-
onClick={() => {
39-
vscode.postMessage({ type: "showMcpView" })
40-
}}>
41-
MCP Servers tab
42-
</VSCodeLink>
43-
.
34+
<b>Add to Cline:</b> Right-click in any file or terminal to quickly add context to your current task! Plus,
35+
when you see a lightbulb icon, select 'Fix with Cline' to have Cline fix errors in your code.
4436
</li>
4537
<li>
46-
<b>Mermaid diagrams in Plan mode!</b> Cline can now visualize his plans using flowcharts, sequences,
47-
entity-relationships, and more. When he explains his approach using mermaid, you'll see a diagram right in
48-
chat that you can click to expand.
38+
<b>Billing Dashboard:</b> Track your remaining credits and transaction history right in the extension with a{" "}
39+
<span className="codicon codicon-account" style={{ fontSize: 11 }}></span> Cline account!
4940
</li>
5041
<li>
51-
Use <code>@terminal</code> to reference terminal contents, and <code>@git</code> to reference working changes
52-
and commits!
42+
<b>Faster Inference:</b> Cline/OpenRouter users can sort underlying providers used by throughput, price, and
43+
latency. Sorting by throughput will output faster generations (at a higher cost).
5344
</li>
5445
<li>
55-
New visual indicator for checkpoints after edits & commands, and automatic checkpoint at the start of each
56-
task.
46+
<b>Enhanced MCP Support:</b> Dynamic image loading with GIF support, and a new delete button to clean up
47+
failed servers.
5748
</li>
5849
</ul>
59-
<VSCodeLink href="https://x.com/sdrzn/status/1892262424881090721" style={{ display: "inline" }}>
60-
See a demo of the changes here!
61-
</VSCodeLink>
6250
{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
6351
<li>
6452
OpenRouter now supports prompt caching! They also have much higher rate limits than other providers,

0 commit comments

Comments
 (0)