fix: remove AI agent page header

This commit is contained in:
2026-07-21 11:37:21 +08:00
parent 8b29c2c090
commit 82af483780

View File

@@ -10,18 +10,11 @@ import type { AISession, ProjectWorkspace } from './project-types'
const { Title, Text } = Typography
export function ProjectAi({ activeWorkspace, onSelectItem }: { activeWorkspace: ProjectWorkspace; onSelectItem: (title: string) => void }) {
const { aiSessions, project } = activeWorkspace
const { aiSessions } = activeWorkspace
const groupedSessions = groupSessions(aiSessions)
return (
<div className="project-channel-page project-ai-page overview-page">
<div className="overview-head">
<div>
<Title heading={4}>AI智能体</Title>
<Text type="secondary">{project.name} </Text>
</div>
</div>
<div className="agent-chat-shell">
<Card className="agent-session-list queue-section" bordered>
<Button className="agent-new-chat" icon={<IconPlusCircle />}>