Fix codestral link

This commit is contained in:
Saoud Rizwan 2025-01-17 10:25:18 -08:00
parent bbee587cfe
commit 3109fdb0f4
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"name": "claude-dev", "name": "claude-dev",
"displayName": "Cline", "displayName": "Cline",
"description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.", "description": "Autonomous coding agent right in your IDE, capable of creating/editing files, running commands, using the browser, and more with your permission every step of the way.",
"version": "3.1.10", "version": "3.1.11",
"icon": "assets/icons/icon.png", "icon": "assets/icons/icon.png",
"galleryBanner": { "galleryBanner": {
"color": "#617A91", "color": "#617A91",

View File

@ -292,7 +292,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
This key is stored locally and only used to make API requests from this extension. This key is stored locally and only used to make API requests from this extension.
{!apiConfiguration?.mistralApiKey && ( {!apiConfiguration?.mistralApiKey && (
<VSCodeLink <VSCodeLink
href="https://console.mistral.ai/codestral/" href="https://console.mistral.ai/codestral"
style={{ style={{
display: "inline", display: "inline",
fontSize: "inherit", fontSize: "inherit",