CodeZen
一个专注中文区的 GitHub 项目发现
所有语言
C
C#
C++
CSS
Dart
Go
HTML
Java
JavaScript
Jupyter Notebook
Kotlin
Lua
PHP
PowerShell
Python
Ruby
Rust
Shell
Swift
TypeScript
Vue
build-code-agent
从零构建 Code Agent:Claude Code 源码深度解析 | Build a Code Agent from Scratch: Deep Dive into Claude Code Source
claude-code-book
拆解 AI Agent 的骨架与神经 —— Claude Code 架构深度剖析,15 章从对话循环到构建你自己的 Agent Harness。在线阅读网站:
claude-code-haha
Claude Code Haha 基于 Claude Code 泄露源码修复的**本地可运行版本**,支持接入任意 Anthropic 兼容 API(如 MiniMax、OpenRouter 等)。 > 原始泄露源码无法直接运行。本仓库修复了启动链路中的多个阻塞问题,使完整的 Ink TUI 交互界面可以在本地工作。 功能 - 完整的 Ink TUI 交互界面(与官方 Claude Code 一致) - `--print` 无头模式(脚本/CI 场景) - 支持 MCP 服务器、插件、Skills - 支持自定义 API 端点和模型 - 降级 Recovery CLI 模式
claude_code_src
Claude Code 2.1.88 Source Recovery --- 🌟 强力推荐:DataEyesAI - 你的全能 AI 助手 > **想要像 Claude Code 一样高效,却苦于没有稳定的 API 接入?** **DataEyesAIhttps://dataeyes.ai/?promoter_code=4qx9suz3** 是为你量身打造的一站式 AI 聚合平台! - ⚡ **聚合全球顶尖模型**:一键接入 GPT-5、Claude 4.6、Gemini 3.1 等主流大模型。 - 💰 **极致性价比**:官方原厂满血版 API,价格却
claude-reviews-claude
> 🌐 **语言**: English →README.md | 中文 🪞 Claude 剖析 Claude Code README 中文版 *一个 AI 在阅读自己的源代码。是的,这很元(Meta)。* > **这份完整的架构分析是由 Claude 撰写的 —— 针对驱动 Claude Code 的源代码。** > > 1,902 个文件。477,439 行 TypeScript 代码。一个模型正在阅读定义它如何思考、行动和执行的代码。 > > 你现在阅读的是 Claude 对 Claude Code v2.1.88 版本的架构解构:查询引擎如何循环,42 个工具如何编排,多智
claude-code
Claude Code 可运行版; Typescript 类型全修复;企业级可靠性; 安全无毒, lock 文件保真, 可直接 bun i; bun run dev 启动
claude-code-design-guide
Claude Code 设计指南 > 从互联网早期设计模型到 AI Agent 实战 —— 一本写给开发者的 Claude Code 深度解析 > > 鸣谢泄漏的程序员,鸣谢用AI完成这本书的提出者 > > https://x.com/cryptoxiao > > https://x.com/BoxMrChen > > https://x.com/0xfaskety --- 这本书是什么 Claude Code 是 Anthropic 官方发布的 AI 编程助手 CLI 工具。它不只是一个"会写代码的聊天机器人",而是一套完整的 **Agent Runtime 系统**,包含工具调用、
Claude-Code
可运行的Claude Code源码
claude-code-rev
Restored Claude Code Source This repository is a restored Claude Code source tree reconstructed primarily from source maps and missing-module backfilling. It is not the original upstream repository state. Some files were unrecoverable from source maps and have been replaced with compatibil
claude-code-deep-dive
Claude Code 源码深度研究报告
claude-code-source-code
Claude Code v2.1.88 — 源码分析 > 从 npm 包 `@anthropic-ai/claude-code` **2.1.88** 版本中提取。 > 发布的包只有一个打包后的 `cli.js`(~12MB)。本仓库的 `src/` 目录包含从 npm 包中解包的 **TypeScript 源码**。 **语言**: EnglishREADME.md | **中文** --- 深度分析文档 `docs/` 基于 v2.1.88 反编译源码的分析报告,中英双语。 ``` docs/ ├── en/
claude-code-sourcemap
claude-code-sourcemap > !WARNING > This repository is **unofficial** and is reconstructed from the public npm package and source map analysis, **for research purposes only**. > It does **not** represent the original internal development repository structure. > > 本仓库为**非官方**整理版,基于公开 npm 发布包与 sourc