소스 검색

Prepare release

Saoud Rizwan 1 년 전
부모
커밋
361edd47fa
2개의 변경된 파일5개의 추가작업 그리고 1개의 파일을 삭제
  1. 4 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 4 - 0
CHANGELOG.md

@@ -4,6 +4,10 @@ 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. -->
 
+## [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`

+ 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.9.6",
+  "version": "1.9.7",
   "icon": "icons/icon.png",
   "galleryBanner": {
     "color": "#1E1E1E",