mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Update CHANGELOG
This commit is contained in:
13
CHANGELOG.md
13
CHANGELOG.md
@@ -4,11 +4,18 @@ All notable changes to the "claude-dev" extension will be documented in this fil
|
|||||||
|
|
||||||
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
|
<!-- Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. -->
|
||||||
|
|
||||||
## [Unreleased]
|
## [1.0.5]
|
||||||
|
|
||||||
## [0.0.7]
|
- Claude now has context about vscode's visible editors and opened tabs
|
||||||
|
|
||||||
-
|
## [1.0.4]
|
||||||
|
|
||||||
|
- Open in the editor (using menu bar or `Claude Dev: Open In New Tab` in command palette) to see how Claude updates your workspace more clearly
|
||||||
|
- New `analyze_project` tool to help Claude get a comprehensive overview of your project's source code definitions and file structure
|
||||||
|
- Provide feedback to tool use like terminal commands and file edits
|
||||||
|
- Updated max output tokens to 8192 so less lazy coding (`// rest of code here...`)
|
||||||
|
- Added ability to retry failed API requests (helpful for rate limits)
|
||||||
|
- Quality of life improvements like markdown rendering, memory optimizations, better theme support
|
||||||
|
|
||||||
## [0.0.6]
|
## [0.0.6]
|
||||||
|
|
||||||
|
|||||||
4
package-lock.json
generated
4
package-lock.json
generated
@@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"version": "1.0.5",
|
"version": "1.0.51",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"version": "1.0.5",
|
"version": "1.0.51",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@anthropic-ai/sdk": "^0.24.3",
|
"@anthropic-ai/sdk": "^0.24.3",
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
"name": "claude-dev",
|
"name": "claude-dev",
|
||||||
"displayName": "Claude Dev",
|
"displayName": "Claude Dev",
|
||||||
"description": "Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.",
|
"description": "Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.",
|
||||||
"version": "1.0.5",
|
"version": "1.0.51",
|
||||||
"icon": "icon.png",
|
"icon": "icon.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "^1.84.0"
|
"vscode": "^1.84.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user