mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-08 22:21:23 +00:00
Update copy
This commit is contained in:
parent
adcdd17825
commit
5acc4d05c5
2 changed files with 2 additions and 2 deletions
|
|
@ -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!
|
||||
- @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
|
||||
- @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
|
||||
|
||||
## [1.7.0]
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ const Announcement = ({ version, hideAnnouncement }: AnnouncementProps) => {
|
|||
back-and-forth about debugging
|
||||
</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)
|
||||
</li>
|
||||
<li>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue