Auto-sync: 2026-04-21 17:12

This commit is contained in:
2026-04-21 17:12:45 +08:00
parent 914c8f6925
commit 0fe7ba237f
1888 changed files with 220 additions and 68174 deletions

View File

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