Skip to content

Commit e53d93d

Browse files
committed
doc: add approval mode settings to README
Add documentation for the new `kiroCodex.codex.defaultApprovalMode` setting which supports two approval modes: - `full-auto`: Default mode that executes non-destructive commands automatically and asks for approval on failure - `yolo`: Mode that executes all commands without approval (use with caution) This provides users with clear documentation about the available configuration options for the extension.
1 parent 40843e1 commit e53d93d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ A VS Code extension that brings spec-driven development to Codex CLI. Manage you
1212

1313
## Features
1414

15+
### ⚙️ Configuration
16+
17+
- **Approval Modes**: The `kiroCodex.codex.defaultApprovalMode` setting now supports two modes:
18+
- `full-auto`: (Default) Executes non-destructive commands automatically and asks for approval on failure.
19+
- `yolo`: Executes all commands without approval. Use with caution.
20+
21+
1522
### 📝 SPEC Management
1623

1724
- Create Specs: generate requirements, design, and task documents with Codex CLI

0 commit comments

Comments
 (0)