Commit 73a6bb7
Adopt latest provider pattern for org/enterprise custom agents (#2737)
* PR
* activation
* fix test
* wip
* update
* tests
* Update src/platform/github/common/githubService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/extension/agents/vscode-node/organizationInstructionsProvider.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* Update src/platform/github/common/octoKitServiceImpl.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* update
* update setting name
* wip
* fix
* use enum
* PR
* nit
* add polling
* tests
* cleanup
* use helper
* remove instructions
* clean
* use custom source
* update
* update
* test updates
* fix tests
* update types
* PR
* use proposed API
* Update src/platform/customInstructions/common/customInstructionsService.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* fix tests
* update for skills
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent 9b2ef80 commit 73a6bb7
File tree
14 files changed
+345
-155
lines changed- src
- extension
- agents/vscode-node
- test
- extension/vscode-node
- tools/node
- platform
- customInstructions
- common
- test/node
- test/common
- util/common/test/shims
14 files changed
+345
-155
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | | - | |
| 87 | + | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
| 140 | + | |
140 | 141 | | |
141 | 142 | | |
142 | 143 | | |
| |||
Lines changed: 9 additions & 11 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
23 | | - | |
| 25 | + | |
24 | 26 | | |
25 | 27 | | |
26 | 28 | | |
| |||
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
46 | 48 | | |
47 | | - | |
| 49 | + | |
48 | 50 | | |
49 | 51 | | |
50 | 52 | | |
| |||
58 | 60 | | |
59 | 61 | | |
60 | 62 | | |
61 | | - | |
| 63 | + | |
62 | 64 | | |
63 | 65 | | |
64 | 66 | | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
68 | 70 | | |
69 | | - | |
| 71 | + | |
70 | 72 | | |
71 | 73 | | |
72 | 74 | | |
| |||
91 | 93 | | |
92 | 94 | | |
93 | 95 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 96 | + | |
99 | 97 | | |
100 | 98 | | |
101 | 99 | | |
| |||
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | | - | |
26 | | - | |
| 26 | + | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments