@vscode/chat-lib 0.42.2026032703 → 0.42.2026033103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.d.ts +4 -5
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.js +8 -3
- package/dist/src/_internal/extension/inlineEdits/common/editRebase.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +2 -0
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +145 -10
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +2 -0
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +16 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts +14 -6
- package/dist/src/_internal/platform/authentication/common/authentication.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/authentication.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +6 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +1 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.d.ts +4 -4
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/staticGitHubAuthenticationService.js.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js +1 -7
- package/dist/src/_internal/platform/authentication/node/copilotTokenManager.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaService.d.ts +14 -0
- package/dist/src/_internal/platform/chat/common/chatQuotaService.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaService.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.d.ts +2 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.js +24 -0
- package/dist/src/_internal/platform/chat/common/chatQuotaServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +3 -0
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +3 -0
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +1 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +11 -3
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +9 -0
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +15 -5
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +4 -0
- package/dist/src/_internal/platform/git/common/gitService.d.ts.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +6 -5
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js +0 -3
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.d.ts +0 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.js +0 -3
- package/dist/src/_internal/platform/github/common/nullOctokitServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts +7 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js +10 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/nextCursorLinePrediction.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts +34 -5
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js +70 -20
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.js +2 -2
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts +12 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js +10 -0
- package/dist/src/_internal/platform/otel/common/genAiAttributes.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiEvents.d.ts +6 -0
- package/dist/src/_internal/platform/otel/common/genAiEvents.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiEvents.js +69 -0
- package/dist/src/_internal/platform/otel/common/genAiEvents.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiMetrics.d.ts +18 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiMetrics.js +73 -0
- package/dist/src/_internal/platform/otel/common/genAiMetrics.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts +1 -13
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.js +1 -8
- package/dist/src/_internal/platform/requestLogger/common/capturingToken.js.map +1 -1
- package/dist/src/package.json +33 -9
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { type EditOutcome, type EditSource } from './genAiAttributes';
|
|
1
2
|
import type { IOTelService } from './otelService';
|
|
2
3
|
/**
|
|
3
4
|
* Pre-configured OTel GenAI metric instruments.
|
|
@@ -26,5 +27,22 @@ export declare class GenAiMetrics {
|
|
|
26
27
|
static recordAgentTurnCount(otel: IOTelService, agentName: string, turnCount: number): void;
|
|
27
28
|
static recordTimeToFirstToken(otel: IOTelService, model: string, ttftSec: number): void;
|
|
28
29
|
static incrementSessionCount(otel: IOTelService): void;
|
|
30
|
+
/** Accept/reject counter for inline chat and chat editing edits */
|
|
31
|
+
static recordEditAcceptance(otel: IOTelService, source: EditSource, outcome: EditOutcome, languageId?: string): void;
|
|
32
|
+
/** File-level chat editing session outcome (accepted/rejected/saved) */
|
|
33
|
+
static recordChatEditOutcome(otel: IOTelService, source: EditSource, outcome: EditOutcome, languageId?: string, hasRemainingEdits?: boolean): void;
|
|
34
|
+
/** 4-gram text similarity survival score */
|
|
35
|
+
static recordEditSurvivalFourGram(otel: IOTelService, source: EditSource, score: number, timeDelayMs: number): void;
|
|
36
|
+
/** No-revert survival score */
|
|
37
|
+
static recordEditSurvivalNoRevert(otel: IOTelService, source: EditSource, score: number, timeDelayMs: number): void;
|
|
38
|
+
/** Lines of code added/removed by accepted agent edits */
|
|
39
|
+
static incrementLinesOfCode(otel: IOTelService, type: 'added' | 'removed', languageId: string | undefined, count: number): void;
|
|
40
|
+
static incrementUserActionCount(otel: IOTelService, action: string): void;
|
|
41
|
+
static incrementUserFeedbackCount(otel: IOTelService, rating: string): void;
|
|
42
|
+
static incrementAgentEditResponseCount(otel: IOTelService, outcome: string): void;
|
|
43
|
+
static incrementAgentSummarizationCount(otel: IOTelService, outcome: string): void;
|
|
44
|
+
static incrementPullRequestCount(otel: IOTelService): void;
|
|
45
|
+
static incrementCloudSessionCount(otel: IOTelService, partnerAgent: string): void;
|
|
46
|
+
static incrementCloudPrReadyCount(otel: IOTelService): void;
|
|
29
47
|
}
|
|
30
48
|
//# sourceMappingURL=genAiMetrics.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"genAiMetrics.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/platform/otel/common/genAiMetrics.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"genAiMetrics.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/platform/otel/common/genAiMetrics.ts"],"names":[],"mappings":"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"}
|
|
@@ -63,6 +63,79 @@ class GenAiMetrics {
|
|
|
63
63
|
static incrementSessionCount(otel) {
|
|
64
64
|
otel.incrementCounter('copilot_chat.session.count');
|
|
65
65
|
}
|
|
66
|
+
// ── Agent Activity & Outcome Metrics ──
|
|
67
|
+
/** Accept/reject counter for inline chat and chat editing edits */
|
|
68
|
+
static recordEditAcceptance(otel, source, outcome, languageId) {
|
|
69
|
+
otel.incrementCounter('copilot_chat.edit.acceptance.count', 1, {
|
|
70
|
+
[genAiAttributes_1.CopilotChatAttr.EDIT_SOURCE]: source,
|
|
71
|
+
[genAiAttributes_1.CopilotChatAttr.EDIT_OUTCOME]: outcome,
|
|
72
|
+
...(languageId ? { [genAiAttributes_1.CopilotChatAttr.LANGUAGE_ID]: languageId } : {}),
|
|
73
|
+
});
|
|
74
|
+
}
|
|
75
|
+
/** File-level chat editing session outcome (accepted/rejected/saved) */
|
|
76
|
+
static recordChatEditOutcome(otel, source, outcome, languageId, hasRemainingEdits) {
|
|
77
|
+
otel.incrementCounter('copilot_chat.chat_edit.outcome.count', 1, {
|
|
78
|
+
[genAiAttributes_1.CopilotChatAttr.EDIT_SOURCE]: source,
|
|
79
|
+
[genAiAttributes_1.CopilotChatAttr.EDIT_OUTCOME]: outcome,
|
|
80
|
+
...(languageId ? { [genAiAttributes_1.CopilotChatAttr.LANGUAGE_ID]: languageId } : {}),
|
|
81
|
+
...(hasRemainingEdits !== undefined ? { [genAiAttributes_1.CopilotChatAttr.HAS_REMAINING_EDITS]: hasRemainingEdits } : {}),
|
|
82
|
+
});
|
|
83
|
+
}
|
|
84
|
+
/** 4-gram text similarity survival score */
|
|
85
|
+
static recordEditSurvivalFourGram(otel, source, score, timeDelayMs) {
|
|
86
|
+
otel.recordMetric('copilot_chat.edit.survival.four_gram', score, {
|
|
87
|
+
[genAiAttributes_1.CopilotChatAttr.EDIT_SOURCE]: source,
|
|
88
|
+
[genAiAttributes_1.CopilotChatAttr.TIME_DELAY_MS]: timeDelayMs,
|
|
89
|
+
});
|
|
90
|
+
}
|
|
91
|
+
/** No-revert survival score */
|
|
92
|
+
static recordEditSurvivalNoRevert(otel, source, score, timeDelayMs) {
|
|
93
|
+
otel.recordMetric('copilot_chat.edit.survival.no_revert', score, {
|
|
94
|
+
[genAiAttributes_1.CopilotChatAttr.EDIT_SOURCE]: source,
|
|
95
|
+
[genAiAttributes_1.CopilotChatAttr.TIME_DELAY_MS]: timeDelayMs,
|
|
96
|
+
});
|
|
97
|
+
}
|
|
98
|
+
/** Lines of code added/removed by accepted agent edits */
|
|
99
|
+
static incrementLinesOfCode(otel, type, languageId, count) {
|
|
100
|
+
otel.incrementCounter('copilot_chat.lines_of_code.count', count, {
|
|
101
|
+
'type': type,
|
|
102
|
+
...(languageId ? { [genAiAttributes_1.CopilotChatAttr.LANGUAGE_ID]: languageId } : {}),
|
|
103
|
+
});
|
|
104
|
+
}
|
|
105
|
+
// ── User Engagement Metrics ──
|
|
106
|
+
static incrementUserActionCount(otel, action) {
|
|
107
|
+
otel.incrementCounter('copilot_chat.user.action.count', 1, {
|
|
108
|
+
'action': action,
|
|
109
|
+
});
|
|
110
|
+
}
|
|
111
|
+
static incrementUserFeedbackCount(otel, rating) {
|
|
112
|
+
otel.incrementCounter('copilot_chat.user.feedback.count', 1, {
|
|
113
|
+
'rating': rating,
|
|
114
|
+
});
|
|
115
|
+
}
|
|
116
|
+
// ── Agent Internals Metrics ──
|
|
117
|
+
static incrementAgentEditResponseCount(otel, outcome) {
|
|
118
|
+
otel.incrementCounter('copilot_chat.agent.edit_response.count', 1, {
|
|
119
|
+
'outcome': outcome,
|
|
120
|
+
});
|
|
121
|
+
}
|
|
122
|
+
static incrementAgentSummarizationCount(otel, outcome) {
|
|
123
|
+
otel.incrementCounter('copilot_chat.agent.summarization.count', 1, {
|
|
124
|
+
'outcome': outcome,
|
|
125
|
+
});
|
|
126
|
+
}
|
|
127
|
+
// ── Background/Cloud Metrics ──
|
|
128
|
+
static incrementPullRequestCount(otel) {
|
|
129
|
+
otel.incrementCounter('copilot_chat.pull_request.count');
|
|
130
|
+
}
|
|
131
|
+
static incrementCloudSessionCount(otel, partnerAgent) {
|
|
132
|
+
otel.incrementCounter('copilot_chat.cloud.session.count', 1, {
|
|
133
|
+
'partner_agent': partnerAgent,
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
static incrementCloudPrReadyCount(otel) {
|
|
137
|
+
otel.incrementCounter('copilot_chat.cloud.pr_ready.count');
|
|
138
|
+
}
|
|
66
139
|
}
|
|
67
140
|
exports.GenAiMetrics = GenAiMetrics;
|
|
68
141
|
//# sourceMappingURL=genAiMetrics.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"genAiMetrics.js","sourceRoot":"","sources":["../../../../../../src/_internal/platform/otel/common/genAiMetrics.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;;;AAEhG,
|
|
1
|
+
{"version":3,"file":"genAiMetrics.js","sourceRoot":"","sources":["../../../../../../src/_internal/platform/otel/common/genAiMetrics.ts"],"names":[],"mappings":"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"}
|
|
@@ -38,12 +38,6 @@ export declare class CapturingToken {
|
|
|
38
38
|
* Used to name the child log file within the parent session's directory.
|
|
39
39
|
*/
|
|
40
40
|
readonly debugLogLabel?: string | undefined;
|
|
41
|
-
/**
|
|
42
|
-
* Optional override session IDs for debug log resolution.
|
|
43
|
-
* When set (e.g., from attached session references), the troubleshoot skill
|
|
44
|
-
* targets these sessions' logs instead of the current chat session.
|
|
45
|
-
*/
|
|
46
|
-
readonly debugTargetSessionIds?: readonly string[] | undefined;
|
|
47
41
|
constructor(
|
|
48
42
|
/**
|
|
49
43
|
* A label to display for the parent tree element.
|
|
@@ -80,12 +74,6 @@ export declare class CapturingToken {
|
|
|
80
74
|
* Optional label for debug log child sessions (e.g., 'title', 'categorization').
|
|
81
75
|
* Used to name the child log file within the parent session's directory.
|
|
82
76
|
*/
|
|
83
|
-
debugLogLabel?: string | undefined
|
|
84
|
-
/**
|
|
85
|
-
* Optional override session IDs for debug log resolution.
|
|
86
|
-
* When set (e.g., from attached session references), the troubleshoot skill
|
|
87
|
-
* targets these sessions' logs instead of the current chat session.
|
|
88
|
-
*/
|
|
89
|
-
debugTargetSessionIds?: readonly string[] | undefined);
|
|
77
|
+
debugLogLabel?: string | undefined);
|
|
90
78
|
}
|
|
91
79
|
//# sourceMappingURL=capturingToken.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capturingToken.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/platform/requestLogger/common/capturingToken.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,qBAAa,cAAc;IAEzB;;OAEG;aACa,KAAK,EAAE,MAAM;IAC7B;;OAEG;aACa,IAAI,EAAE,MAAM,GAAG,SAAS;IACxC;;;;OAIG;aACa,oBAAoB,CAAC,EAAE,MAAM;IAC7C;;;OAGG;aACa,YAAY,CAAC,EAAE,MAAM;IACrC;;;;OAIG;aACa,aAAa,CAAC,EAAE,MAAM;IACtC;;;;OAIG;aACa,mBAAmB,CAAC,EAAE,MAAM;IAC5C;;;OAGG;aACa,aAAa,CAAC,EAAE,MAAM
|
|
1
|
+
{"version":3,"file":"capturingToken.d.ts","sourceRoot":"","sources":["../../../../../../src/_internal/platform/requestLogger/common/capturingToken.ts"],"names":[],"mappings":"AAKA;;GAEG;AACH,qBAAa,cAAc;IAEzB;;OAEG;aACa,KAAK,EAAE,MAAM;IAC7B;;OAEG;aACa,IAAI,EAAE,MAAM,GAAG,SAAS;IACxC;;;;OAIG;aACa,oBAAoB,CAAC,EAAE,MAAM;IAC7C;;;OAGG;aACa,YAAY,CAAC,EAAE,MAAM;IACrC;;;;OAIG;aACa,aAAa,CAAC,EAAE,MAAM;IACtC;;;;OAIG;aACa,mBAAmB,CAAC,EAAE,MAAM;IAC5C;;;OAGG;aACa,aAAa,CAAC,EAAE,MAAM;;IAnCtC;;OAEG;IACa,KAAK,EAAE,MAAM;IAC7B;;OAEG;IACa,IAAI,EAAE,MAAM,GAAG,SAAS;IACxC;;;;OAIG;IACa,oBAAoB,CAAC,EAAE,MAAM,YAAA;IAC7C;;;OAGG;IACa,YAAY,CAAC,EAAE,MAAM,YAAA;IACrC;;;;OAIG;IACa,aAAa,CAAC,EAAE,MAAM,YAAA;IACtC;;;;OAIG;IACa,mBAAmB,CAAC,EAAE,MAAM,YAAA;IAC5C;;;OAGG;IACa,aAAa,CAAC,EAAE,MAAM,YAAA;CAEvC"}
|
|
@@ -45,13 +45,7 @@ class CapturingToken {
|
|
|
45
45
|
* Optional label for debug log child sessions (e.g., 'title', 'categorization').
|
|
46
46
|
* Used to name the child log file within the parent session's directory.
|
|
47
47
|
*/
|
|
48
|
-
debugLogLabel
|
|
49
|
-
/**
|
|
50
|
-
* Optional override session IDs for debug log resolution.
|
|
51
|
-
* When set (e.g., from attached session references), the troubleshoot skill
|
|
52
|
-
* targets these sessions' logs instead of the current chat session.
|
|
53
|
-
*/
|
|
54
|
-
debugTargetSessionIds) {
|
|
48
|
+
debugLogLabel) {
|
|
55
49
|
this.label = label;
|
|
56
50
|
this.icon = icon;
|
|
57
51
|
this.subAgentInvocationId = subAgentInvocationId;
|
|
@@ -59,7 +53,6 @@ class CapturingToken {
|
|
|
59
53
|
this.chatSessionId = chatSessionId;
|
|
60
54
|
this.parentChatSessionId = parentChatSessionId;
|
|
61
55
|
this.debugLogLabel = debugLogLabel;
|
|
62
|
-
this.debugTargetSessionIds = debugTargetSessionIds;
|
|
63
56
|
}
|
|
64
57
|
}
|
|
65
58
|
exports.CapturingToken = CapturingToken;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"capturingToken.js","sourceRoot":"","sources":["../../../../../../src/_internal/platform/requestLogger/common/capturingToken.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;;;AAEhG;;GAEG;AACH,MAAa,cAAc;IAC1B;IACC;;OAEG;IACa,KAAa;IAC7B;;OAEG;IACa,IAAwB;IACxC;;;;OAIG;IACa,oBAA6B;IAC7C;;;OAGG;IACa,YAAqB;IACrC;;;;OAIG;IACa,aAAsB;IACtC;;;;OAIG;IACa,mBAA4B;IAC5C;;;OAGG;IACa,aAAsB;
|
|
1
|
+
{"version":3,"file":"capturingToken.js","sourceRoot":"","sources":["../../../../../../src/_internal/platform/requestLogger/common/capturingToken.ts"],"names":[],"mappings":";AAAA;;;gGAGgG;;;AAEhG;;GAEG;AACH,MAAa,cAAc;IAC1B;IACC;;OAEG;IACa,KAAa;IAC7B;;OAEG;IACa,IAAwB;IACxC;;;;OAIG;IACa,oBAA6B;IAC7C;;;OAGG;IACa,YAAqB;IACrC;;;;OAIG;IACa,aAAsB;IACtC;;;;OAIG;IACa,mBAA4B;IAC5C;;;OAGG;IACa,aAAsB;QAhCtB,UAAK,GAAL,KAAK,CAAQ;QAIb,SAAI,GAAJ,IAAI,CAAoB;QAMxB,yBAAoB,GAApB,oBAAoB,CAAS;QAK7B,iBAAY,GAAZ,YAAY,CAAS;QAMrB,kBAAa,GAAb,aAAa,CAAS;QAMtB,wBAAmB,GAAnB,mBAAmB,CAAS;QAK5B,kBAAa,GAAb,aAAa,CAAS;IACnC,CAAC;CACL;AAvCD,wCAuCC"}
|
package/dist/src/package.json
CHANGED
|
@@ -2833,6 +2833,13 @@
|
|
|
2833
2833
|
"icon": "$(git-commit)",
|
|
2834
2834
|
"category": "GitHub Copilot"
|
|
2835
2835
|
},
|
|
2836
|
+
{
|
|
2837
|
+
"command": "github.copilot.sessions.discardChanges",
|
|
2838
|
+
"title": "%github.copilot.command.sessions.discardChanges%",
|
|
2839
|
+
"enablement": "!chatSessionRequestInProgress",
|
|
2840
|
+
"icon": "$(discard)",
|
|
2841
|
+
"category": "GitHub Copilot"
|
|
2842
|
+
},
|
|
2836
2843
|
{
|
|
2837
2844
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
2838
2845
|
"title": "%github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR%",
|
|
@@ -2844,7 +2851,7 @@
|
|
|
2844
2851
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
2845
2852
|
"title": "%github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR%",
|
|
2846
2853
|
"enablement": "!chatSessionRequestInProgress",
|
|
2847
|
-
"icon": "$(
|
|
2854
|
+
"icon": "$(sync)",
|
|
2848
2855
|
"category": "GitHub Copilot"
|
|
2849
2856
|
},
|
|
2850
2857
|
{
|
|
@@ -4860,8 +4867,8 @@
|
|
|
4860
4867
|
},
|
|
4861
4868
|
{
|
|
4862
4869
|
"command": "github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR",
|
|
4863
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.
|
|
4864
|
-
"group": "navigation@
|
|
4870
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasPullRequest",
|
|
4871
|
+
"group": "navigation@9"
|
|
4865
4872
|
}
|
|
4866
4873
|
],
|
|
4867
4874
|
"chat/input/editing/sessionApplyActions": [
|
|
@@ -4872,27 +4879,27 @@
|
|
|
4872
4879
|
},
|
|
4873
4880
|
{
|
|
4874
4881
|
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.merge",
|
|
4875
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.isMergeBaseBranchProtected && !sessions.
|
|
4882
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.isMergeBaseBranchProtected && !sessions.hasPullRequest",
|
|
4876
4883
|
"group": "merge@1"
|
|
4877
4884
|
},
|
|
4878
4885
|
{
|
|
4879
4886
|
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync",
|
|
4880
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.isMergeBaseBranchProtected && !sessions.
|
|
4887
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.isMergeBaseBranchProtected && !sessions.hasPullRequest",
|
|
4881
4888
|
"group": "merge@2"
|
|
4882
4889
|
},
|
|
4883
4890
|
{
|
|
4884
4891
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
4885
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.
|
|
4892
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.hasPullRequest",
|
|
4886
4893
|
"group": "pull_request@1"
|
|
4887
4894
|
},
|
|
4888
4895
|
{
|
|
4889
4896
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
4890
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.
|
|
4897
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && !sessions.hasPullRequest",
|
|
4891
4898
|
"group": "pull_request@2"
|
|
4892
4899
|
},
|
|
4893
4900
|
{
|
|
4894
4901
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
4895
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasOpenPullRequest",
|
|
4902
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasPullRequest && sessions.hasOpenPullRequest",
|
|
4896
4903
|
"group": "pull_request@1"
|
|
4897
4904
|
}
|
|
4898
4905
|
],
|
|
@@ -5246,6 +5253,10 @@
|
|
|
5246
5253
|
"command": "github.copilot.sessions.commitChanges",
|
|
5247
5254
|
"when": "false"
|
|
5248
5255
|
},
|
|
5256
|
+
{
|
|
5257
|
+
"command": "github.copilot.sessions.discardChanges",
|
|
5258
|
+
"when": "false"
|
|
5259
|
+
},
|
|
5249
5260
|
{
|
|
5250
5261
|
"command": "github.copilot.sessions.refreshChanges",
|
|
5251
5262
|
"when": "false"
|
|
@@ -5577,7 +5588,7 @@
|
|
|
5577
5588
|
},
|
|
5578
5589
|
{
|
|
5579
5590
|
"command": "github.copilot.cli.sessions.openWorktreeInNewWindow",
|
|
5580
|
-
"when": "chatSessionType == copilotcli",
|
|
5591
|
+
"when": "chatSessionType == copilotcli && !isSessionsWindow",
|
|
5581
5592
|
"group": "2_open@1"
|
|
5582
5593
|
},
|
|
5583
5594
|
{
|
|
@@ -5624,6 +5635,13 @@
|
|
|
5624
5635
|
"when": "chatSessionType == copilotcli && isSessionsWindow",
|
|
5625
5636
|
"group": "9_refresh@1"
|
|
5626
5637
|
}
|
|
5638
|
+
],
|
|
5639
|
+
"chat/input/editing/sessionChangeToolbar": [
|
|
5640
|
+
{
|
|
5641
|
+
"command": "github.copilot.sessions.discardChanges",
|
|
5642
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow",
|
|
5643
|
+
"group": "navigation@1"
|
|
5644
|
+
}
|
|
5627
5645
|
]
|
|
5628
5646
|
},
|
|
5629
5647
|
"icons": {
|
|
@@ -6160,6 +6178,12 @@
|
|
|
6160
6178
|
{
|
|
6161
6179
|
"path": "./assets/prompts/skills/get-search-view-results/SKILL.md",
|
|
6162
6180
|
"when": "config.github.copilot.chat.getSearchViewResultsSkill.enabled"
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"path": "./assets/prompts/skills/troubleshoot/SKILL.md"
|
|
6184
|
+
},
|
|
6185
|
+
{
|
|
6186
|
+
"path": "./assets/prompts/skills/agent-customization/SKILL.md"
|
|
6163
6187
|
}
|
|
6164
6188
|
],
|
|
6165
6189
|
"terminal": {
|
package/package.json
CHANGED