From 614caa1c8fff8f1df61d1217900359dc919b7533 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Mon, 9 Sep 2024 21:40:03 -0400 Subject: [PATCH] Add demo link --- package.json | 2 +- webview-ui/src/components/Announcement.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4b2a092..43cdc36 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "claude-dev", "displayName": "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.6.0", + "version": "1.6.1", "icon": "icons/icon.png", "galleryBanner": { "color": "#C1DCEA", diff --git a/webview-ui/src/components/Announcement.tsx b/webview-ui/src/components/Announcement.tsx index 0355a21..16c740e 100644 --- a/webview-ui/src/components/Announcement.tsx +++ b/webview-ui/src/components/Announcement.tsx @@ -33,7 +33,10 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
Commands now run directly in your terminal thanks to VSCode 1.93's new shell integration updates! Plus a
new 'Proceed While Running' button to let Claude continue working while commands run, sending him new
- output along the way (i.e. letting him react to server errors as he edits files)
+ output along the way (i.e. letting him react to server errors as he edits files).{" "}
+