From 6db91978ca2d32e89a338de127f85291c751a88c Mon Sep 17 00:00:00 2001 From: Passerby1011 <63802758+Passerby1011@users.noreply.github.com> Date: Sun, 21 Apr 2024 03:09:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20style:=20update=20CodeSherpa=20i?= =?UTF-8?q?con=20(#2417)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The icon address error leads to the icon not displaying. --- api/app/clients/tools/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/app/clients/tools/manifest.json b/api/app/clients/tools/manifest.json index 028aeffdf3..c8beed976f 100644 --- a/api/app/clients/tools/manifest.json +++ b/api/app/clients/tools/manifest.json @@ -60,7 +60,7 @@ "name": "CodeSherpa", "pluginKey": "codesherpa_tools", "description": "[Experimental] A REPL for your chat. Requires https://github.com/iamgreggarcia/codesherpa", - "icon": "https://github.com/iamgreggarcia/codesherpa/blob/main/localserver/_logo.png", + "icon": "https://raw.githubusercontent.com/iamgreggarcia/codesherpa/main/localserver/_logo.png", "authConfig": [ { "authField": "CODESHERPA_SERVER_URL",