Update README, Announcement, Settings; update version

This commit is contained in:
Saoud Rizwan
2024-07-27 13:16:40 -04:00
parent 14bbf3a9e5
commit 9fa611cb3d
5 changed files with 39 additions and 106 deletions

View File

@@ -32,6 +32,10 @@ const Announcement = ({ hideAnnouncement }: AnnouncementProps) => {
or <code>Claude Dev: Open In New Tab</code> in command palette) to see how Claude updates your
workspace more clearly
</li>
<li>
New <code>analyze_project</code> tool to help Claude get a comprehensive overview of your project's
source code definitions and file structure
</li>
<li>Provide feedback to tool use like terminal commands and file edits</li>
<li>
Updated max output tokens to 8192 so less lazy coding (<code>{"// rest of code here..."}</code>)

View File

@@ -166,8 +166,6 @@ const SettingsView = ({ apiKey, setApiKey, maxRequestsPerTask, setMaxRequestsPer
fontStyle: "italic",
}}>
<p>
This project was made for Anthropic's "Build with Claude June 2024 contest"
<br />
<VSCodeLink href="https://github.com/saoudrizwan/claude-dev">
https://github.com/saoudrizwan/claude-dev
</VSCodeLink>