mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fix text on Settings screen; update version to 0.0.6
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"displayName": "Claude Dev",
|
"displayName": "Claude Dev",
|
||||||
"description": "Claude Dev goes beyond simple code completion by reading & writing files, creating projects, and executing terminal commands with your permission.",
|
"description": "Claude Dev goes beyond simple code completion by reading & writing files, creating projects, and executing terminal commands with your permission.",
|
||||||
"version": "0.0.5",
|
"version": "0.0.6",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.82.0"
|
"vscode": "^1.82.0"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -153,6 +153,7 @@ const SettingsView = ({ apiKey, setApiKey, maxRequestsPerTask, setMaxRequestsPer
|
|||||||
}}>
|
}}>
|
||||||
<p>
|
<p>
|
||||||
This project was made for Anthropic's "Build with Claude June 2024 contest"
|
This project was made for Anthropic's "Build with Claude June 2024 contest"
|
||||||
|
<br/>
|
||||||
<VSCodeLink href="https://github.com/saoudrizwan/claude-dev">
|
<VSCodeLink href="https://github.com/saoudrizwan/claude-dev">
|
||||||
https://github.com/saoudrizwan/claude-dev
|
https://github.com/saoudrizwan/claude-dev
|
||||||
</VSCodeLink>
|
</VSCodeLink>
|
||||||
|
|||||||
Reference in New Issue
Block a user