From fd43a7ae68ed05a08845176baca653ca7b3aaeb0 Mon Sep 17 00:00:00 2001 From: MT-Mint <798521692@qq.com> Date: Mon, 23 Mar 2026 17:25:17 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=88=A0=E9=99=A4=E6=AD=A3=E5=9C=A8?= =?UTF-8?q?=E5=88=9D=E5=A7=8B=E5=8C=96skill=E7=9A=84=E6=96=87=E5=AD=97?= =?UTF-8?q?=EF=BC=9B=E6=B3=A8=E9=87=8A=E4=BE=A7=E8=BE=B9=E6=A0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/app/workspace/chats/[thread_id]/page.tsx | 5 +++-- frontend/src/app/workspace/layout.tsx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/workspace/chats/[thread_id]/page.tsx b/frontend/src/app/workspace/chats/[thread_id]/page.tsx index e7bc36cf..a7e4f329 100644 --- a/frontend/src/app/workspace/chats/[thread_id]/page.tsx +++ b/frontend/src/app/workspace/chats/[thread_id]/page.tsx @@ -471,11 +471,12 @@ export default function ChatPage() { onSubmit={handleSubmit} onStop={handleStop} /> - {isSelectedSkillBootstrapping && ( + + {/* {isSelectedSkillBootstrapping && (