Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion 01-setup-and-first-steps/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -413,10 +413,11 @@ That's it for getting started! As you become comfortable, you can explore additi
|---------|--------------|
| `/add-dir <directory>` | Add a directory to allowed list |
| `/allow-all [on|off|show]` | Auto-approve all permission prompts; use `on` to enable, `off` to disable, `show` to check current status |
| `/yolo` | Quick alias for `/allow-all on` — auto-approves all permission prompts. State persists across `/restart`. |
| `/cwd`, `/cd [directory]` | View or change working directory |
| `/list-dirs` | Show all allowed directories |

> ⚠️ **Use with caution**: `/allow-all` skips confirmation prompts. Great for trusted projects, but be careful with untrusted code.
> ⚠️ **Use with caution**: `/allow-all` and `/yolo` skip confirmation prompts. Great for trusted projects, but be careful with untrusted code.

### Session

Expand Down
4 changes: 4 additions & 0 deletions appendices/additional-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,10 @@ copilot

> /list-dirs
# See all allowed directories

> /yolo
# Quick alias for /allow-all on — auto-approves all permission prompts
# This state also persists across /restart, so you won't need to re-enable it
```

### For Automation
Expand Down
Loading