From 62e72b9da489c0613df7f736378f225cad8b199b Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Fri, 19 Jul 2024 02:08:18 -0400 Subject: [PATCH] Update package.json --- package-lock.json | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 47e5b08..c2d8f39 100644 --- a/package-lock.json +++ b/package-lock.json @@ -34,7 +34,7 @@ "typescript": "^5.4.5" }, "engines": { - "vscode": "^1.82.0" + "vscode": "^1.84.0" } }, "node_modules/@anthropic-ai/sdk": { diff --git a/package.json b/package.json index a8e76e9..de752a4 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "claude-dev", "displayName": "Claude Dev", - "description": "Claude Dev goes beyond simple code completion by reading & writing files, creating projects, and executing terminal commands with your permission.", + "description": "Autonomous software engineer right in your IDE, capable of reading/writing files, executing commands, and more with your permission every step of the way.", "version": "0.0.6", "engines": { - "vscode": "^1.82.0" + "vscode": "^1.84.0" }, "author": { "name": "Saoud Rizwan" }, "license": "MIT",