mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00
Fix codestral link
This commit is contained in:
parent
bbee587cfe
commit
3109fdb0f4
@ -2,7 +2,7 @@
|
||||
"name": "claude-dev",
|
||||
"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.",
|
||||
"version": "3.1.10",
|
||||
"version": "3.1.11",
|
||||
"icon": "assets/icons/icon.png",
|
||||
"galleryBanner": {
|
||||
"color": "#617A91",
|
||||
|
@ -292,7 +292,7 @@ const ApiOptions = ({ showModelOptions, apiErrorMessage, modelIdErrorMessage }:
|
||||
This key is stored locally and only used to make API requests from this extension.
|
||||
{!apiConfiguration?.mistralApiKey && (
|
||||
<VSCodeLink
|
||||
href="https://console.mistral.ai/codestral/"
|
||||
href="https://console.mistral.ai/codestral"
|
||||
style={{
|
||||
display: "inline",
|
||||
fontSize: "inherit",
|
||||
|
Loading…
Reference in New Issue
Block a user