diff --git a/.github/uvs.csv b/.github/uvs.csv index 5852bade..bdcfb483 100644 --- a/.github/uvs.csv +++ b/.github/uvs.csv @@ -123,3 +123,10 @@ "07/03",497 "07/04",198 "07/05",226 +"07/06",507 +"07/07",441 +"07/08",490 +"07/09",474 +"07/10",463 +"07/11",377 +"07/12",336 diff --git a/.github/views.csv b/.github/views.csv index 37c7aeb6..16cf0161 100644 --- a/.github/views.csv +++ b/.github/views.csv @@ -122,3 +122,10 @@ "07/03",1199 "07/04",495 "07/05",794 +"07/06",2370 +"07/07",2880 +"07/08",4565 +"07/09",4512 +"07/10",904 +"07/11",850 +"07/12",788 diff --git a/01-setup-and-first-steps/README.md b/01-setup-and-first-steps/README.md index 2fd36ff2..ba53741b 100644 --- a/01-setup-and-first-steps/README.md +++ b/01-setup-and-first-steps/README.md @@ -669,7 +669,7 @@ The examples used `/plan` for a search feature and `-p` for batch reviews. Now t |---------|--------------|-----| | Typing `exit` instead of `/exit` | Copilot CLI treats "exit" as a prompt, not a command | Slash commands always start with `/` | | Using `-p` for multi-turn conversations | Each `-p` call is isolated with no memory of previous calls | Use interactive mode (`copilot`) for conversations that build on context | -| Forgetting quotes around prompts with `$` or `!` | Shell interprets special characters before Copilot CLI sees them | Wrap prompts in quotes: `copilot -p "What does $HOME mean?"` | +| Forgetting quotes around prompts with `$` or `!` | Shell interprets special characters before Copilot CLI sees them | Wrap prompts in single quotes: `copilot -p 'What does $HOME mean?'` | | Pressing Esc once to cancel a running task | A single Esc no longer cancels in-flight work (to prevent accidents) | Press **Esc twice** to cancel while Copilot CLI is processing | ### Troubleshooting