Conversation
性能优化: - KaTeX 字体 + PDF Worker 改为 CDN,首屏 -2.7MB - ForceGraph2D/react-pdf/react-markdown 懒加载,首屏 -800KB+ - topic_stats N+1 查询改为批量聚合 (401次→4次) - Citation 字段加索引 - graph_service 全量加载改为 list_lightweight (内存 -90%) - AgentSession Set→Array 减少重渲染 - HTTP 客户端复用 + nginx gzip + LLM 指数退避重试 - 50+ 处 index-as-key 修复 任务系统重构: - TaskTracker 统一进度回调签名 (msg, cur, tot) - TaskManager 合并到 global_tracker - fetch/cs_feed/weekly/figure_analysis 进度回调粒度增强 - GlobalTaskBar 改为右下角悬浮面板 (分类图标/颜色/历史) - Sidebar 顶部精简为任务状态入口 - ActiveTask 增加 category/created_at 字段
🔍 OpenCode PR Review Required这是一个受保护的分支,merge 前需要进行 code review。 请运行以下命令进行 OpenCode review: 或者在 PR 页面评论 This is an automated reminder from PR Review Gate. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
性能优化:
任务系统重构: