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

26
wiki/entities/Cline.md Normal file
View File

@@ -0,0 +1,26 @@
---
title: Cline
type: entity
tags: [AI编程, VSCode插件, 开源]
aliases: []
---
## 基本信息
- **类型**VS Code AI编程插件
- **定位**Cursor的最佳开源平替
- **开源地址**https://github.com/cline/cline
## 核心定位
VS Code生态中公认最强大的开源自主编程插件。
## 关键能力
- 深度理解项目上下文
- 自动读取、修改文件
- 运行终端命令
- 支持MCP扩展连接本地数据库
- 执行敏感操作前需用户授权
## Connections
- [[Cline]] ← 开源平替 ← [[Cursor]]
- [[Cline]] ← 集成 ← [[VS Code]]
- [[Cline]] ← 支持 ← [[MCP]]