From 91eedd709705788d82b2603418bf14404dc589b3 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Mon, 5 Aug 2024 00:37:05 -0400 Subject: [PATCH] Update text --- README.md | 2 +- webview-ui/src/components/ChatView.tsx | 4 ++-- webview-ui/src/components/WelcomeView.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index b8b163e..7038ca0 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Download VSCode Extension

-Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf) Claude Dev can handle complex software development tasks step-by-step. With tools that let him read & write files, analyze project source code, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond simple code completion or tech support. From building software projects to running system operations, Claude Dev is only limited by your imagination. +Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf) Claude Dev can handle complex software development tasks step-by-step. With tools that let him create & edit files, analyze project source code, and execute terminal commands (after you grant permission), he can assist you in ways that go beyond simple code completion or tech support. From building software projects to running system operations, Claude Dev is only limited by your imagination. While autonomous AI scripts traditionally run in sandboxed environments, Claude Dev provides a human-in-the-loop GUI to supervise every file changed and command executed, providing a safe and accessible way to explore the potential of agentic AI. diff --git a/webview-ui/src/components/ChatView.tsx b/webview-ui/src/components/ChatView.tsx index e9db13c..fb3e653 100644 --- a/webview-ui/src/components/ChatView.tsx +++ b/webview-ui/src/components/ChatView.tsx @@ -364,8 +364,8 @@ const ChatView = ({ messages, isHidden, vscodeThemeName, showAnnouncement, hideA style={{ display: "inline" }}> 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, analyze project source code, and execute terminal commands (after you grant + I can handle complex software development tasks step-by-step. With tools that let me create + & edit 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 dd3976b..10cdb59 100644 --- a/webview-ui/src/components/WelcomeView.tsx +++ b/webview-ui/src/components/WelcomeView.tsx @@ -33,7 +33,7 @@ const WelcomeView: React.FC = ({ apiConfiguration, setApiConfi style={{ display: "inline" }}> 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 + I am prompted to think through tasks step-by-step and have access to tools that let me create & edit files, analyze project source code, and execute terminal commands (with your permission, of course).