Auto-sync: 2026-04-17 08:37

This commit is contained in:
2026-04-17 08:38:12 +08:00
parent 6caa1c2f47
commit a0a48bd334
247 changed files with 6577 additions and 3061 deletions

View File

@@ -0,0 +1,22 @@
---
title: "Build Mode"
type: concept
tags: [ai-coding, workflow]
---
## 定义
OpenCode 的实际执行模式,接收指令后进行代码修改。
## 使用方式
在 OpenCode TUI 中按 Tab 键从 Plan 模式切换回 Build 模式。
## 作用
- 执行 AI 生成的实现方案
- 接收自然语言指令进行代码修改
- 支持 /undo 撤销修改
- 支持 /redo 重做修改
## 关联
- [[Plan Mode]]
- [[Vibe Coding]]
- [[OpenCode]]