Saoud Rizwan 1 år sedan
förälder
incheckning
6067766eee
2 ändrade filer med 10 tillägg och 7 borttagningar
  1. 2 3
      webview-ui/src/components/ChatView.tsx
  2. 8 4
      webview-ui/src/components/WelcomeView.tsx

+ 2 - 3
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,
 							</VSCodeLink>{" "}
 							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.
 						</p>
 					</div>
 				</>

+ 8 - 4
webview-ui/src/components/WelcomeView.tsx

@@ -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" }}>
 			<h2>Hi, I'm Claude Dev</h2>
 			<p>
-				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{" "}
+				<VSCodeLink
+					href="https://www-cdn.anthropic.com/fed9cc193a14b84131812372d8d5857f8f304c52/Model_Card_Claude_3_Addendum.pdf"
+					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>
 
 			<b>To get started, this extension needs an Anthropic API key:</b>