新增 OrcaReplay 到 AI辅助编程工具 - #94
Open
xizhuomengcontin wants to merge 1 commit into
Open
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.
在 💥AI辅助编程工具 表中新增 OrcaReplay。
这一区现有的 Trae、通义灵码、GitHub Copilot 都是帮你写代码的。OrcaReplay 管的是写完之后:agent 改坏了东西,怎么弄清它当时做了什么。
它在进程和 socket 这一层记录整场会话——模型的请求与回复、每条 shell 命令及其退出码、每一轮改了哪些文件、MCP 的调用,全落在同一条时间线上。之后可以断网离线逐字节重放(用录下的响应原样回放,在别人机器上也能复现),也可以从任意检查点分叉换个模型继续跑,两个模型面对完全相同的上下文,直接对比判断。
它不需要 agent 配合——捕获在 agent 下面一层,所以连根本不读 base-URL 环境变量的 harness 也能录。
Apache-2.0 开源,
npm i -g orcareplay,Node 20+,本地运行、无账号、无托管服务。表格列数与本区一致(工具名称 / 详细介绍 / 链接)。一句实话:项目 2026-08-29 建库,150 star,比这一区其他条目新很多。