diff --git a/package.json b/package.json index 9452158..8801159 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.5.19", + "version": "1.5.20", "icon": "icon.png", "engines": { "vscode": "^1.84.0" diff --git a/webview-ui/src/components/ApiOptions.tsx b/webview-ui/src/components/ApiOptions.tsx index bccd02b..a4a480f 100644 --- a/webview-ui/src/components/ApiOptions.tsx +++ b/webview-ui/src/components/ApiOptions.tsx @@ -268,7 +268,7 @@ const ApiOptions: React.FC = ({ showModelOptions, apiErrorMessa style={{ width: "100%" }} type="url" onInput={handleInputChange("openAiBaseUrl")} - placeholder={"e.g. http://localhost:11434"}> + placeholder={"e.g. http://localhost:11434/v1"}> Base URL