From 911c6745456c13374b0f598134340515b3500191 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Tue, 12 May 2026 14:15:08 +0800 Subject: [PATCH] =?UTF-8?q?fix(chat):=20=E7=A7=BB=E9=99=A4=E5=AF=B9?= =?UTF-8?q?=E8=AF=9D=E5=A4=B4=E9=83=A8=E7=94=A8=E6=88=B7=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/AgentChatComponent.vue | 4 ---- 1 file changed, 4 deletions(-) diff --git a/web/src/components/AgentChatComponent.vue b/web/src/components/AgentChatComponent.vue index 8fcbdba8..00c38585 100644 --- a/web/src/components/AgentChatComponent.vue +++ b/web/src/components/AgentChatComponent.vue @@ -12,7 +12,6 @@
-
@@ -247,7 +246,6 @@ import { AgentValidator } from '@/utils/agentValidator' import { useAgentStore } from '@/stores/agent' import { useChatThreadsStore } from '@/stores/chatThreads' import { useChatUIStore } from '@/stores/chatUI' -import { useUserStore } from '@/stores/user' import { useConfigStore } from '@/stores/config' import { storeToRefs } from 'pinia' import { MessageProcessor } from '@/utils/messageProcessor' @@ -263,7 +261,6 @@ import { useAgentMentionConfig } from '@/composables/useAgentMentionConfig' import { shouldAutoOpenAgentPanel } from '@/utils/agentPanelAutoOpen' import AgentArtifactsCard from '@/components/AgentArtifactsCard.vue' import AgentPanel from '@/components/AgentPanel.vue' -import UserInfoComponent from '@/components/UserInfoComponent.vue' // ==================== PROPS & EMITS ==================== const props = defineProps({ @@ -276,7 +273,6 @@ const emit = defineEmits(['thread-change']) const agentStore = useAgentStore() const chatThreadsStore = useChatThreadsStore() const chatUIStore = useChatUIStore() -const userStore = useUserStore() const configStore = useConfigStore() const { agents,