From fb481b9fea4026e81f79174057523052d052bfc3 Mon Sep 17 00:00:00 2001
From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
Date: Wed, 4 Sep 2024 13:35:14 -0400
Subject: [PATCH] Make announcement less verbose
---
package.json | 2 +-
webview-ui/src/components/Announcement.tsx | 12 ++++--------
2 files changed, 5 insertions(+), 9 deletions(-)
diff --git a/package.json b/package.json
index bd25488..b358365 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.5.25",
+ "version": "1.5.26",
"icon": "icon.png",
"engines": {
"vscode": "^1.84.0"
diff --git a/webview-ui/src/components/Announcement.tsx b/webview-ui/src/components/Announcement.tsx
index 2d47aa8..5bf2092 100644
--- a/webview-ui/src/components/Announcement.tsx
+++ b/webview-ui/src/components/Announcement.tsx
@@ -71,16 +71,12 @@ const Announcement = ({ version, hideAnnouncement, apiConfiguration, vscodeUriSc
the center to undo "{"// rest of code here"}" shenanigans)
search_files tool that lets Claude perform regex searches in your project,
- making it easy for him to refactor code, address TODOs and FIXMEs, remove dead code, and more!
+ New search_files tool that lets Claude perform regex searches in your project, letting
+ him refactor code, address TODOs and FIXMEs, remove dead code, and more!