Prepare MCP release with new copy and announcement

This commit is contained in:
Saoud Rizwan
2024-12-10 18:30:20 -08:00
parent 8001322ff2
commit dc2a9682f8
8 changed files with 94 additions and 26 deletions

View File

@@ -76,7 +76,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
private cline?: Cline
private workspaceTracker?: WorkspaceTracker
mcpHub?: McpHub
private latestAnnouncementId = "oct-28-2024" // update to some unique identifier when we add a new announcement
private latestAnnouncementId = "dec-10-2024" // update to some unique identifier when we add a new announcement
constructor(
readonly context: vscode.ExtensionContext,