原文整理页

Peter Steinberger 为 Codex 开发了自动分诊技能,结合项目愿景文件与计算机视觉技术,实现了 Issue 和 PR 的自主修复与验证

来源作者:Peter Steinberger 🦞 (@steipete)原始来源:https://x.com/steipete/status/2058240758801420530

中文导读

Peter Steinberger 为 Codex 开发了自动分诊技能,结合项目愿景文件与计算机视觉技术,实现了 Issue 和 PR 的自主修复与验证。

正文 Markdown

I built an autotriage skill for codex that has a set of guidelines + reads VISION.md from my repos, so issues/prs that have a clear way of - fit vision of the project - being inferrable in code with high confidence - clear fix - can be live tested Are now worked on autonomously. Codex can use a VM + computer vision (via https://t.co/2T5aNF5jTT , new parallels backend) to verify fixes, so it can work without interrupting me. I manually review suggestions. Since it was tedious to type in issues, I added an issue browser into https://t.co/NfEoHIQPil that parses common clipboard formats by codex so I can click through them conveniently.