Skip to content

Commit 60af79e

Browse files
author
Pablo Vitasso
committed
chore: prepare release v3.47.3-klaus.4
1 parent 9b4a931 commit 60af79e

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

src/core/webview/ClineProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export class ClineProvider
166166

167167
public isViewLaunched = false
168168
public settingsImportedAt?: number
169-
public readonly latestAnnouncementId = "feb-2026-v3.48.0-sonnet-46-stability-locked-config" // v3.48.0 Sonnet 4.6, Stability, Locked API Config
169+
public readonly latestAnnouncementId = "feb-2026-v3.47.3-klaus.4"
170170
public readonly providerSettingsManager: ProviderSettingsManager
171171
public readonly customModesManager: CustomModesManager
172172

src/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "%extension.displayName%",
44
"description": "%extension.description%",
55
"publisher": "KlausCode",
6-
"version": "3.47.3-klaus.3",
6+
"version": "3.47.3-klaus.4",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

webview-ui/src/i18n/locales/en/chat.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,10 @@
365365
"goToSettingsButton": "Go to Settings"
366366
},
367367
"release": {
368-
"heading": "What's New:"
368+
"heading": "What's New:",
369+
"item1": "Added Claude Sonnet 4.6 support across all providers",
370+
"item2": "Updated Claude Code CLI to v2.1.45 with new models and API",
371+
"item3": "Added MiniMax-M2.5 and highspeed model variants"
369372
},
370373
"cloudAgents": {
371374
"heading": "New in the Cloud:",

0 commit comments

Comments
 (0)