Browse Source

Update changelog

Saoud Rizwan 1 year ago
parent
commit
a48b4feba3
2 changed files with 6 additions and 4 deletions
  1. 5 3
      CHANGELOG.md
  2. 1 1
      package.json

+ 5 - 3
CHANGELOG.md

@@ -6,16 +6,18 @@ All notable changes to the "claude-dev" extension will be documented in this fil
 
 ## [1.4.0]
 
-- Add "Always allow read-only operations" setting to let Claude read files and view directories without needing approval (off by default)
+- Adds "Always allow read-only operations" setting to let Claude read files and view directories without needing approval (off by default)
 - Implement sliding window context management to keep tasks going past 200k tokens
+- Adds Google Cloud Vertex AI support and updates Claude 3.5 Sonnet max output to 8192 tokens for all providers.
+- Improves system prompt to gaurd against lazy edits (less "//rest of code here")
 
 ## [1.3.0]
 
-- Add task history
+- Adds task history
 
 ## [1.2.0]
 
-- Add support for Prompt Caching to significantly reduce costs and response times (currently only available through Anthropic API for Claude 3.5 Sonnet and Claude 3.0 Haiku)
+- Adds support for Prompt Caching to significantly reduce costs and response times (currently only available through Anthropic API for Claude 3.5 Sonnet and Claude 3.0 Haiku)
 
 ## [1.1.1]
 

+ 1 - 1
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.4.2",
+  "version": "1.4.21",
   "icon": "icon.png",
   "engines": {
     "vscode": "^1.84.0"