diff --git a/.changeset/beige-pets-type.md b/.changeset/beige-pets-type.md deleted file mode 100644 index 750b85722..000000000 --- a/.changeset/beige-pets-type.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": patch ---- - -fix eternal loading states when the last message is a checkpoint diff --git a/.changeset/cold-dingos-run.md b/.changeset/cold-dingos-run.md deleted file mode 100644 index 00d173787..000000000 --- a/.changeset/cold-dingos-run.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": minor ---- - -Recent task list is now collapsible, allowing users to hide their recent tasks (e.g. when sharing their screen). diff --git a/.changeset/cool-mugs-admire.md b/.changeset/cool-mugs-admire.md deleted file mode 100644 index 396871976..000000000 --- a/.changeset/cool-mugs-admire.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": minor ---- - -Add detection for new users to display special components diff --git a/.changeset/funny-ties-sleep.md b/.changeset/funny-ties-sleep.md deleted file mode 100644 index 868409695..000000000 --- a/.changeset/funny-ties-sleep.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": patch ---- - -selectImages protos migration diff --git a/.changeset/nervous-jokes-leave.md b/.changeset/nervous-jokes-leave.md deleted file mode 100644 index bc3e89dbd..000000000 --- a/.changeset/nervous-jokes-leave.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": patch ---- - -askResponse protobus migration diff --git a/.changeset/nine-spiders-kneel.md b/.changeset/nine-spiders-kneel.md deleted file mode 100644 index 67e0507da..000000000 --- a/.changeset/nine-spiders-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": patch ---- - -Finishing the migration of Vscode Advanced settings to Settings Webview diff --git a/.changeset/spotty-geese-try.md b/.changeset/spotty-geese-try.md deleted file mode 100644 index ce877d3b6..000000000 --- a/.changeset/spotty-geese-try.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": minor ---- - -adds global endpoint for vertex ai users diff --git a/.changeset/wise-onions-change.md b/.changeset/wise-onions-change.md deleted file mode 100644 index 56903cc2e..000000000 --- a/.changeset/wise-onions-change.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": minor ---- - -Add Tailwind CSS IntelliSense to the the recommended extensions list diff --git a/.changeset/young-starfishes-reflect.md b/.changeset/young-starfishes-reflect.md deleted file mode 100644 index 4614e4fe1..000000000 --- a/.changeset/young-starfishes-reflect.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"claude-dev": minor ---- - -new workflow feature diff --git a/CHANGELOG.md b/CHANGELOG.md index 83cf20b21..a67485144 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Changelog +## [3.16.0] + +- Add new workflow feature allowing users to create and manage workflow files that can be injected into conversations via slash commands +- Add collapsible recent task list, allowing users to hide their task history when sharing their screen (Thanks @cosmix!) +- Add global endpoint option for Vertex AI users, providing higher availability and reducing 429 errors (Thanks @soniqua!) +- Add detection for new users to display special components and guidance +- Add Tailwind CSS IntelliSense to the recommended extensions list +- Fix eternal loading states when the last message is a checkpoint (Thanks @BarreiroT!) +- Improve settings organization by migrating VSCode Advanced settings to Settings Webview + ## [3.15.5] -- Fix inefficient memory management in the task timeline +- Fix inefficient memory management in the task timeline - Fix Gemini rate limitation response not being handled properly (Thanks @BarreiroT!) ## [3.15.4] diff --git a/package-lock.json b/package-lock.json index 913f92988..8619f093f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "claude-dev", - "version": "3.15.5", + "version": "3.16.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "claude-dev", - "version": "3.15.5", + "version": "3.16.0", "license": "Apache-2.0", "dependencies": { "@anthropic-ai/bedrock-sdk": "^0.12.4", diff --git a/package.json b/package.json index f44a319ea..11678ba99 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", - "version": "3.15.5", + "version": "3.16.0", "icon": "assets/icons/icon.png", "engines": { "vscode": "^1.84.0" diff --git a/src/core/controller/index.ts b/src/core/controller/index.ts index f26cdc4b9..ce3a4be5d 100644 --- a/src/core/controller/index.ts +++ b/src/core/controller/index.ts @@ -66,7 +66,7 @@ export class Controller { workspaceTracker: WorkspaceTracker mcpHub: McpHub accountService: ClineAccountService - private latestAnnouncementId = "may-09-2025_17:11:00" // update to some unique identifier when we add a new announcement + private latestAnnouncementId = "may-16-2025_16:11:00" // update to some unique identifier when we add a new announcement constructor( readonly context: vscode.ExtensionContext, diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index 4b020ec96..981d8e1e3 100644 --- a/webview-ui/src/components/chat/Announcement.tsx +++ b/webview-ui/src/components/chat/Announcement.tsx @@ -44,22 +44,21 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { @@ -75,21 +74,20 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => { }}>