From 6067766eee40c0c2939494e58e479482f49928af Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 27 Jul 2024 14:28:09 -0400 Subject: [PATCH] Update text --- webview-ui/src/components/ChatView.tsx | 5 ++--- webview-ui/src/components/WelcomeView.tsx | 12 ++++++++---- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/webview-ui/src/components/ChatView.tsx b/webview-ui/src/components/ChatView.tsx index 6777e51..2229474 100644 --- a/webview-ui/src/components/ChatView.tsx +++ b/webview-ui/src/components/ChatView.tsx @@ -352,9 +352,8 @@ const ChatView = ({ messages, isHidden, vscodeThemeName, showAnnouncement, hideA Claude 3.5 Sonnet's agentic coding capabilities, {" "} I can handle complex software development tasks step-by-step. With tools that let me read & - write files, create entire projects from scratch, and execute terminal commands (after you - grant permission), I can assist you in ways that go beyond simple code completion or tech - support. + write files, analyze project source code, and execute terminal commands (after you grant + permission), I can assist you in ways that go beyond simple code completion or tech support.

diff --git a/webview-ui/src/components/WelcomeView.tsx b/webview-ui/src/components/WelcomeView.tsx index a0f23a1..0eb40b3 100644 --- a/webview-ui/src/components/WelcomeView.tsx +++ b/webview-ui/src/components/WelcomeView.tsx @@ -32,10 +32,14 @@ const WelcomeView: React.FC = ({ apiKey, setApiKey }) => {

Hi, I'm Claude Dev

- I can do all kinds of tasks thanks to the latest breakthroughs in Claude Sonnet 3.5's agentic coding - capabilities. I am prompted to think through tasks step-by-step and have access to tools that let me get - information about your project, read & write code, and execute terminal commands (with your permission, - of course). + I can do all kinds of tasks thanks to the latest breakthroughs in{" "} + + Claude 3.5 Sonnet's agentic coding capabilities. + {" "} + I am prompted to think through tasks step-by-step and have access to tools that let me read & write + files, analyze project source code, and execute terminal commands (with your permission, of course).

To get started, this extension needs an Anthropic API key: