删除对话空状态提示

移除工作台会话区域中的引导 hint
This commit is contained in:
2026-09-15 23:07:53 +08:00
parent 05b4f9bc87
commit e39714e17d
@@ -1,10 +1,4 @@
import {
ArrowUp,
AtSign,
Loader2,
MessageSquareDashed,
Settings,
} from 'lucide-react';
import { ArrowUp, AtSign, Loader2, Settings } from 'lucide-react';
import type {
ComponentProps,
FormEventHandler,
@@ -407,16 +401,6 @@ export function ProjectSupervisorView({
);
};
const emptyState =
directCodex &&
visibleMessages.length === 0 &&
!transientReply &&
!directProcessDetail &&
!runtimePanelProps.controlBusy &&
!pendingCommand &&
!pendingConfirmation &&
!designView?.session.pendingApproval &&
!designView?.session.pendingClarification;
const submitButton = (
<button
type="submit"
@@ -497,13 +481,6 @@ export function ProjectSupervisorView({
aria-label={directCodex ? '陶泥儿消息' : '项目总控消息'}
onScroll={onScroll}
>
{emptyState ? (
<div className="project-supervisor-empty-state">
<MessageSquareDashed size={30} aria-hidden="true" />
<strong></strong>
<small> @ </small>
</div>
) : null}
{hiddenConversationCount > 0 ? (
<button
type="button"