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,