Add demo link

This commit is contained in:
Saoud Rizwan
2024-09-09 21:40:03 -04:00
parent 9f00189489
commit 614caa1c8f
2 changed files with 5 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"name": "claude-dev", "name": "claude-dev",
"displayName": "Claude Dev", "displayName": "Claude Dev",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, executing commands, and more with your permission every step of the way.",
"version": "1.6.0", "version": "1.6.1",
"icon": "icons/icon.png", "icon": "icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#C1DCEA", "color": "#C1DCEA",

View File

@@ -33,7 +33,10 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
<p style={{ margin: "5px 0px" }}> <p style={{ margin: "5px 0px" }}>
Commands now run directly in your terminal thanks to VSCode 1.93's new shell integration updates! Plus a 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 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) 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">
Demo here!
</VSCodeLink>
</p> </p>
{/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}> {/*<ul style={{ margin: "0 0 8px", paddingLeft: "12px" }}>
<li> <li>