feat(mindspace): 悬浮聊天勾选资料联动、UI 与交互优化

勾选单个文件时 Agent 获知上下文并主动问候;打开悬浮窗使用新会话。
统一弹窗浅色主题、固定高度与输入区布局,支持点击外部收起。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-06-30 02:17:36 +08:00
parent 2c91689692
commit 71e536eceb
10 changed files with 609 additions and 47 deletions
+2
View File
@@ -11,6 +11,7 @@ export type { MindSpaceChatContext } from '../types';
export {
buildContextPrefix,
buildMindSpaceChatContext,
buildSelectedAssetGreeting,
formatContextChip,
} from '../../mindspace-chat-context.mjs';
@@ -27,6 +28,7 @@ export type BuildMindSpaceChatContextInput = {
content: string;
} | null;
assets?: MindSpaceAsset[];
selectedAssets?: MindSpaceAsset[];
focusedAsset?: MindSpaceAsset | null;
route: string;
agentSessionId?: string | null;