Prepare for release

This commit is contained in:
Saoud Rizwan
2024-09-09 16:27:13 -04:00
parent ea65568876
commit d9219d1b73
6 changed files with 17 additions and 8 deletions

View File

@@ -30,8 +30,13 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
<h3 style={{ margin: "0 0 8px" }}>
🎉{" "}New in v{version}
</h3>
<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
{/* <li>
<p style={{ margin: "5px 0px" }}>
Commands now run directly in your terminal thanks to VSCode 1.93's new shell integration updates! Plus a
new 'Proceed While Running' button to let Claude continue working while commands run, sending him new
output along the way (i.e. letting him react to server errors as he edits files!)
</p>
{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
<li>
OpenRouter now supports prompt caching! They also have much higher rate limits than other providers,
so I recommend trying them out.
<br />
@@ -62,7 +67,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
Switch to OpenRouter
</VSCodeButton>
)}
</li> */}
</li>
<li>
<b>Edit Claude's changes before accepting!</b> When he creates or edits a file, you can modify his
changes directly in the right side of the diff view (+ hover over the 'Revert Block' arrow button in
@@ -76,7 +81,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
When Claude runs commands, you can now type directly in the terminal (+ support for Python
environments)
</li>
</ul>
</ul>*/}
<p style={{ margin: "0" }}>
Follow me for more updates!{" "}
<VSCodeLink href="https://x.com/sdrzn" style={{ display: "inline" }}>