From d1d8590a23cb8c62a820f23c2adcf45ef8e6ac45 Mon Sep 17 00:00:00 2001 From: l1shen Date: Thu, 5 Dec 2024 18:14:38 +0800 Subject: [PATCH] chore: update icon --- assets/iconfont.woff | Bin 0 -> 1404 bytes package.json | 18 +++++++++--------- src/panel-chat.ts | 2 +- src/status-icon.ts | 6 +++--- 4 files changed, 13 insertions(+), 13 deletions(-) create mode 100644 assets/iconfont.woff diff --git a/assets/iconfont.woff b/assets/iconfont.woff new file mode 100644 index 0000000000000000000000000000000000000000..88a9f6fb56359639c7a3767e48a8bd11379c2ff3 GIT binary patch literal 1404 zcmXT-cXMN4WB>xz8U|hv&3**J2eDCsn_Gx4P+bC0R0@b?7M@j#ad&Zb1By8S`Ep>a z$-w0wtZ&4?z_Fdk@3IfFvfP7gXR$<@9+?tVF zQUMfu0p#-ou>cPPgGNq%GEf~8$PO+rzQw?hn^*yIO9PNE55x+L;tbRC5_3}-7?>{r z#er^SYKm)OWGcunE&;kv0;mS$H-m!El4lijk`q!A5*Qw7@$&7jsGGf>=Z+4K!iOC( zSEc>34L%s&PpD#iQem_C)hDFh)Xc82g@fWCd@f-;M9QwS5B6+H8w7kcQW3WW{~uR zq04B4k#PbmW9B+d9`<>Lw#i8#dk!3^X=n5>GEmYCOh{m1NS5Gf2HTU^z#ztP4QS^I z22-%P2?=Qp36gAXYyuk?KS>;{5o2RjILp-H@XvVJ|Nn|hM3h5RnU$rPdrlrW!J;xl zB7jl(@CJ4UqcFC`Kto^v7@ie#Z2R`-NjVA}OMibqjdgeX&SddLkIxkDv)=H4C;Nt~ zgtFx^A=cKXhbG1D?g;uR7_-A`=JW+!QJqWOtIGbXC2oyVoK?vnX^b7Lu9 zfec3Dddd0)ETJ6^hXl_&V9I;Q-LSmqNRL3~!-S>5Iec3VyY>myPYyk1tar(WbFSY+ z9zo}snpYKat?c^$NeW68b$$62G+EJ~bKTW8ox78i-{d?<>dpK2_SMRTQ$-YoYOH(Y z4c3{i;^X#u&z)BNVw$|YRb8mo=idv$6^~f`j54{k>q+Uq_qEDLlV)DJIw@e+x?1bG zXVg}<=6w2f?%4P5p9Aez2?rhc8Z~W+xqZG{<^AV*BK+$9d+$B12oPq=n*TQb?~btN zQ%d>Ti%WBK?p|=OlQ4MQuqoyEwy^%>mGAnRA~%&w)mT_w`+NV&-On<+50}~2n=iQb zs&(4-^*LXSY%_4G_!_fp$L**&^Yqm`L!OHUnQ9$PQ~Fv|cya3dLPfsMVdeGr zObxf4Yg_E!+ZN5xU|z}MB3Ut~cEVY&!ww>?=fC*pIv#0y9VzPQQ9o_zZl}9D3j(j_ zT6soK@|oeo9lNXaDf5o6hBXZH9Sfc|S4ger5S=yQwE6RU#c65`dLKDk=P&QgPHYXn z!x>)C6tTnWZ{QBMI>B{|Tg@M`edT|smUqQtN9(q#w5C;a3$JQk{&rm(->IP|PZ;(@=&d?ZX=Gj58aPV--{K+E%QQldv}aoVM_} z^Xj^1#o=O2;4}<$E=kxEr>%r7?Vc8Eh{;Yy_NWM&J zV9+x-d7^&5=lp?ece7{cAyUNJBL06TFB5C8xG literal 0 HcmV?d00001 diff --git a/package.json b/package.json index c4c4a25..116c3f5 100644 --- a/package.json +++ b/package.json @@ -223,9 +223,9 @@ "chatParticipants": [ { "id": "flexpilot.panel.default", - "name": "flexpilot", - "fullName": "Flexpilot", - "description": "Ask Flexpilot or type / for commands", + "name": "oopilot", + "fullName": "oopilot", + "description": "Ask oopilot or type / for commands", "isDefault": true, "locations": [ "panel" @@ -233,9 +233,9 @@ }, { "id": "flexpilot.editor.default", - "name": "flexpilot", - "fullName": "Flexpilot", - "description": "Ask Flexpilot or type / for commands", + "name": "oopilot", + "fullName": "oopilot", + "description": "Ask oopilot or type / for commands", "isDefault": true, "locations": [ "editor" @@ -296,8 +296,8 @@ "flexpilot-default": { "description": "Flexpilot Default Logo", "default": { - "fontPath": "assets/fonts.woff", - "fontCharacter": "\\e900" + "fontPath": "assets/iconfont.woff", + "fontCharacter": "\\e602" } }, "flexpilot-disabled": { @@ -374,4 +374,4 @@ "engines": { "vscode": "1.95.x" } -} +} \ No newline at end of file diff --git a/src/panel-chat.ts b/src/panel-chat.ts index abc1b1f..7dfdbdf 100644 --- a/src/panel-chat.ts +++ b/src/panel-chat.ts @@ -240,7 +240,7 @@ class PanelChatParticipant { ): Promise { return location === vscode.ChatLocation.Panel && !token.isCancellationRequested - ? [{ prompt: "/help - Get help with Flexpilot commands" }] + ? [{ prompt: "/help - Get help with oopilot commands" }] : []; } diff --git a/src/status-icon.ts b/src/status-icon.ts index 972c630..1e40aef 100644 --- a/src/status-icon.ts +++ b/src/status-icon.ts @@ -58,10 +58,10 @@ class StatusIconManager { private initializeStatusBar(): void { logger.debug("Initializing status bar"); this.statusBarItem.accessibilityInformation = { - label: "Flexpilot Status", + label: "oopilot Status", }; - this.statusBarItem.tooltip = "Flexpilot Status"; - this.statusBarItem.name = "Flexpilot Status"; + this.statusBarItem.tooltip = "oopilot Status"; + this.statusBarItem.name = "oopilot Status"; this.statusBarItem.command = "flexpilot.status.icon.menu"; this.statusBarItem.show(); logger.debug("Status bar initialized");