Rollback automatic diagnostics debugging for now

This commit is contained in:
Saoud Rizwan
2024-09-17 11:51:37 -04:00
parent a2d7a0a4db
commit 52760d5975
4 changed files with 47 additions and 35 deletions

View File

@@ -32,12 +32,20 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
🎉{" "}New in v{version}
</h3>
<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).{" "}
<VSCodeLink style={{ display: "inline" }} href="https://x.com/sdrzn/status/1833316974518014072">
See a demo here.
</VSCodeLink>
</p>
{/* <p style={{ margin: "5px 0px" }}>
Claude can now monitor workspace problems to keep updated on linter/compiler/build issues, letting him
proactively fix errors on his own! (adding missing imports, fixing type errors, etc.)
<VSCodeLink style={{ display: "inline" }} href="https://x.com/sdrzn/status/1835100787275419829">
See a demo here.
</VSCodeLink>
</p>
</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,