Skip to content

Commit bbee587

Browse files
committed
New icon
1 parent 52bb98f commit bbee587

File tree

6 files changed

+22
-2
lines changed

6 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Change Log
22

3+
## [3.1.10]
4+
5+
- New icon!
6+
37
## [3.1.9]
48

59
- Add Mistral API provider with codestral-latest model

assets/icons/icon.png

-4.24 KB
Loading

assets/icons/icon.svg

Lines changed: 16 additions & 0 deletions
Loading

assets/icons/robot_panel_dark.png

184 Bytes
Loading

assets/icons/robot_panel_light.png

-23 Bytes
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "claude-dev",
33
"displayName": "Cline",
44
"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.",
5-
"version": "3.1.9",
5+
"version": "3.1.10",
66
"icon": "assets/icons/icon.png",
77
"galleryBanner": {
88
"color": "#617A91",
@@ -51,7 +51,7 @@
5151
{
5252
"id": "claude-dev-ActivityBar",
5353
"title": "Cline",
54-
"icon": "$(robot)"
54+
"icon": "assets/icons/icon.svg"
5555
}
5656
]
5757
},

0 commit comments

Comments
 (0)