diff --git a/webview-ui/src/components/chat/Announcement.tsx b/webview-ui/src/components/chat/Announcement.tsx index 087801f..3aff25d 100644 --- a/webview-ui/src/components/chat/Announcement.tsx +++ b/webview-ui/src/components/chat/Announcement.tsx @@ -34,15 +34,15 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
inspect_site tool that captures
- screenshots and console logs from websites (including localhost), making it easier for Claude to
+ Cline can now use a browser! This update adds a new inspect_site tool that captures
+ screenshots and console logs from websites (including localhost), making it easier for Cline to
troubleshoot issues on his own.
- Claude can now monitor workspace problems to keep updated on linter/compiler/build issues, letting him
+ 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.)
{"// rest of code here"}" shenanigans)
search_files tool that lets Claude perform regex searches in your project, letting
+ New search_files tool that lets Cline perform regex searches in your project, letting
him refactor code, address TODOs and FIXMEs, remove dead code, and more!
{tool.regex}:
+ Cline wants to search this directory for {tool.regex}:
>
) : (
<>
- Claude searched this directory for {tool.regex}:
+ Cline searched this directory for {tool.regex}:
>
)}
@@ -388,9 +388,9 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
{isInspecting ? CMD/CTRL + Shift + P → "Update") and make sure you're using a supported
shell: zsh, bash, fish, or PowerShell (CMD/CTRL + Shift + P →
"Terminal: Select Default Profile").{" "}
diff --git a/webview-ui/src/components/settings/SettingsView.tsx b/webview-ui/src/components/settings/SettingsView.tsx
index 9620f81..e3dc3cb 100644
--- a/webview-ui/src/components/settings/SettingsView.tsx
+++ b/webview-ui/src/components/settings/SettingsView.tsx
@@ -125,7 +125,7 @@ const SettingsView = ({ onDone }: SettingsViewProps) => {
marginTop: "5px",
color: "var(--vscode-descriptionForeground)",
}}>
- When enabled, Claude will automatically read files, view directories, and inspect sites without
+ When enabled, Cline will automatically read files, view directories, and inspect sites without
requiring you to click the Allow button.