diff --git a/01-setup-and-first-steps/README.md b/01-setup-and-first-steps/README.md index ac39edd..ffce020 100644 --- a/01-setup-and-first-steps/README.md +++ b/01-setup-and-first-steps/README.md @@ -413,10 +413,11 @@ That's it for getting started! As you become comfortable, you can explore additi |---------|--------------| | `/add-dir ` | 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 diff --git a/appendices/additional-context.md b/appendices/additional-context.md index 6d22a10..f1dbd48 100644 --- a/appendices/additional-context.md +++ b/appendices/additional-context.md @@ -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