From 361edd47fac2c1841b53696948685db9f16603dd Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 25 Sep 2024 20:14:25 -0400 Subject: [PATCH] Prepare release --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d88f277..20fdadf 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.9.7] + +- Only auto-include error diagnostics after file edits, removed warnings to keep Claude from getting distracted in projects with strict linting rules + ## [1.9.6] - Added support for new Google Gemini models `gemini-1.5-flash-002` and `gemini-1.5-pro-002` diff --git a/package.json b/package.json index 4e3f817..486fb0d 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.9.6", + "version": "1.9.7", "icon": "icons/icon.png", "galleryBanner": { "color": "#1E1E1E",