From a48b4feba3ebe45c9d93b07e4ec4f3ae0756cc72 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 28 Aug 2024 21:41:46 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 +++++--- package.json | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cf5947..d23f237 100644 --- a/CHANGELOG.md +++ b/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] diff --git a/package.json b/package.json index 63a4e3d..dca319a 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.4.2", + "version": "1.4.21", "icon": "icon.png", "engines": { "vscode": "^1.84.0"