mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Update text
This commit is contained in:
@@ -352,9 +352,8 @@ const ChatView = ({ messages, isHidden, vscodeThemeName, showAnnouncement, hideA
|
|||||||
Claude 3.5 Sonnet's agentic coding capabilities,
|
Claude 3.5 Sonnet's agentic coding capabilities,
|
||||||
</VSCodeLink>{" "}
|
</VSCodeLink>{" "}
|
||||||
I can handle complex software development tasks step-by-step. With tools that let me read &
|
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
|
write files, analyze project source code, and execute terminal commands (after you grant
|
||||||
grant permission), I can assist you in ways that go beyond simple code completion or tech
|
permission), I can assist you in ways that go beyond simple code completion or tech support.
|
||||||
support.
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</>
|
</>
|
||||||
|
|||||||
@@ -32,10 +32,14 @@ const WelcomeView: React.FC<WelcomeViewProps> = ({ apiKey, setApiKey }) => {
|
|||||||
<div style={{ position: "fixed", top: 0, left: 0, right: 0, bottom: 0, padding: "0 20px" }}>
|
<div style={{ position: "fixed", top: 0, left: 0, right: 0, bottom: 0, padding: "0 20px" }}>
|
||||||
<h2>Hi, I'm Claude Dev</h2>
|
<h2>Hi, I'm Claude Dev</h2>
|
||||||
<p>
|
<p>
|
||||||
I can do all kinds of tasks thanks to the latest breakthroughs in Claude Sonnet 3.5's agentic coding
|
I can do all kinds of tasks thanks to the latest breakthroughs in{" "}
|
||||||
capabilities. I am prompted to think through tasks step-by-step and have access to tools that let me get
|
<VSCodeLink
|
||||||
information about your project, read & write code, and execute terminal commands (with your permission,
|
href="https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf"
|
||||||
of course).
|
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
|
||||||
|
files, analyze project source code, and execute terminal commands (with your permission, of course).
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<b>To get started, this extension needs an Anthropic API key:</b>
|
<b>To get started, this extension needs an Anthropic API key:</b>
|
||||||
|
|||||||
Reference in New Issue
Block a user