Skip to content

Commit 08a0ab0

Browse files
authored
Active PR tool to include coding agent logs (#7044)
* Coding agent session tool * Single task * Fallback * Delete tool * Moving APIs to right places * Helper function
1 parent ad89f17 commit 08a0ab0

File tree

8 files changed

+682
-11
lines changed

8 files changed

+682
-11
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
},
1313
"enabledApiProposals": [
1414
"activeComment",
15+
"chatParticipantAdditions",
1516
"codiconDecoration",
1617
"codeActionRanges",
1718
"commentingRangeHint",
@@ -3879,7 +3880,7 @@
38793880
],
38803881
"toolReferenceName": "activePullRequest",
38813882
"displayName": "%languageModelTools.github-pull-request_activePullRequest.displayName%",
3882-
"modelDescription": "Get information about the active or current GitHub pull request (PR). This information includes: comments, files changed, pull request title + description, pull request state, and pull request status checks/CI. When asked about the active pull request, do this first!",
3883+
"modelDescription": "Get information about the active or current GitHub pull request (PR). This information includes: comments, files changed, pull request title + description, pull request state, pull request status checks/CI and coding agent session logs if the pull request was opened by Copilot. When asked about the active or current pull request, do this first!",
38833884
"icon": "$(git-pull-request)",
38843885
"canBeReferencedInPrompt": true,
38853886
"userDescription": "%languageModelTools.github-pull-request_activePullRequest.description%",
@@ -3990,6 +3991,7 @@
39903991
"debounce": "^1.2.1",
39913992
"events": "3.2.0",
39923993
"fast-deep-equal": "^3.1.3",
3994+
"jszip": "^3.10.1",
39933995
"lru-cache": "6.0.0",
39943996
"marked": "^4.0.10",
39953997
"react": "^16.12.0",

0 commit comments

Comments
 (0)