Update text

This commit is contained in:
Saoud Rizwan
2024-08-05 00:37:05 -04:00
parent 08737ac119
commit 91eedd7097
3 changed files with 4 additions and 4 deletions

View File

@@ -364,8 +364,8 @@ const ChatView = ({ messages, isHidden, vscodeThemeName, showAnnouncement, hideA
style={{ display: "inline" }}>
Claude 3.5 Sonnet's agentic coding capabilities,
</VSCodeLink>{" "}
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.
</p>
</div>

View File

@@ -33,7 +33,7 @@ const WelcomeView: React.FC<WelcomeViewProps> = ({ apiConfiguration, setApiConfi
style={{ display: "inline" }}>
Claude 3.5 Sonnet's agentic coding capabilities.
</VSCodeLink>{" "}
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).
</p>