Files
nexus/wiki/sources/Cursor-2-0初学者指南.md
weishen f9ac3145ab feat(wiki): ingest remaining subdirectories batch (51 files)
- Others: ChinaTextbook, Obsidian笔记系列, YouTube Channel ID, TikTok PM Django
- Skills: GOG CLI, Last30Days, baoyu-skills
- Vibe Coding: Cursor 2.0, Trae远程开发, Vibe-Kanban+OpenCode, vibe coding经验
- 微信公众号: 养虾日记1-5, AI时代赚钱
- 跨境电商: TikTok数据抓取, 选品策略, Superset Dashboard
- AI目录补充: 20个文件

Source pages: 51
Entities: TapXWorld, VibeKanban, OpenCode, Trae, SourceGrounding等
Concepts: 自举Meta生成, 5大设计原则, MD5去重, 混合搜索等
2026-04-14 20:48:34 +08:00

41 lines
1.3 KiB
Markdown
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.
---
title: "Cursor 2.0初学者指南"
type: source
tags: []
date: 2026-03-13
---
## Source File
- [[raw/Vibe Coding/Cursor 2.0初学者使用指南.md]]
## Summary
- 核心主题Cursor 2.0 AI代码编辑器入门教程
- 问题域AI辅助编程、代码生成工作流
- 方法/机制通过规划模式、多代理并行、代码审查等功能实现AI驱动开发
- 结论/价值Cursor通过Composer模型和Agent模式让AI深度参与代码生成全过程
## Key Claims
- Cursor基于VS Code集成了AI代码生成能力支持Plan/Agent/Ask三种代理模式
- Composer模型主打生成速度比同类模型快4倍
- 多代理功能可并行运行不同任务,互不干扰
- Diff视图支持代码审查支持逐个文件或整体接收
- 项目规则可自定义AI行为规范
## Key Concepts
- [[AI代理模式]]Plan规划、Agent执行、Ask咨询三种模式
- [[代码审查]]Diff视图对比AI改动
- [[多代理并行]]:多个代理同时处理不同任务
- [[版本控制]]Git结合AI实现代码管理
## Key Entities
- [[Cursor]]AI增强代码编辑器
- [[Composer]]Cursor自研AI模型
- [[MCP]]Model Context Protocol外部工具集成
## Connections
- [[Cursor]] ← powers ← [[AI代理模式]]
- [[Cursor]] ← integrates_with ← [[MCP]]
## Contradictions
- 无冲突