Update copy

This commit is contained in:
Saoud Rizwan
2024-09-19 18:05:46 -04:00
parent adcdd17825
commit 5acc4d05c5
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ All notable changes to the "claude-dev" extension will be documented in this fil
- You can now use '@' in the textarea to add context! - You can now use '@' in the textarea to add context!
- @url: Paste in a URL for the extension to fetch and convert to markdown, useful when you want to give Claude the latest docs! - @url: Paste in a URL for the extension to fetch and convert to markdown, useful when you want to give Claude the latest docs!
- @problems: Add workspace errors and warnings for Claude to fix, no more back-and-forth about debugging - @problems: Add workspace errors and warnings for Claude to fix, no more back-and-forth about debugging
- @file: Adds a file's contents so you dont have to waste an API request approving a read file (+ type to search files) - @file: Adds a file's contents so you don't have to waste API requests approving read file (+ type to search files)
- @folder: Adds folder's files all at once to speed up your workflow even more - @folder: Adds folder's files all at once to speed up your workflow even more
## [1.7.0] ## [1.7.0]

View File

@@ -42,7 +42,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
back-and-forth about debugging back-and-forth about debugging
</li> </li>
<li> <li>
<strong>@file:</strong> Adds a file's contents so you don't have to waste an API request approving a <strong>@file:</strong> Adds a file's contents so you don't have to waste API requests approving
read file (+ type to search files) read file (+ type to search files)
</li> </li>
<li> <li>