From 56a0610906ead3dd184c71a7bcb50e7ae513dcc1 Mon Sep 17 00:00:00 2001 From: l1shen Date: Thu, 5 Dec 2024 17:01:27 +0800 Subject: [PATCH] chore(panel): update panel title --- src/panel-chat.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel-chat.ts b/src/panel-chat.ts index fd9192d..abc1b1f 100644 --- a/src/panel-chat.ts +++ b/src/panel-chat.ts @@ -223,7 +223,7 @@ class PanelChatParticipant { private async provideWelcomeMessage(): Promise { return { icon: new vscode.ThemeIcon("flexpilot-default"), - title: "Ask OO-Pilot", + title: "Ask oopilot", message: PanelChatPrompt.getWelcomeMessage(this.session.account.label), }; }