v3.16.0 Release Notes

v3.16.0 Release Notes
This commit is contained in:
github-actions[bot] 2025-05-16 16:37:33 -07:00 committed by Dennis Bartlett
parent 8d8452e668
commit 0ca16961ee
14 changed files with 29 additions and 66 deletions

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
fix eternal loading states when the last message is a checkpoint

View File

@ -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).

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add detection for new users to display special components

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
selectImages protos migration

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
askResponse protobus migration

View File

@ -1,5 +0,0 @@
---
"claude-dev": patch
---
Finishing the migration of Vscode Advanced settings to Settings Webview

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
adds global endpoint for vertex ai users

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
Add Tailwind CSS IntelliSense to the the recommended extensions list

View File

@ -1,5 +0,0 @@
---
"claude-dev": minor
---
new workflow feature

View File

@ -1,5 +1,15 @@
# Changelog # 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] ## [3.15.5]
- Fix inefficient memory management in the task timeline - Fix inefficient memory management in the task timeline

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "claude-dev", "name": "claude-dev",
"version": "3.15.5", "version": "3.16.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "claude-dev", "name": "claude-dev",
"version": "3.15.5", "version": "3.16.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@anthropic-ai/bedrock-sdk": "^0.12.4", "@anthropic-ai/bedrock-sdk": "^0.12.4",

View File

@ -2,7 +2,7 @@
"name": "claude-dev", "name": "claude-dev",
"displayName": "Cline", "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.", "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", "icon": "assets/icons/icon.png",
"engines": { "engines": {
"vscode": "^1.84.0" "vscode": "^1.84.0"

View File

@ -66,7 +66,7 @@ export class Controller {
workspaceTracker: WorkspaceTracker workspaceTracker: WorkspaceTracker
mcpHub: McpHub mcpHub: McpHub
accountService: ClineAccountService 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( constructor(
readonly context: vscode.ExtensionContext, readonly context: vscode.ExtensionContext,

View File

@ -44,22 +44,21 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
</h3> </h3>
<ul style={ulStyle}> <ul style={ulStyle}>
<li> <li>
<b>Task Timeline:</b> See the history of your coding journey with a visual timeline of checkpoints, letting <b>Workflows:</b> Create and manage workflow files that can be injected into conversations via slash commands,
you understand what Cline did at a glance. making it easy to automate repetitive tasks.
</li> </li>
<li> <li>
<b>UX Improvements:</b> Type while Cline works, smarter auto-scrolling, new copy buttons for task headers and <b>Collapsible Task List:</b> Hide your recent tasks when sharing your screen to keep your prompts private.
messages, and a simplified home interface for a smoother experience.
</li> </li>
<li> <li>
<b>Commit Message Generation:</b> Let Cline help craft meaningful commit messages based on your changes. <b>Global Endpoint for Vertex AI:</b> Improved availability and reduced rate limiting errors for Vertex AI
users.
</li> </li>
<li> <li>
<b>Quote Replies:</b> Easily reference previous messages with new quote reply support for clearer <b>New User Experience:</b> Special components and guidance for new users to help them get started with Cline.
conversations.
</li> </li>
<li> <li>
<b>Auto Caching for Gemini:</b> Native support for Gemini's recently released Implicit Caching. <b>UI Improvements:</b> Fixed loading states and improved settings organization for a smoother experience.
</li> </li>
</ul> </ul>
<Accordion isCompact className="pl-0"> <Accordion isCompact className="pl-0">
@ -75,21 +74,20 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
}}> }}>
<ul style={ulStyle}> <ul style={ulStyle}>
<li> <li>
<b>Gemini prompt caching:</b> Gemini and Vertex providers now support prompt caching and price <b>Task Timeline:</b> See the history of your coding journey with a visual timeline of checkpoints.
tracking for Gemini models.
</li> </li>
<li> <li>
<b>Copy Buttons:</b> Buttons were added to Markdown and Code blocks that allow you to copy their <b>UX Improvements:</b> Type while Cline works, smarter auto-scrolling, and copy buttons for task
contents easily. headers and messages.
</li>
<li>
<b>Gemini prompt caching:</b> Gemini and Vertex providers now support prompt caching and price
tracking.
</li> </li>
<li> <li>
<b>Global Cline Rules:</b> Store multiple rules files in Documents/Cline/Rules to share between <b>Global Cline Rules:</b> Store multiple rules files in Documents/Cline/Rules to share between
projects. projects.
</li> </li>
<li>
<b>Slash Commands:</b> Type <code>/</code> in chat to see the list of quick actions, like starting a
new task.
</li>
</ul> </ul>
</AccordionItem> </AccordionItem>
</Accordion> </Accordion>