ForcePilot/web/src/components
2026-04-03 11:50:26 +08:00
..
dashboard feat: 重构扩展管理中的 SubAgent 与 MCP 交互,统一为类似 Skills 的方式。 2026-03-29 13:47:41 +08:00
modals fix: update repository references from Yuxi-Know to Yuxi across documentation and codebase 2026-03-27 02:00:22 +08:00
sources style(format): 格式化代码 2026-03-04 04:13:05 +08:00
ToolCallingResult fix: 修复工具调用结果图标显示逻辑,添加默认成功状态图标 2026-03-29 15:43:58 +08:00
AgentArtifactsCard.vue feat(agent): 交付物卡片新增“保存到工作区”能力:支持将单个交付物复制到共享目录 workspace/saved_artifacts/,并复用现有文件树/预览/mention 体系立即可见 2026-03-31 20:18:22 +08:00
AgentChatComponent.vue feat(agent): 优化状态工作台自动弹出规则 2026-04-01 04:04:48 +08:00
AgentConfigSidebar.vue style: code format 2026-03-29 13:49:54 +08:00
AgentFilePreview.vue style: format code 2026-04-01 04:16:22 +08:00
AgentInputArea.vue chore: 0.6.0 预发布 2026-04-01 16:55:29 +08:00
AgentMessageComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
AgentPanel.vue feat(filesystem): 增强文件删除功能,支持递归删除目录并添加保护路径检查 2026-04-01 04:04:55 +08:00
AiTextarea.vue refactor: 重构组件和样式以改善UI/UX 2026-01-15 04:54:53 +08:00
ApiKeyManagementComponent.vue feat(web): UI小幅调整,多处细节优化 2026-03-24 11:10:39 +08:00
AttachmentOptionsComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
BasicSettingsSection.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
ChatSidebarComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
ChunkParamsConfig.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
DatabaseHeader.vue fix(web): 修复数据库获取接口未过滤文件字段而导致的数据包过大的情况 2026-03-25 07:42:49 +08:00
DebugComponent.vue feat(chat): 新增对话线程列表的分页功能,支持limit和offset参数 2026-03-06 10:14:43 +08:00
DepartmentManagementComponent.vue feat(web): UI小幅调整,多处细节优化 2026-03-24 11:10:39 +08:00
EmbeddingModelSelector.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
EvaluationBenchmarks.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
FileDetailModal.vue feat: 新增源文件预览功能,支持图片和 PDF 格式,优化文件预览体验 2026-03-26 05:25:43 +08:00
FileTable.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
FileTreeComponent.vue feat: 新增沙盒能力对齐改造:详见 docs/advanced/sandbox-validation.md 2026-03-24 21:48:28 +08:00
FileUploadModal.vue fix: update repository references from Yuxi-Know to Yuxi across documentation and codebase 2026-03-27 02:00:22 +08:00
GraphCanvas.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
GraphDetailPanel.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
HeaderComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
HumanApprovalModal.vue foramt: 规范化代码 2026-03-24 11:09:39 +08:00
ImagePreviewComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
KnowledgeBaseCard.vue style(format): 格式化代码 2026-03-04 04:13:05 +08:00
KnowledgeGraphSection.vue feat: 重构扩展管理中的 SubAgent 与 MCP 交互,统一为类似 Skills 的方式。 2026-03-29 13:47:41 +08:00
KnowledgeSourceSection.vue feat(web): add collapsible source panel with kb and web groups 2026-02-24 14:22:11 +08:00
LoadingComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
MarkdownContentViewer.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
McpEnvEditor.vue feat(mcp): add stdio env support and env editor component 2026-02-22 18:57:30 +08:00
McpServersComponent.vue style: code format 2026-03-29 13:49:54 +08:00
MessageInputComponent.vue feat: 调整文件搜索交互提示,优化用户体验 #594 2026-04-02 13:18:42 +08:00
MindMapSection.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
ModelProvidersComponent.vue feat: 重构扩展管理中的 SubAgent 与 MCP 交互,统一为类似 Skills 的方式。 2026-03-29 13:47:41 +08:00
ModelSelectorComponent.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
QuerySection.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
RAGEvaluationTab.vue feat: 重构扩展管理中的 SubAgent 与 MCP 交互,统一为类似 Skills 的方式。 2026-03-29 13:47:41 +08:00
RefsComponent.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
SearchConfigModal.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
SettingsModal.vue style: format code 2026-04-01 04:16:22 +08:00
ShareConfigForm.vue refactor(storage): 重构对话数据库模型与存储管理 2026-01-24 10:56:31 +08:00
SkillsManagerComponent.vue feat(skill): 优化远程安装功能,支持多技能选择与进度展示 2026-04-03 11:50:26 +08:00
StatusBar.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
SubAgentsComponent.vue style: code format 2026-03-29 13:49:54 +08:00
TaskCenterDrawer.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
ThemeToggle.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
ToolsManagerComponent.vue feat: 增加工具配置说明展示 2026-03-30 16:39:27 +08:00
UserInfoComponent.vue fix: update repository references from Yuxi-Know to Yuxi across documentation and codebase 2026-03-27 02:00:22 +08:00
UserManagementComponent.vue feat: 重构扩展管理中的 SubAgent 与 MCP 交互,统一为类似 Skills 的方式。 2026-03-29 13:47:41 +08:00
WebSearchSourceSection.vue feat(web): add collapsible source panel with kb and web groups 2026-02-24 14:22:11 +08:00