Skip to content

Commit 8259946

Browse files
authored
Merge pull request #6 from Strandfelt/main
Update agent instructions command and fix VS Code command names
2 parents b17d755 + 234f262 commit 8259946

6 files changed

Lines changed: 12 additions & 12 deletions

File tree

workshop/01-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Instructions guide all agentic interactions, making them efficient and reliable.
6868

6969
**Steps:**
7070

71-
1. Run command: `Chat: Generate Workspace Instructions File`
71+
1. Run command: `Chat: Generate Agent Instructions`
7272
2. Wait for the agent to analyze your codebase
7373
3. Review the generated instructions (probably too detailed!)
7474
4. Follow up with:
@@ -88,7 +88,7 @@ Background agents run in isolated git worktrees — perfect for tasks that don't
8888

8989
**Steps:**
9090

91-
1. Click `+` in Chat **New background agent**
91+
1. In the Chat input box, change the **Session target** dropdown (below the text input) from `Local` to `Copilot CLI`
9292
2. Enter:
9393
```
9494
Add linting rules for unused vars and async/await usage; fix any errors
@@ -98,7 +98,7 @@ Background agents run in isolated git worktrees — perfect for tasks that don't
9898

9999
**Try a Cloud Agent too:**
100100

101-
1. Click `+`**New cloud agent**
101+
1. Change the **Session target** dropdown to `Cloud`
102102
2. Enter:
103103
```
104104
Make the README more engaging as a landing page to the project

workshop/03-quiz-master.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Run the quiz master as a cloud agent for async generation.
7171

7272
### Steps
7373

74-
1. Click `+`**New cloud agent**
74+
1. Change the **Session target** dropdown to `Cloud`
7575
2. Select **Quiz Master**
7676
3. Enter a different theme:
7777
```

workshop/es/01-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Las instrucciones guían todas las interacciones agénticas, haciéndolas eficie
6969

7070
**Pasos:**
7171

72-
1. Ejecuta el comando: `Chat: Generate Workspace Instructions File`
72+
1. Ejecuta el comando: `Chat: Generate Agent Instructions`
7373
2. Espera a que el agente analice tu código
7474
3. Revisa las instrucciones generadas (¡probablemente demasiado detalladas!)
7575
4. Continúa con:
@@ -89,7 +89,7 @@ Los background agents se ejecutan en git worktrees aislados — perfectos para t
8989

9090
**Pasos:**
9191

92-
1. Haz clic en `+` en el Chat**New background agent**
92+
1. En el cuadro de texto del Chat, cambia el menú desplegable **Session target** (debajo del campo de texto) de `Local` a `Copilot CLI`
9393
2. Ingresa:
9494
```
9595
Add linting rules for unused vars and async/await usage; fix any errors
@@ -99,7 +99,7 @@ Los background agents se ejecutan en git worktrees aislados — perfectos para t
9999

100100
**Prueba un Cloud Agent también:**
101101

102-
1. Haz clic en `+`**New cloud agent**
102+
1. Cambia el menú desplegable **Session target** a `Cloud`
103103
2. Ingresa:
104104
```
105105
Make the README more engaging as a landing page to the project

workshop/es/03-quiz-master.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Ejecuta el quiz master como cloud agent para generación asíncrona.
7272

7373
### Pasos
7474

75-
1. Haz clic en `+`**New cloud agent**
75+
1. Cambia el menú desplegable **Session target** a `Cloud`
7676
2. Selecciona **Quiz Master**
7777
3. Ingresa un tema diferente:
7878
```

workshop/pt_BR/01-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Instruções guiam todas as interações agênticas, tornando-as eficientes e co
6969

7070
**Passos:**
7171

72-
1. Execute o comando: `Chat: Generate Workspace Instructions File`
72+
1. Execute o comando: `Chat: Generate Agent Instructions`
7373
2. Aguarde o agente analisar seu código
7474
3. Revise as instruções geradas (provavelmente detalhadas demais!)
7575
4. Continue com:
@@ -89,7 +89,7 @@ Background agents rodam em git worktrees isolados — perfeitos para tarefas que
8989

9090
**Passos:**
9191

92-
1. Clique em `+` no Chat**New background agent**
92+
1. Na caixa de texto do Chat, altere o menu suspenso **Session target** (abaixo do campo de texto) de `Local` para `Copilot CLI`
9393
2. Digite:
9494
```
9595
Add linting rules for unused vars and async/await usage; fix any errors
@@ -99,7 +99,7 @@ Background agents rodam em git worktrees isolados — perfeitos para tarefas que
9999

100100
**Experimente um Cloud Agent também:**
101101

102-
1. Clique em `+` **New cloud agent**
102+
1. Altere o menu suspenso **Session target** para `Cloud`
103103
2. Digite:
104104
```
105105
Make the README more engaging as a landing page to the project

workshop/pt_BR/03-quiz-master.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Execute o quiz master como cloud agent para geração assíncrona.
7272

7373
### Passos
7474

75-
1. Clique em `+` **New cloud agent**
75+
1. Altere o menu suspenso **Session target** para `Cloud`
7676
2. Selecione **Quiz Master**
7777
3. Digite um tema diferente:
7878
```

0 commit comments

Comments
 (0)