feat(wiki): complete all remaining 85 raw files ingestion (auto-script)
This commit is contained in:
39
wiki/sources/Cursor-2.0初学者使用指南.md
Normal file
39
wiki/sources/Cursor-2.0初学者使用指南.md
Normal file
@@ -0,0 +1,39 @@
|
||||
---
|
||||
title: "Cursor 2.0初学者使用指南"
|
||||
type: source
|
||||
tags: [Cursor, AI IDE, AI编程]
|
||||
date: 2025-03-17
|
||||
---
|
||||
|
||||
## Source File
|
||||
- [[raw/Vibe Coding/Cursor 2.0初学者使用指南.md]]
|
||||
|
||||
## Summary
|
||||
- 核心主题:Cursor 2.0 AI代码编辑器完整教程
|
||||
- 问题域:AI辅助编程、多代理并行、代码审查
|
||||
- 方法/机制:Plan模式规划 → Agent执行 → Diff审查 → Git版本控制
|
||||
- 结论/价值:AI代码生成即写入文件,需先测试再确认保存
|
||||
|
||||
## Key Claims
|
||||
- Cursor基于VS Code,集成AI模型Composer(比类似模型快4倍)
|
||||
- 代理模式:Plan(规划)、Agent(执行)、Ask(咨询仅回答不修改)
|
||||
- 代码生成即写入文件,未点撤销前持续保留,需先测试再确认
|
||||
- 多代理并行:不同任务创建不同代理避免上下文混乱
|
||||
- Diff视图:查看AI改动逐个审查或整体接收
|
||||
- 项目规则:可设定AI自动生成文档注释等规范
|
||||
- MCP服务器:集成外部工具和API
|
||||
|
||||
## Key Concepts
|
||||
- [[AI代码编辑器]]:Cursor 2.0
|
||||
- [[多代理并行]]:不同任务用不同代理
|
||||
- [[代码审查Diff]]:AI改动的逐个审查
|
||||
|
||||
## Key Entities
|
||||
- [[Cursor]]:AI增强代码编辑器
|
||||
- [[MCP]]:Model Context Protocol外部工具集成
|
||||
|
||||
## Connections
|
||||
- [[Cursor-2.0初学者使用指南]] ← documents [[AI代码编辑器]]
|
||||
|
||||
## Contradictions
|
||||
- 无冲突
|
||||
Reference in New Issue
Block a user