Prepare for release

This commit is contained in:
Saoud Rizwan
2024-10-28 04:23:04 -04:00
parent d48d4378ed
commit b981b3a552
7 changed files with 29 additions and 33 deletions

View File

@@ -33,24 +33,18 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
🎉{" "}New in v{minorVersion}
</h3>
<p style={{ margin: "5px 0px" }}>
New name! Meet Cline, an AI assistant that can use your <strong>CLI</strong> a<strong>N</strong>d{" "}
<strong>E</strong>ditor.
Cline now uses Anthropic's new{" "}
<VSCodeLink
href="https://www.anthropic.com/news/3-5-models-and-computer-use"
style={{ display: "inline" }}>
"Computer Use"
</VSCodeLink>{" "}
feature to launch a browser, click, type, and scroll. This gives him more autonomy in runtime debugging,
end-to-end testing, and even general web use!{" "}
<VSCodeLink href="https://x.com/sdrzn/status/1843989769828602273" style={{ display: "inline" }}>
See a demo here.
</VSCodeLink>
</p>
<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
<li>
Responses are now streamed + a yellow text decoration animation to keep track of Cline's progress as
he edits files.
</li>
<li>
Cancel button to give Cline feedback if he goes off in the wrong direction, giving you more control
over tasks.
</li>
<li>
Re-imagined tool calling prompt resulting in ~40% fewer requests to accomplish tasks + better
performance with other models.
</li>
<li>Search and use any model with OpenRouter (search "free" for no-cost options).</li>
</ul>
{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
<li>
OpenRouter now supports prompt caching! They also have much higher rate limits than other providers,
@@ -99,14 +93,11 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
</li>
</ul>*/}
<p style={{ margin: "0" }}>
<VSCodeLink href="https://x.com/sdrzn/status/1843989769828602273" style={{ display: "inline" }}>
See a demo of the changes here.
</VSCodeLink>
I'm excited for you to try this update, and would love to hear how you like it in our Discord. Come say
hi!{" "}
Join
<VSCodeLink style={{ display: "inline" }} href="https://discord.gg/cline">
https://discord.gg/cline
discord.gg/cline
</VSCodeLink>
for more updates!
</p>
</div>
)

View File

@@ -716,8 +716,9 @@ const ChatView = ({ isHidden, showAnnouncement, hideAnnouncement, showHistoryVie
Claude 3.5 Sonnet's agentic coding capabilities,
</VSCodeLink>{" "}
I can handle complex software development tasks step-by-step. With tools that let me create
& edit files, explore complex projects, and execute terminal commands (after you grant
permission), I can assist you in ways that go beyond code completion or tech support.
& edit files, explore complex projects, use the browser, and execute terminal commands
(after you grant permission), I can assist you in ways that go beyond code completion or
tech support.
</p>
</div>
{taskHistory.length > 0 && <HistoryPreview showHistoryView={showHistoryView} />}

View File

@@ -30,8 +30,8 @@ const WelcomeView = () => {
style={{ display: "inline" }}>
Claude 3.5 Sonnet's agentic coding capabilities
</VSCodeLink>{" "}
and access to tools that let me create & edit files, explore complex projects, and execute terminal
commands (with your permission, of course).
and access to tools that let me create & edit files, explore complex projects, use the browser, and
execute terminal commands (with your permission, of course).
</p>
<b>To get started, this extension needs an API provider for Claude 3.5 Sonnet.</b>