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) => {

*/} diff --git a/webview-ui/src/components/chat/ChatRow.tsx b/webview-ui/src/components/chat/ChatRow.tsx index 022e780..20f0955 100644 --- a/webview-ui/src/components/chat/ChatRow.tsx +++ b/webview-ui/src/components/chat/ChatRow.tsx @@ -96,7 +96,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa , - Claude is having trouble..., + Cline is having trouble..., ] case "command": return [ @@ -108,7 +108,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa style={{ color: normalColor, marginBottom: "-1.5px" }}> ), - Claude wants to execute this command: + Cline wants to execute this command: , ] case "completion_result": @@ -170,7 +170,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa , - Claude has a question:, + Cline has a question:, ] default: return [null, null] @@ -211,7 +211,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa <>
{toolIcon("edit")} - Claude wants to edit this file: + Cline wants to edit this file:
{toolIcon("new-file")} - Claude wants to create a new file: + Cline wants to create a new file:
{toolIcon("file-code")} - {message.type === "ask" ? "Claude wants to read this file:" : "Claude read this file:"} + {message.type === "ask" ? "Cline wants to read this file:" : "Cline read this file:"} {/* {message.type === "ask" - ? "Claude wants to view the top level files in this directory:" - : "Claude viewed the top level files in this directory:"} + ? "Cline wants to view the top level files in this directory:" + : "Cline viewed the top level files in this directory:"} {message.type === "ask" - ? "Claude wants to recursively view all files in this directory:" - : "Claude recursively viewed all files in this directory:"} + ? "Cline wants to recursively view all files in this directory:" + : "Cline recursively viewed all files in this directory:"} {message.type === "ask" - ? "Claude wants to view source code definition names used in this directory:" - : "Claude viewed source code definition names used in this directory:"} + ? "Cline wants to view source code definition names used in this directory:" + : "Cline viewed source code definition names used in this directory:"} {message.type === "ask" ? ( <> - Claude wants to search this directory for {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 ? : toolIcon("inspect")} {message.type === "ask" ? ( - <>Claude wants to inspect this website: + <>Cline wants to inspect this website: ) : ( - <>Claude is inspecting this website: + <>Cline is inspecting this website: )} @@ -633,7 +633,7 @@ const ChatRowContent = ({ message, isExpanded, onToggleExpand, lastModifiedMessa
- Claude won't be able to view the command's output. Please update VSCode ( + Cline won't be able to view the command's output. Please update VSCode ( 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.