We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb26cf4 commit 56aeba9Copy full SHA for 56aeba9
1 file changed
README_CN.md
@@ -10,7 +10,7 @@
10
[](LICENSE)
11
[](https://github.com/he-yufeng/CoreCoder/actions)
12
13
-**51万行 TypeScript → ~1400 行 Python。**
+**51万行 TypeScript → 950 行 Python。**
14
15
我逆向了 Claude Code 泄露的全部源码,然后把不承重的部分全扔掉,用 Python 重建了核心。成果:**Claude Code 的每一个关键架构模式,浓缩在一个下午能读完的代码库里。**
16
@@ -154,7 +154,7 @@ quit 退出
154
155
| | Claude Code | Claw-Code | Aider | CoreCoder |
156
|---|---|---|---|---|
157
-| 代码量 | 51万行(闭源) | 10万+行 | 5万+行 | **~1400 行** |
+| 代码量 | 51万行(闭源) | 10万+行 | 5万+行 | **~950 行** |
158
| 模型 | 仅 Anthropic | 多模型 | 多模型 | **任意 OpenAI 兼容** |
159
| 能通读吗? | 不能 | 很难 | 有点费劲 | **一个下午** |
160
| 适合 | 直接用 | 直接用 | 直接用 | **先看懂,再造自己的** |
0 commit comments