Replies: 2 comments 5 replies
-
|
This is a great idea, and it is indeed already in our plans! For small teams that lack code hosting platforms or other infrastructure, this feature would be very effective — especially for range and commit review modes, where generating a self-contained, shareable HTML visualization of code changes could significantly speed up the review process. That said, for workspace mode reviews, the value would be relatively limited since the changes are local and uncommitted. Would you be interested in getting more involved with this idea? We'd love to see your design proposal and PR. Looking forward to your contribution! 🙌 |
Beta Was this translation helpful? Give feedback.
-
|
我在做类似的东西,效果如下,AI生成audit.json,导入html模板解析,但是目前我fork了一个OCR分支在弄,改的有点乱,应为涉及到一些公司的内容在看怎么把我自己的业务和OCR解耦出来: |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
具体参考:https://x.com/dotey/status/2067708784106160322
类似于Claude Code 推出的 Artifact 功能
具体设想:
将ocr得到的代码变更结果,制作成一个人类阅读友好的HTML网页,支持在网页中直接对新老代码的变更进行文字/图片叙述,比如此次变更修改了哪些内容,重要性优先分级等等,通过可视化的方式,从而节省reviewer的时间,让reviewer能够更快的掌握代码变更的位置以及哪些代码变更是重要的,哪些代码变更是一般的。
支持生成的可视化网页链接可分享,加快团队协作效率。
Beta Was this translation helpful? Give feedback.
All reactions