From a5898d890306e860c2f39158f99bcb6bb4968e21 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Wed, 10 Jul 2024 12:32:09 -0400 Subject: [PATCH] Fix text on Settings screen; update version to 0.0.6 --- package.json | 2 +- webview-ui/src/components/SettingsView.tsx | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 18167a3..a8e76e9 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "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.", - "version": "0.0.5", + "version": "0.0.6", "engines": { "vscode": "^1.82.0" }, diff --git a/webview-ui/src/components/SettingsView.tsx b/webview-ui/src/components/SettingsView.tsx index 9ce9fef..d3cdfbf 100644 --- a/webview-ui/src/components/SettingsView.tsx +++ b/webview-ui/src/components/SettingsView.tsx @@ -153,6 +153,7 @@ const SettingsView = ({ apiKey, setApiKey, maxRequestsPerTask, setMaxRequestsPer }}>

This project was made for Anthropic's "Build with Claude June 2024 contest" +
https://github.com/saoudrizwan/claude-dev