claude-code源码学习
├── tools/# 工具实现(Bash、FileEdit、Grep、MCP 等 30+ 个)├── commands/# 命令实现(commit、review、config 等 40+ 个)├── utils/# 工具函数(git、model、auth、env 等)├── services/# API、MCP、分析等服务。├── plugins/# 插件系统。
# claude-code-sourcemap
https://pan.quark.cn/s/f1c8cf2b7d65
restored-src/src/
├── main.tsx # CLI 入口
├── tools/ # 工具实现(Bash、FileEdit、Grep、MCP 等 30+ 个)
├── commands/ # 命令实现(commit、review、config 等 40+ 个)
├── services/ # API、MCP、分析等服务
├── utils/ # 工具函数(git、model、auth、env 等)
├── context/ # React Context
├── coordinator/ # 多 Agent 协调模式
├── assistant/ # 助手模式(KAIROS)
├── buddy/ # AI 伴侣 UI
├── remote/ # 远程会话
├── plugins/ # 插件系统
├── skills/ # 技能系统
├── voice/ # 语音交互
└── vim/ # Vim 模式
```
## 声明- 源码版权归 [Anthropic](https://www.anthropic.com) 所有
- 本仓库仅用于技术研究与学习,请勿用于商业用途
- 如有侵权,请联系删除
更多推荐



所有评论(0)