Auto-sync

This commit is contained in:
2026-04-15 08:15:46 +08:00
parent f3569a835b
commit 99df89a352
79 changed files with 2238 additions and 0 deletions

25
wiki/concepts/AI编程.md Normal file
View File

@@ -0,0 +1,25 @@
---
title: AI编程
type: concept
tags: [AI, 编程, Coding]
aliases: [AI Coding, AI辅助编程]
---
## 定义
利用AI辅助或自主完成代码编写、调试、重构的技术。
## 2025年格局
- 终端AI AgentClaude Code、Codex
- IDE集成Cursor
- 开源平替Cline
## Cline核心机制
- 嵌入VS Code工作流
- 深度理解项目上下文
- 自动读取/修改文件
- 支持MCP扩展
- 敏感操作需用户授权
## Connections
- [[AI编程]] ← 基座 ← [[大语言模型]]
- [[Cline]] ← 开源平替 ← [[Cursor]]