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

445 B

title, type, tags
title type tags
Build Mode concept
ai-coding
workflow

定义

OpenCode 的实际执行模式,接收指令后进行代码修改。

使用方式

在 OpenCode TUI 中按 Tab 键从 Plan 模式切换回 Build 模式。

作用

  • 执行 AI 生成的实现方案
  • 接收自然语言指令进行代码修改
  • 支持 /undo 撤销修改
  • 支持 /redo 重做修改

关联