Files
nexus/wiki/concepts/Plan-Mode.md
2026-04-17 08:38:12 +08:00

22 lines
465 B
Markdown

---
title: "Plan Mode"
type: concept
tags: [ai-coding, workflow]
---
## 定义
OpenCode 的方案预览模式,禁用代码修改功能,仅展示 AI 实现的计划。
## 使用方式
在 OpenCode TUI 中按 Tab 键切换到 Plan 模式。
## 作用
- 预览 AI 生成的实现方案
- 在实际修改前审查计划
- 可添加更多细节或调整需求
- 确认后再切换到 Build 模式执行
## 关联
- [[Build Mode]]
- [[Vibe Coding]]
- [[OpenCode]]