Skip to content

Commit bfa047c

Browse files
authored
Merge pull request #61 from github/update/yolo-slash-command-docs-v1.0.20-2492ef3fa3b5b7e1
[bot] docs(ch01): document /yolo slash command (v1.0.20)
2 parents c274793 + 2ccdbe1 commit bfa047c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

01-setup-and-first-steps/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,11 @@ That's it for getting started! As you become comfortable, you can explore additi
413413
|---------|--------------|
414414
| `/add-dir <directory>` | Add a directory to allowed list |
415415
| `/allow-all [on|off|show]` | Auto-approve all permission prompts; use `on` to enable, `off` to disable, `show` to check current status |
416+
| `/yolo` | Quick alias for `/allow-all on` — auto-approves all permission prompts. |
416417
| `/cwd`, `/cd [directory]` | View or change working directory |
417418
| `/list-dirs` | Show all allowed directories |
418419

419-
> ⚠️ **Use with caution**: `/allow-all` skips confirmation prompts. Great for trusted projects, but be careful with untrusted code.
420+
> ⚠️ **Use with caution**: `/allow-all` and `/yolo` skip confirmation prompts. Great for trusted projects, but be careful with untrusted code.
420421
421422
### Session
422423

appendices/additional-context.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ copilot
111111
112112
> /list-dirs
113113
# See all allowed directories
114+
115+
> /yolo
116+
# Quick alias for /allow-all on — auto-approves all permission prompts
114117
```
115118
116119
### For Automation

0 commit comments

Comments
 (0)