mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 20:31:37 -05:00
Make announcement less verbose
This commit is contained in:
@@ -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.5.25",
|
"version": "1.5.26",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.84.0"
|
"vscode": "^1.84.0"
|
||||||
|
|||||||
@@ -71,16 +71,12 @@ const Announcement = ({ version, hideAnnouncement, apiConfiguration, vscodeUriSc
|
|||||||
the center to undo "<code>{"// rest of code here"}</code>" shenanigans)
|
the center to undo "<code>{"// rest of code here"}</code>" shenanigans)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
Adds new <code>search_files</code> tool that lets Claude perform regex searches in your project,
|
New <code>search_files</code> tool that lets Claude perform regex searches in your project, letting
|
||||||
making it easy for him to refactor code, address TODOs and FIXMEs, remove dead code, and more!
|
him refactor code, address TODOs and FIXMEs, remove dead code, and more!
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
New terminal emulator! When Claude runs commands, you can now type directly in the terminal (+
|
When Claude runs commands, you can now type directly in the terminal (+ support for Python
|
||||||
support for Python environments)
|
environments)
|
||||||
</li>
|
|
||||||
<li>
|
|
||||||
Adds support for reading .pdf and .docx files (try "turn my business_plan.docx into a company
|
|
||||||
website")
|
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<p style={{ margin: "0" }}>
|
<p style={{ margin: "0" }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user