Skip to content

Commit ab73d84

Browse files
Pablo Vitassoclaude
andcommitted
chore: prepare release v3.47.3-klaus.5
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 7debb98 commit ab73d84

3 files changed

Lines changed: 5 additions & 5 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.47.3-klaus.4"
169+
public readonly latestAnnouncementId = "feb-2026-v3.47.3-klaus.5"
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.4",
6+
"version": "3.47.3-klaus.5",
77
"icon": "assets/icons/icon.png",
88
"galleryBanner": {
99
"color": "#617A91",

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -366,9 +366,9 @@
366366
},
367367
"release": {
368368
"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"
369+
"item1": "Fixed localhost connection issues with OpenAI-compatible providers on Node.js 20",
370+
"item2": "Added Claude Sonnet 4.6 support across all providers",
371+
"item3": "Updated Claude Code CLI to v2.1.45 with new models and API"
372372
},
373373
"cloudAgents": {
374374
"heading": "New in the Cloud:",

0 commit comments

Comments
 (0)