Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ miniClaudeCode 保留了 Claude Code 最核心的 6 个工具:

### 蒸馏过程

1. **分析原版架构**:研究 claw-code 的 28 个子系统、100+ 工具、150+ 命令
1. **分析原版架构**:研究 claude-code 的 28 个子系统、100+ 工具、150+ 命令
2. **识别核心模式**:Agent Loop 是灵魂,Tool 接口是骨架,Permission 是安全网
3. **保留本质**:6 个工具覆盖 90% 的编码场景
4. **去除复杂性**:去掉 MCP、SubAgent、Teams、React UI、Hooks 等
Expand Down