Conversation
- prompts.py: 去掉 prompt 示例中的字面占位符值 - pipelines.py: 增加占位符检测,过滤 "创新点1" 等假内容 - fallback 到 one_liner 或 llm_text 原文
- brief_service.py: 修复_md_to_html()语法错误,精读部分改为 直接渲染deep_dive_md_html替代拆分的method/experiments字段 - PaperDetail.tsx: handleDeep()删除多余的状态操作,直接setSavedDeep
🔍 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.
Summary
_md_to_html()语法错误修复 + 精读部分从拆分的 method/experiments 字段改为直接渲染deep_dive_md_htmlMarkdown HTML,样式更统一美观PaperDetail.tsxhandleDeep() 删除多余的状态操作(setDeepReport(null)等),直接setSavedDeep(report)保证精读内容正确刷新显示Changes
packages/ai/brief_service.py_md_to_html()语法修复;日报模板精读部分改用{{ d.deep_dive_md_html|safe }};新增.deep-htmlCSS 样式frontend/src/pages/PaperDetail.tsxhandleDeep()精简为setSavedDeep(report)一句核心调用