From f0808deb762d2f8bf4cc0eeaffbf5b9adae4d797 Mon Sep 17 00:00:00 2001 From: xizhuomengcontin Date: Fri, 18 Sep 2026 07:05:35 +0800 Subject: [PATCH] Add OrcaReplay to coding Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 1 + data/projects.json | 13 +++++++++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 9369684..4a278d2 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ AI agents that write, debug, and maintain code autonomously. - [**Open SWE**](https://github.com/langchain-ai/open-swe#readme) - Open-source asynchronous coding agent by LangChain for software engineering tasks. by [@langchain-ai](https://github.com/langchain-ai) (10,722 stars) - [**Mini-SWE-Agent**](https://github.com/SWE-agent/mini-swe-agent#readme) - The 100-line AI agent that solves GitHub issues. Radically simple but scores >74% on SWE-bench verified. by [@SWE-agent](https://github.com/SWE-agent) (7,636 stars) - [**Reflexion**](https://github.com/noahshinn/reflexion#readme) - Language agents with verbal reinforcement learning. Agents that learn from mistakes through self-reflection. by [@noahshinn](https://github.com/noahshinn) (3,267 stars) +- [**OrcaReplay**](https://github.com/Continuum-AI-Corp/OrcaReplay#readme) - Records a coding agent's exchange with its model provider and replays the run offline with no model called; replay can fork from any step onto a different model. by [@Continuum-AI-Corp](https://github.com/Continuum-AI-Corp) (248 stars) - [**Autohand Code**](https://github.com/autohandai/code-cli#readme) - Self-evolving coding agent that runs in your terminal. by [@autohandai](https://github.com/autohandai) (192 stars) diff --git a/data/projects.json b/data/projects.json index 3304b66..1f3568a 100644 --- a/data/projects.json +++ b/data/projects.json @@ -1537,6 +1537,19 @@ ], "stars": 192 }, + { + "name": "OrcaReplay", + "repo": "Continuum-AI-Corp/OrcaReplay", + "description": "Records a coding agent's exchange with its model provider and replays the run offline with no model called; replay can fork from any step onto a different model.", + "category": "coding", + "maintainer": "Continuum-AI-Corp", + "tags": [ + "record-replay", + "observability", + "cli" + ], + "stars": 248 + }, { "name": "SandBase Harness", "repo": "sandbaseai/sandbase-harness",