Update CHANGELOG

This commit is contained in:
Saoud Rizwan
2024-07-28 12:53:57 -04:00
parent 2b9a1e2c7e
commit fc82d693ac
3 changed files with 13 additions and 6 deletions

View File

@@ -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. -->
## [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]