diff --git a/CHANGELOG.md b/CHANGELOG.md index 20fdadf..5495cf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,13 @@ # Change Log -All notable changes to the "claude-dev" extension will be documented in this file. - +## [2.0.0] + +- New name! Meet Cline, an AI assistant that can use your CLI and Editor. +- Responses are now streamed with a yellow text decoration animation to keep track of Cline's progress as he edits files. +- New Cancel button to give Cline feedback if he goes off in the wrong direction, giving you more control over tasks. +- Re-imagined tool calling prompt resulting in ~40% fewer requests to accomplish tasks + better performance with other models. +- Search and use any model with OpenRouter (try searching "free" for free model offerings). ## [1.9.7] diff --git a/package.json b/package.json index eec6c34..5c4c827 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "Cline (prev. Claude Dev)", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.", - "version": "1.9.7", + "version": "2.0.0", "icon": "assets/icons/icon.png", "galleryBanner": { "color": "#556C80", diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index 3aff25d..7893f09 100644 --- a/webview-ui/src/components/chat/Announcement.tsx +++ b/webview-ui/src/components/chat/Announcement.tsx @@ -31,47 +31,25 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
+ New name! Meet Cline, an AI assistant that can use your CLI aNd{" "} + Editor. +
inspect_site tool that captures
- screenshots and console logs from websites (including localhost), making it easier for Cline to
- troubleshoot issues on his own.
-
- Cline can now monitor workspace problems to keep updated on linter/compiler/build issues, letting him
- proactively fix errors on his own! (adding missing imports, fixing type errors, etc.)
-
- Follow me for more updates!{" "}
+ More details about the changes + benchmarks{" "}