From 728f83f83420ea33b48b0711a519659071eda1eb Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Tue, 10 Sep 2024 18:07:45 -0400 Subject: [PATCH] Update version and details --- package.json | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 299dbc401..8cec7f8ae 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.6.2", + "version": "1.6.3", "icon": "icons/icon.png", "galleryBanner": { "color": "#FFDFCA", @@ -21,14 +21,25 @@ "url": "https://github.com/saoudrizwan/claude-dev" }, "categories": [ - "AI" + "AI", + "Chat", + "Programming Languages", + "Education", + "Machine Learning", + "Snippets", + "Testing" ], "keywords": [ - "AI", - "Claude", - "agentic", - "productivity", - "automation" + "claude", + "coding", + "agent", + "autonomous", + "chatgpt", + "sonnet", + "mistral", + "codestral", + "ai", + "llama" ], "activationEvents": [], "main": "./dist/extension.js",