This commit is contained in:
Matt Rubens
2025-01-12 12:48:41 -05:00
parent 344c796f2e
commit 45a151327e
4 changed files with 12 additions and 3 deletions

View File

@@ -1504,7 +1504,7 @@ export class ClineProvider implements vscode.WebviewViewProvider {
.sort((a, b) => b.ts - a.ts),
soundEnabled: soundEnabled ?? false,
diffEnabled: diffEnabled ?? true,
shouldShowAnnouncement: lastShownAnnouncementId !== this.latestAnnouncementId,
shouldShowAnnouncement: false, // lastShownAnnouncementId !== this.latestAnnouncementId,
allowedCommands,
soundVolume: soundVolume ?? 0.5,
browserViewportSize: browserViewportSize ?? "900x600",