wiki-ingest batch: n8n Docker / Cloud Operating Model / MinIO+Zipline / Trae Remote SSH (2026-04-15 PM)

This commit is contained in:
2026-04-15 19:07:15 +08:00
parent 5789476c23
commit 8b32551065
32 changed files with 1232 additions and 33 deletions

View File

@@ -0,0 +1,36 @@
---
title: "AI代码编辑器"
type: concept
tags: [ai, code-editor, vibe-coding]
last_updated: 2026-04-15
---
## 定义
集成 AI 辅助能力(代码生成/补全/审查/规划)的代码编辑器,相比传统 IDE 新增 AI 代理交互界面。
## 主流工具
- [[Cursor]]:基于 VS CodeComposer 模型,多代理并行
- [[Windsurf]]Codeium 推出的 AI 代码编辑器
- [[Trae]]:字节跳动推出的 AI 代码编辑器
- [[Cline]]VS Code 扩展,将 VS Code 变身为全自动 AI 工程师
## 核心功能对比
| 功能 | Cursor | Windsurf | Trae | Cline |
|------|--------|----------|------|-------|
| 底层框架 | VS Code | VS Code | VS Code | VS Code |
| 自研模型 | Composer4倍速 | Codeium | 豆包/其他 | Claude |
| 多代理 | ✅ | ✅ | ✅ | ✅ |
| MCP 支持 | ✅ | ✅ | ✅ | ✅ |
| Diff 审查 | ✅ | ❓ | ❓ | ✅ |
## 核心工作流
明确需求 → AI 规划Plan→ 代码生成Agent→ Diff 审查 → Git 版本控制
## 关联
- [[Vibe Coding]] 的工具层实现
- [[AI编程]] 的具体工具形态
## Aliases
- AI IDE
- AI 代码生成器