From 5672e6c8256a14cb5a9c366d447e5e2bb825f345 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Mon, 6 Jan 2025 12:42:04 -0800 Subject: [PATCH] Update announcement flag --- src/core/webview/ClineProvider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/webview/ClineProvider.ts b/src/core/webview/ClineProvider.ts index 7acb225e70..5aec8adc9b 100644 --- a/src/core/webview/ClineProvider.ts +++ b/src/core/webview/ClineProvider.ts @@ -79,7 +79,7 @@ export class ClineProvider implements vscode.WebviewViewProvider { private cline?: Cline private workspaceTracker?: WorkspaceTracker mcpHub?: McpHub - private latestAnnouncementId = "jan-5-2025" // update to some unique identifier when we add a new announcement + private latestAnnouncementId = "jan-6-2025" // update to some unique identifier when we add a new announcement constructor( readonly context: vscode.ExtensionContext,