ForcePilot/web/src/components
2026-05-04 08:18:37 +08:00
..
dashboard feat(web): 添加响应式页面内边距变量并更新相关组件样式 2026-04-26 00:47:30 +08:00
extensions feat: 调整样式和布局,优化组件视觉效果 2026-04-29 00:45:15 +08:00
modals fix: update repository references from Yuxi-Know to Yuxi across documentation and codebase 2026-03-27 02:00:22 +08:00
shared feat: 调整样式和布局,优化组件视觉效果 2026-04-29 00:45:15 +08:00
sources fix: 更新知识库检索工具,支持 Dify 和 LightRAG 类型,优化结果处理逻辑 Fix Error: query_kb不支持查询dify知识库了? 2026-04-09 23:05:22 +08:00
ToolCallingResult feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
workspace feat: 完善工作区文件管理能力 2026-05-04 08:18:37 +08:00
AgentArtifactsCard.vue refactor(models): 重构模型配置[WIP] 2026-04-25 23:58:01 +08:00
AgentChatComponent.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
AgentConfigSidebar.vue feat(model): 引入 is_v2_spec_format 函数以优化模型规格判断逻辑 2026-04-26 20:59:40 +08:00
AgentFilePreview.vue style: format code 2026-04-01 04:16:22 +08:00
AgentInputArea.vue fix(chat): 修复 runs api 的情况下,用户消息延迟渲染以及切换对话的时候,消息渲染异常的问题 2026-04-19 23:44:46 +08:00
AgentMessageComponent.vue feat(web): 添加响应式页面内边距变量并更新相关组件样式 2026-04-26 00:47:30 +08:00
AgentPanel.vue feat(agent-panel): 添加文件夹创建提示,显示目标目录 #617 2026-04-07 14:43:26 +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 feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
ChunkParamsConfig.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
ConversationNavSection.vue feat: 调整样式和布局,优化组件视觉效果 2026-04-29 00:45:15 +08:00
DatabaseHeader.vue fix: 使用 buildLlmInfoPayload 函数构造 llm_info,简化代码并避免空值提交 2026-05-04 08:12:54 +08:00
DebugComponent.vue feat(chat): 新增对话线程列表的分页功能,支持limit和offset参数 2026-03-06 10:14:43 +08:00
DepartmentManagementComponent.vue fix: 调整部门删除逻辑,迁移用户至默认部门并清理相关配置,更新前端提示信息 Error: 部门删除限制 2026-04-04 11:10:30 +08:00
EmbeddingModelSelector.vue style(format): 格式化代码 2026-04-27 02:24:52 +08:00
EvaluationBenchmarks.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
FileDetailModal.vue feature(user): 优化用户体验 2026-04-21 00:18:59 +08:00
FileTable.vue style(lint): 优化格式 2026-03-26 13:53:35 +08:00
FileTreeComponent.vue feat: 调整样式和布局,优化组件视觉效果 2026-04-29 00:45:15 +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 feat(web): 添加响应式页面内边距变量并更新相关组件样式 2026-04-26 00:47:30 +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 fix: 使用 buildLlmInfoPayload 函数构造 llm_info,简化代码并避免空值提交 2026-05-04 08:12:54 +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
MessageInputComponent.vue fix(chat): 修复 runs api 的情况下,用户消息延迟渲染以及切换对话的时候,消息渲染异常的问题 2026-04-19 23:44:46 +08:00
MindMapSection.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
ModelProvidersComponent.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
ModelSelectorComponent.vue style(format): 格式化代码 2026-04-27 02:24:52 +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
RerankModelSelector.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +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 feat: 优化共享设置界面,使用卡片式布局提升用户体验 2026-04-28 22:02:15 +08:00
StatusBar.vue feat(web): 添加响应式页面内边距变量并更新相关组件样式 2026-04-26 00:47:30 +08:00
TaskCenterDrawer.vue feat(web): 合并知识库导航入口并调整视觉细节 2026-04-06 21:04:19 +08:00
ThemeToggle.vue lint(web): [大量改动] 格式化前端代码 2026-01-15 06:01:34 +08:00
ToolCallsGroupComponent.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
UserInfoComponent.vue refactor(chat): 重构聊天侧边栏为 ConversationNavSection 2026-04-24 22:44:37 +08:00
UserManagementComponent.vue feat(model): 重构嵌入模型选择器,新增 Rerank 模型选择器,优化模型提供者管理 2026-04-26 18:51:38 +08:00
ViewSwitchHeader.vue refactor(chat): 重构聊天侧边栏为 ConversationNavSection 2026-04-24 22:44:37 +08:00
WebSearchSourceSection.vue feat(web): add collapsible source panel with kb and web groups 2026-02-24 14:22:11 +08:00