Commit bab22b9
authored
fix: emit agent instructions (AGENTS.md, CLAUDE.md, copilot-instructions.md) (#4974)
The provider only iterated chatPromptFileService.instructions, which
contains .instructions.md files. Agent instruction files (AGENTS.md,
CLAUDE.md, copilot-instructions.md) come from
customInstructionsService.getAgentInstructions() and were used as a
filter set but never emitted as items when they weren't also in
chatPromptFileService.instructions.
Now emits agent instructions from getAgentInstructions() first, then
iterates chatPromptFileService.instructions while skipping any already
emitted URIs.1 parent 692b298 commit bab22b9
File tree
2 files changed
+35
-12
lines changed- src/extension/chatSessions/vscode-node
- test
2 files changed
+35
-12
lines changedLines changed: 19 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
99 | | - | |
100 | | - | |
| 98 | + | |
101 | 99 | | |
102 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
103 | 115 | | |
104 | 116 | | |
105 | 117 | | |
106 | | - | |
107 | 118 | | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
| 119 | + | |
| 120 | + | |
116 | 121 | | |
117 | 122 | | |
| 123 | + | |
| 124 | + | |
118 | 125 | | |
119 | 126 | | |
120 | 127 | | |
| |||
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
348 | 348 | | |
349 | 349 | | |
350 | 350 | | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
351 | 367 | | |
352 | 368 | | |
353 | 369 | | |
| |||
0 commit comments