You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/4-copilot-agent-mode-vscode.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,18 +70,18 @@ The initial implementation of the website is functional, but we want to enhance
70
70
71
71

72
72
73
-
5. Select **Claude 3.5 Sonnet** from the list of available models.
73
+
5. Select **Claude Sonnet 4** from the list of available models.
74
74
75
75
> [!IMPORTANT]
76
-
> The authors of this lab are not indicating a preference towards one model or another. When building this lab, we used Claude 3.5, and as such are including that in the instructions. The hope is the code suggestions you receive will be relatively consistent to ensure a good experience. However, because LLMs are probabilistic, you may notice the suggestions received differ from what is indicated in the lab. This is perfectly normal and expected.
76
+
> The authors of this lab are not indicating a preference towards one model or another. When building this lab, we used Claude Sonnet 4, and as such are including that in the instructions. The hope is the code suggestions you receive will be relatively consistent to ensure a good experience. However, because LLMs are probabilistic, you may notice the suggestions received differ from what is indicated in the lab. This is perfectly normal and expected.
77
77
78
78
5. Ask Copilot about the backlog of issues by sending the following prompt to Copilot, replacing **<YOUR_REPOSITORY_PATH>** with the organization/name of your repository which you noted earlier:
79
79
80
80
```plaintext
81
81
Please show me the backlog of items from my repository at <YOUR_REPOSITORY_PATH>. Help me prioritize them based on those which will be most useful to the user.
82
82
```
83
83
84
-
6. Notice GitHub Copilot (likely) identifies **list_issues** as the MCP command to run to access the right information.
84
+
6. Notice GitHub Copilot (likely) identifies `list_issues` or `search_issues` as the MCP command to run to access the right information.
85
85
86
86
> [!NOTE]
87
87
> Because of the probabilistic nature of LLMs, Copilot may utilize a different MCP command, but should still be able to complete the task.
@@ -113,7 +113,7 @@ In addition, the tests need to run (and pass) before we merge everything into ou
113
113
114
114

115
115
116
-
4. Ensure **Claude 3.5** is still selected for the model.
116
+
4. Ensure **Claude Sonnet 4** is still selected for the model.
117
117
5. Prompt Copilot to implement the functionality based on the issue we created earlier by using the following prompt, replacing **<YOUR_REPOSITORY_PATH>** with the organization/name of your repository which you noted earlier:
0 commit comments