From 0cd4ca25908380b503e326447034fdb9ae8dea38 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Sat, 14 Sep 2024 14:53:45 -0400 Subject: [PATCH] Prepare release --- CHANGELOG.md | 4 ++++ README.md | 3 ++- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a9393b..3e35be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to the "claude-dev" extension will be documented in this fil +## [1.7.0] + +- Adds problems monitoring to keep Claude updated on linter/compiler/build issues, letting him proactively fix errors on his own! (adding missing imports, fixing syntax errors, etc.) + ## [1.6.5] - Adds support for OpenAI o1, Azure OpenAI, and Google Gemini (free for up to 15 requests per minute!) diff --git a/README.md b/README.md index a4190c1..f68939b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ Thanks to [Claude 3.5 Sonnet's agentic coding capabilities](https://www-cdn.anth - Paste images in chat to use Claude's vision capabilities and turn mockups into fully functional applications or fix bugs with screenshots - Review and edit diffs of every change Claude makes right in the editor, or provide feedback in chat until you're satisfied with the result -- Executes commands directly in your terminal, keeping Claude updated on any output as he works (i.e. letting him react to server errors!) +- Executes commands directly in your terminal, keeping Claude updated on any output as he works (letting him react to server errors!) +- Monitors workspace problems to keep Claude updated on linter/compiler/build issues, letting him proactively fix errors on his own (adding missing imports, fixing syntax errors, etc.) - Presents permission buttons (like 'Approve terminal command') before tool use or sending information to the API - Keep track of total tokens and API usage cost for the entire task loop and individual requests - When a task is completed, Claude determines if he can present the result to you with a terminal command like `open -a "Google Chrome" index.html`, which you run with a click of a button diff --git a/package.json b/package.json index cd45d14..a8b7082 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "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.", - "version": "1.6.10", + "version": "1.7.0", "icon": "icons/icon.png", "galleryBanner": { "color": "#232323",