Files
chill_notes/wiki/Resources/方法论/Claude Code.md
2026-04-28 09:41:21 +08:00

41 lines
1.1 KiB
Markdown
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
created: 2026-04-28
type: concept
tags: [Claude-Code, Anthropic, AI-编码工具, 智能体]
---
# Claude Code
> Anthropic 的终端 AI 编码智能体
## 定义
Claude Code 是 Anthropic 推出的终端CLI编码智能体直接在开发环境中运行能够理解代码库、执行编辑、运行测试和 Git 操作。
## 核心特点
| 特点 | 说明 |
|------|------|
| 终端运行 | 直接在开发者的终端中执行 |
| 代码库理解 | 能读取和理解整个代码库的上下文 |
| 自主编辑 | 可以直接修改文件、运行测试 |
| Git 操作 | 能进行 commit、branch 等操作 |
| 多步任务 | 能处理需要多个步骤的复杂任务 |
## 与其他工具对比
| 工具 | 开发者 | 特点 |
|------|--------|------|
| Claude Code | Anthropic | 终端 CLI深度代码理解 |
| [[OpenClaw]] | OpenClaw | AI 助手框架,支持多平台 |
| Cursor | Cursor | IDE 集成AI 编辑器 |
## 相关概念
- [[Harness Engineering]]Claude Agent SDK 是通用智能体挽具)
- [[OpenClaw]]
- [[gstack]]
---
*基于 AI 编码工具生态研究整理*