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",
|
"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",
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user