feat(PaperReader): 大幅升级并重构为 Rust stdio 插件#277
Merged
lioensky merged 2 commits intolioensky:mainfrom Apr 6, 2026
Merged
Conversation
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.
概述
这个 PR 将 PaperReader 从旧版 JavaScript 运行时大幅升级并重构为 Rust stdio 插件实现。
新的 PaperReader 不再是单次 PDF 摘要工具,而是一个以 artifact-first 为核心的研究流水线,支持结构化 workspace、显式运行时契约、可恢复执行,以及单文档 / 多文档的证据导向阅读与研究编排。
主要变更
ode PaperReader.js 运行时
为什么这样改
旧版 JS 版本更像原型,PaperReader 现在已经演进成一个更大的文档研究系统。
这次重构的目标是:
兼容性
本地验证
已在隔离的 PR 工作区完成本地验证:
以上均已通过。
备注