@vscode/chat-lib 0.43.2026040705 → 0.43.2026040706-0
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/common/constants.d.ts +2 -1
- package/dist/src/_internal/extension/common/constants.d.ts.map +1 -1
- package/dist/src/_internal/extension/common/constants.js +3 -0
- package/dist/src/_internal/extension/common/constants.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.d.ts +1 -5
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js +3 -11
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/ghostText/completionsFromNetwork.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.d.ts +0 -30
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.js +4 -82
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/networking.js.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.d.ts +2 -10
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.d.ts.map +1 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.js +26 -173
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/fetch.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts +11 -0
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js +21 -3
- package/dist/src/_internal/extension/inlineEdits/node/nextEditCache.js.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts +2 -2
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js +34 -12
- package/dist/src/_internal/extension/inlineEdits/node/nextEditProvider.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js +37 -24
- package/dist/src/_internal/extension/prompt/node/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js +4 -2
- package/dist/src/_internal/extension/prompt/node/chatMLFetcherTelemetry.js.map +1 -1
- package/dist/src/_internal/extension/xtab/common/fetchStreamError.d.ts +10 -0
- package/dist/src/_internal/extension/xtab/common/fetchStreamError.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/common/fetchStreamError.js +19 -0
- package/dist/src/_internal/extension/xtab/common/fetchStreamError.js.map +1 -0
- package/dist/src/_internal/extension/xtab/node/cursorLineDivergence.d.ts +44 -0
- package/dist/src/_internal/extension/xtab/node/cursorLineDivergence.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/node/cursorLineDivergence.js +181 -0
- package/dist/src/_internal/extension/xtab/node/cursorLineDivergence.js.map +1 -0
- package/dist/src/_internal/extension/xtab/node/editIntent.d.ts +31 -0
- package/dist/src/_internal/extension/xtab/node/editIntent.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/node/editIntent.js +193 -0
- package/dist/src/_internal/extension/xtab/node/editIntent.js.map +1 -0
- package/dist/src/_internal/extension/xtab/node/responseFormatHandlers.d.ts +52 -0
- package/dist/src/_internal/extension/xtab/node/responseFormatHandlers.d.ts.map +1 -0
- package/dist/src/_internal/extension/xtab/node/responseFormatHandlers.js +134 -0
- package/dist/src/_internal/extension/xtab/node/responseFormatHandlers.js.map +1 -0
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js +5 -5
- package/dist/src/_internal/extension/xtab/node/xtabCustomDiffPatchResponseHandler.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts +10 -37
- package/dist/src/_internal/extension/xtab/node/xtabProvider.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js +315 -361
- package/dist/src/_internal/extension/xtab/node/xtabProvider.js.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts +10 -0
- package/dist/src/_internal/extension/xtab/node/xtabUtils.d.ts.map +1 -1
- package/dist/src/_internal/extension/xtab/node/xtabUtils.js +24 -0
- package/dist/src/_internal/extension/xtab/node/xtabUtils.js.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts +1 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.d.ts.map +1 -1
- package/dist/src/_internal/platform/authentication/common/copilotToken.js +3 -0
- package/dist/src/_internal/platform/authentication/common/copilotToken.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.d.ts +1 -0
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js +4 -0
- package/dist/src/_internal/platform/chat/common/chatMLFetcher.js.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.d.ts.map +1 -1
- package/dist/src/_internal/platform/chat/common/commonTypes.js +34 -4
- package/dist/src/_internal/platform/chat/common/commonTypes.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts +30 -13
- package/dist/src/_internal/platform/configuration/common/configurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/configurationService.js +37 -20
- package/dist/src/_internal/platform/configuration/common/configurationService.js.map +1 -1
- package/dist/src/_internal/platform/configuration/common/defaultsOnlyConfigurationService.d.ts +1 -1
- package/dist/src/_internal/platform/configuration/common/defaultsOnlyConfigurationService.d.ts.map +1 -1
- package/dist/src/_internal/platform/configuration/common/defaultsOnlyConfigurationService.js +1 -1
- package/dist/src/_internal/platform/configuration/common/defaultsOnlyConfigurationService.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts +20 -0
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js +49 -2
- package/dist/src/_internal/platform/endpoint/common/chatModelCapabilities.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts +2 -0
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/endpointProvider.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/statefulMarkerContainer.d.ts +5 -0
- package/dist/src/_internal/platform/endpoint/common/statefulMarkerContainer.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/common/statefulMarkerContainer.js +13 -0
- package/dist/src/_internal/platform/endpoint/common/statefulMarkerContainer.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts +14 -2
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js +41 -71
- package/dist/src/_internal/platform/endpoint/node/chatEndpoint.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/imageLimits.d.ts +14 -0
- package/dist/src/_internal/platform/endpoint/node/imageLimits.d.ts.map +1 -0
- package/dist/src/_internal/platform/endpoint/node/imageLimits.js +156 -0
- package/dist/src/_internal/platform/endpoint/node/imageLimits.js.map +1 -0
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts +4 -12
- package/dist/src/_internal/platform/endpoint/node/messagesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js +39 -162
- package/dist/src/_internal/platform/endpoint/node/messagesApi.js.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts +15 -2
- package/dist/src/_internal/platform/endpoint/node/responsesApi.d.ts.map +1 -1
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js +259 -42
- package/dist/src/_internal/platform/endpoint/node/responsesApi.js.map +1 -1
- package/dist/src/_internal/platform/git/common/gitService.d.ts +8 -11
- 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/githubAPI.d.ts +1 -0
- package/dist/src/_internal/platform/github/common/githubAPI.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubAPI.js +2 -0
- package/dist/src/_internal/platform/github/common/githubAPI.js.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.d.ts +3 -2
- package/dist/src/_internal/platform/github/common/githubService.d.ts.map +1 -1
- package/dist/src/_internal/platform/github/common/githubService.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts +15 -0
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js +17 -1
- package/dist/src/_internal/platform/inlineEdits/common/dataTypes/xtabPromptOptions.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts +12 -3
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js +72 -46
- package/dist/src/_internal/platform/inlineEdits/common/inlineEditLogContext.js.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/utils/utils.d.ts +3 -0
- package/dist/src/_internal/platform/inlineEdits/common/utils/utils.d.ts.map +1 -1
- package/dist/src/_internal/platform/inlineEdits/common/utils/utils.js +12 -0
- package/dist/src/_internal/platform/inlineEdits/common/utils/utils.js.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.d.ts +5 -0
- package/dist/src/_internal/platform/log/common/logService.d.ts.map +1 -1
- package/dist/src/_internal/platform/log/common/logService.js +22 -0
- package/dist/src/_internal/platform/log/common/logService.js.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.d.ts.map +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js +1 -1
- package/dist/src/_internal/platform/nesFetch/node/completionsFetchServiceImpl.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts +0 -58
- package/dist/src/_internal/platform/networking/common/anthropic.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/anthropic.js +6 -67
- package/dist/src/_internal/platform/networking/common/anthropic.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.d.ts +0 -12
- package/dist/src/_internal/platform/networking/common/fetch.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetch.js +5 -1
- package/dist/src/_internal/platform/networking/common/fetch.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts +1 -0
- package/dist/src/_internal/platform/networking/common/fetcherService.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/fetcherService.js.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.d.ts +22 -4
- package/dist/src/_internal/platform/networking/common/networking.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/common/networking.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatStream.d.ts +10 -0
- package/dist/src/_internal/platform/networking/node/chatStream.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatStream.js +28 -0
- package/dist/src/_internal/platform/networking/node/chatStream.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts +24 -5
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js +67 -20
- package/dist/src/_internal/platform/networking/node/chatWebSocketManager.js.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts +15 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.d.ts.map +1 -1
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.js +51 -7
- package/dist/src/_internal/platform/networking/node/chatWebSocketTelemetry.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiEvents.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/genAiEvents.js +10 -2
- package/dist/src/_internal/platform/otel/common/genAiEvents.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/index.d.ts +1 -1
- package/dist/src/_internal/platform/otel/common/index.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/index.js +2 -1
- package/dist/src/_internal/platform/otel/common/index.js.map +1 -1
- package/dist/src/_internal/platform/otel/common/messageFormatters.d.ts +13 -1
- package/dist/src/_internal/platform/otel/common/messageFormatters.d.ts.map +1 -1
- package/dist/src/_internal/platform/otel/common/messageFormatters.js +98 -0
- package/dist/src/_internal/platform/otel/common/messageFormatters.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/common/requestLogger.d.ts +170 -0
- package/dist/src/_internal/platform/requestLogger/common/requestLogger.d.ts.map +1 -0
- package/dist/src/_internal/platform/requestLogger/common/requestLogger.js +145 -0
- package/dist/src/_internal/platform/requestLogger/common/requestLogger.js.map +1 -0
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts +4 -4
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js +1 -3
- package/dist/src/_internal/platform/requestLogger/node/nullRequestLogger.js.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts +4 -167
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.d.ts.map +1 -1
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js +3 -139
- package/dist/src/_internal/platform/requestLogger/node/requestLogger.js.map +1 -1
- package/dist/src/main.d.ts +2 -0
- package/dist/src/main.d.ts.map +1 -1
- package/dist/src/main.js +48 -6
- package/dist/src/main.js.map +1 -1
- package/dist/src/package.json +192 -151
- package/package.json +70 -71
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.d.ts +0 -182
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.d.ts.map +0 -1
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.js +0 -558
- package/dist/src/_internal/extension/completions-core/vscode-node/lib/src/openai/stream.js.map +0 -1
package/dist/src/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot Chat",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.45.0",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
|
|
8
8
|
"completionsCoreVersion": "1.378.1799",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"icon": "assets/copilot.png",
|
|
24
24
|
"pricing": "Trial",
|
|
25
25
|
"engines": {
|
|
26
|
-
"vscode": "^1.
|
|
26
|
+
"vscode": "^1.117.0",
|
|
27
27
|
"npm": ">=9.0.0",
|
|
28
28
|
"node": ">=22.14.0"
|
|
29
29
|
},
|
|
@@ -89,8 +89,8 @@
|
|
|
89
89
|
"l10n": "./l10n",
|
|
90
90
|
"enabledApiProposals": [
|
|
91
91
|
"agentSessionsWorkspace",
|
|
92
|
-
"chatDebug
|
|
93
|
-
"chatHooks
|
|
92
|
+
"chatDebug",
|
|
93
|
+
"chatHooks",
|
|
94
94
|
"extensionsAny",
|
|
95
95
|
"newSymbolNamesProvider",
|
|
96
96
|
"interactive",
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
"embeddings",
|
|
105
105
|
"findTextInFiles",
|
|
106
106
|
"findTextInFiles2",
|
|
107
|
-
"languageModelToolSupportsModel
|
|
108
|
-
"findFiles2
|
|
107
|
+
"languageModelToolSupportsModel",
|
|
108
|
+
"findFiles2",
|
|
109
109
|
"textSearchProvider",
|
|
110
110
|
"terminalDataWriteEvent",
|
|
111
111
|
"terminalExecuteCommandEvent",
|
|
@@ -114,14 +114,14 @@
|
|
|
114
114
|
"mappedEditsProvider",
|
|
115
115
|
"aiRelatedInformation",
|
|
116
116
|
"aiSettingsSearch",
|
|
117
|
-
"chatParticipantAdditions
|
|
118
|
-
"defaultChatParticipant
|
|
117
|
+
"chatParticipantAdditions",
|
|
118
|
+
"defaultChatParticipant",
|
|
119
119
|
"contribSourceControlInputBoxMenu",
|
|
120
120
|
"authLearnMore",
|
|
121
121
|
"testObserver",
|
|
122
|
-
"aiTextSearchProvider
|
|
123
|
-
"chatParticipantPrivate
|
|
124
|
-
"chatProvider
|
|
122
|
+
"aiTextSearchProvider",
|
|
123
|
+
"chatParticipantPrivate",
|
|
124
|
+
"chatProvider",
|
|
125
125
|
"contribDebugCreateConfiguration",
|
|
126
126
|
"chatReferenceDiagnostic",
|
|
127
127
|
"textSearchProvider2",
|
|
@@ -137,7 +137,7 @@
|
|
|
137
137
|
"taskExecutionTerminal",
|
|
138
138
|
"dataChannels",
|
|
139
139
|
"languageModelThinkingPart",
|
|
140
|
-
"chatSessionsProvider
|
|
140
|
+
"chatSessionsProvider",
|
|
141
141
|
"devDeviceId",
|
|
142
142
|
"contribEditorContentMenu",
|
|
143
143
|
"chatPromptFiles",
|
|
@@ -510,25 +510,6 @@
|
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
},
|
|
513
|
-
{
|
|
514
|
-
"name": "copilot_testFailure",
|
|
515
|
-
"toolReferenceName": "testFailure",
|
|
516
|
-
"legacyToolReferenceFullNames": [
|
|
517
|
-
"testFailure"
|
|
518
|
-
],
|
|
519
|
-
"displayName": "%copilot.tools.testFailure.name%",
|
|
520
|
-
"icon": "$(beaker)",
|
|
521
|
-
"userDescription": "%copilot.testFailure.tool.description%",
|
|
522
|
-
"modelDescription": "Includes test failure information in the prompt.",
|
|
523
|
-
"inputSchema": {},
|
|
524
|
-
"tags": [
|
|
525
|
-
"vscode_editing_with_tests",
|
|
526
|
-
"enable_other_tool_copilot_readFile",
|
|
527
|
-
"enable_other_tool_copilot_listDirectory",
|
|
528
|
-
"enable_other_tool_copilot_findFiles",
|
|
529
|
-
"enable_other_tool_copilot_runTests"
|
|
530
|
-
]
|
|
531
|
-
},
|
|
532
513
|
{
|
|
533
514
|
"name": "copilot_createNewWorkspace",
|
|
534
515
|
"displayName": "%github.copilot.tools.createNewWorkspace.name%",
|
|
@@ -1193,6 +1174,32 @@
|
|
|
1193
1174
|
"legacyToolReferenceFullNames": [
|
|
1194
1175
|
"editFiles"
|
|
1195
1176
|
]
|
|
1177
|
+
},
|
|
1178
|
+
{
|
|
1179
|
+
"name": "copilot_sessionStoreSql",
|
|
1180
|
+
"displayName": "Session Store SQL",
|
|
1181
|
+
"toolReferenceName": "sessionStoreSql",
|
|
1182
|
+
"userDescription": "Query your Copilot session history using SQL",
|
|
1183
|
+
"modelDescription": "Execute read-only SQL queries against the global session store containing history from ALL past coding sessions. Use this proactively when the user asks about:\n- What they've worked on recently or in the past\n- Prior approaches to similar problems\n- Project history and file changes\n- Sessions linked to PRs, issues, or commits\n- Temporal queries ('what was I doing yesterday?')\n\nSupports SQLite SQL including JOINs, FTS5 MATCH queries, aggregations, and subqueries.\n\n**Only one query per call — do not combine multiple statements with semicolons.**\n\nSchema:\n- sessions — id, cwd, repository, branch, summary, created_at, updated_at\n- turns — session_id, turn_index, user_message, assistant_response, timestamp\n- session_files — session_id, file_path, tool_name (edit/create), turn_index\n- session_refs — session_id, ref_type (commit/pr/issue), ref_value, turn_index\n- search_index — FTS5 virtual table (content, session_id, source_type). Use WHERE search_index MATCH 'query' for full-text search.",
|
|
1184
|
+
"tags": [],
|
|
1185
|
+
"canBeReferencedInPrompt": false,
|
|
1186
|
+
"inputSchema": {
|
|
1187
|
+
"type": "object",
|
|
1188
|
+
"properties": {
|
|
1189
|
+
"query": {
|
|
1190
|
+
"type": "string",
|
|
1191
|
+
"description": "A single read-only SQL query to execute. Supports SELECT, WITH, JOINs, aggregations, and FTS5 MATCH. Only one statement per call — do not combine multiple queries with semicolons."
|
|
1192
|
+
},
|
|
1193
|
+
"description": {
|
|
1194
|
+
"type": "string",
|
|
1195
|
+
"description": "A 2-5 word summary of what this query does (e.g. 'Recent sessions overview', 'Find PR sessions')."
|
|
1196
|
+
}
|
|
1197
|
+
},
|
|
1198
|
+
"required": [
|
|
1199
|
+
"query",
|
|
1200
|
+
"description"
|
|
1201
|
+
]
|
|
1202
|
+
}
|
|
1196
1203
|
}
|
|
1197
1204
|
],
|
|
1198
1205
|
"languageModelToolSets": [
|
|
@@ -1214,7 +1221,6 @@
|
|
|
1214
1221
|
"description": "",
|
|
1215
1222
|
"tools": [
|
|
1216
1223
|
"runNotebookCell",
|
|
1217
|
-
"testFailure",
|
|
1218
1224
|
"executionSubagent"
|
|
1219
1225
|
]
|
|
1220
1226
|
},
|
|
@@ -1507,6 +1513,21 @@
|
|
|
1507
1513
|
"name": "compact",
|
|
1508
1514
|
"description": "%copilot.agent.compact.description%"
|
|
1509
1515
|
},
|
|
1516
|
+
{
|
|
1517
|
+
"name": "chronicle",
|
|
1518
|
+
"description": "%copilot.chronicle.description%",
|
|
1519
|
+
"when": "github.copilot.sessionSearch.enabled"
|
|
1520
|
+
},
|
|
1521
|
+
{
|
|
1522
|
+
"name": "chronicle:standup",
|
|
1523
|
+
"description": "%copilot.chronicle.standup.description%",
|
|
1524
|
+
"when": "github.copilot.sessionSearch.enabled"
|
|
1525
|
+
},
|
|
1526
|
+
{
|
|
1527
|
+
"name": "chronicle:tips",
|
|
1528
|
+
"description": "%copilot.chronicle.tips.description%",
|
|
1529
|
+
"when": "github.copilot.sessionSearch.enabled"
|
|
1530
|
+
},
|
|
1510
1531
|
{
|
|
1511
1532
|
"name": "explain",
|
|
1512
1533
|
"description": "%copilot.workspace.explain.description%"
|
|
@@ -2148,6 +2169,11 @@
|
|
|
2148
2169
|
"icon": "$(close)",
|
|
2149
2170
|
"category": "Copilot CLI"
|
|
2150
2171
|
},
|
|
2172
|
+
{
|
|
2173
|
+
"command": "agents.github.copilot.cli.deleteSessions",
|
|
2174
|
+
"title": "%github.copilot.command.deleteAgentSession%",
|
|
2175
|
+
"category": "Copilot CLI"
|
|
2176
|
+
},
|
|
2151
2177
|
{
|
|
2152
2178
|
"command": "github.copilot.cli.sessions.resumeInTerminal",
|
|
2153
2179
|
"title": "%github.copilot.command.cli.sessions.resumeInTerminal%",
|
|
@@ -2487,11 +2513,6 @@
|
|
|
2487
2513
|
"title": "%github.copilot.command.collectDiagnostics%",
|
|
2488
2514
|
"category": "Developer"
|
|
2489
2515
|
},
|
|
2490
|
-
{
|
|
2491
|
-
"command": "github.copilot.debug.showNodeSystemCertificatesErrors",
|
|
2492
|
-
"title": "%github.copilot.command.showNodeSystemCertificatesErrors%",
|
|
2493
|
-
"category": "Developer"
|
|
2494
|
-
},
|
|
2495
2516
|
{
|
|
2496
2517
|
"command": "github.copilot.debug.inlineEdit.clearCache",
|
|
2497
2518
|
"title": "%github.copilot.command.inlineEdit.clearCache%",
|
|
@@ -2765,13 +2786,6 @@
|
|
|
2765
2786
|
"icon": "$(sync)",
|
|
2766
2787
|
"category": "GitHub Copilot"
|
|
2767
2788
|
},
|
|
2768
|
-
{
|
|
2769
|
-
"command": "github.copilot.chat.updateCopilotCLIAgentSessionChanges.update",
|
|
2770
|
-
"title": "%github.copilot.chat.updateCopilotCLIAgentSessionChanges.update%",
|
|
2771
|
-
"enablement": "!chatSessionRequestInProgress",
|
|
2772
|
-
"icon": "$(download)",
|
|
2773
|
-
"category": "GitHub Copilot"
|
|
2774
|
-
},
|
|
2775
2789
|
{
|
|
2776
2790
|
"command": "github.copilot.sessions.commit",
|
|
2777
2791
|
"title": "%github.copilot.command.sessions.commit%",
|
|
@@ -2821,13 +2835,6 @@
|
|
|
2821
2835
|
"icon": "$(git-pull-request-draft)",
|
|
2822
2836
|
"category": "GitHub Copilot"
|
|
2823
2837
|
},
|
|
2824
|
-
{
|
|
2825
|
-
"command": "github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR",
|
|
2826
|
-
"title": "%github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR%",
|
|
2827
|
-
"enablement": "!chatSessionRequestInProgress",
|
|
2828
|
-
"icon": "$(git-pull-request)",
|
|
2829
|
-
"category": "GitHub Copilot"
|
|
2830
|
-
},
|
|
2831
2838
|
{
|
|
2832
2839
|
"command": "github.copilot.chat.copilotCLI.addFileReference",
|
|
2833
2840
|
"title": "%github.copilot.command.chat.copilotCLI.addFileReference%",
|
|
@@ -3230,45 +3237,6 @@
|
|
|
3230
3237
|
"preview",
|
|
3231
3238
|
"onExp"
|
|
3232
3239
|
]
|
|
3233
|
-
},
|
|
3234
|
-
"github.copilot.chat.backgroundCompaction": {
|
|
3235
|
-
"type": "boolean",
|
|
3236
|
-
"default": false,
|
|
3237
|
-
"markdownDescription": "%github.copilot.config.backgroundCompaction%",
|
|
3238
|
-
"tags": [
|
|
3239
|
-
"preview",
|
|
3240
|
-
"onExp"
|
|
3241
|
-
]
|
|
3242
|
-
},
|
|
3243
|
-
"github.copilot.chat.anthropic.toolSearchTool.enabled": {
|
|
3244
|
-
"type": "boolean",
|
|
3245
|
-
"default": true,
|
|
3246
|
-
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.enabled%",
|
|
3247
|
-
"tags": [
|
|
3248
|
-
"preview"
|
|
3249
|
-
]
|
|
3250
|
-
},
|
|
3251
|
-
"github.copilot.chat.anthropic.toolSearchTool.mode": {
|
|
3252
|
-
"type": "string",
|
|
3253
|
-
"enum": [
|
|
3254
|
-
"server",
|
|
3255
|
-
"client"
|
|
3256
|
-
],
|
|
3257
|
-
"default": "server",
|
|
3258
|
-
"markdownDescription": "%github.copilot.config.anthropic.toolSearchTool.mode%",
|
|
3259
|
-
"tags": [
|
|
3260
|
-
"preview",
|
|
3261
|
-
"onExp"
|
|
3262
|
-
]
|
|
3263
|
-
},
|
|
3264
|
-
"github.copilot.chat.conversationTranscriptLookup.enabled": {
|
|
3265
|
-
"type": "boolean",
|
|
3266
|
-
"default": false,
|
|
3267
|
-
"description": "%github.copilot.config.conversationTranscriptLookup.enabled%",
|
|
3268
|
-
"tags": [
|
|
3269
|
-
"preview",
|
|
3270
|
-
"onExp"
|
|
3271
|
-
]
|
|
3272
3240
|
}
|
|
3273
3241
|
}
|
|
3274
3242
|
},
|
|
@@ -3977,6 +3945,15 @@
|
|
|
3977
3945
|
"experimental"
|
|
3978
3946
|
]
|
|
3979
3947
|
},
|
|
3948
|
+
"github.copilot.chat.exploreAgent.enabled": {
|
|
3949
|
+
"type": "boolean",
|
|
3950
|
+
"default": true,
|
|
3951
|
+
"markdownDescription": "%github.copilot.config.exploreAgent.enabled%",
|
|
3952
|
+
"tags": [
|
|
3953
|
+
"experimental",
|
|
3954
|
+
"onExp"
|
|
3955
|
+
]
|
|
3956
|
+
},
|
|
3980
3957
|
"github.copilot.chat.exploreAgent.model": {
|
|
3981
3958
|
"type": "string",
|
|
3982
3959
|
"default": "",
|
|
@@ -3991,6 +3968,17 @@
|
|
|
3991
3968
|
{
|
|
3992
3969
|
"id": "advanced",
|
|
3993
3970
|
"properties": {
|
|
3971
|
+
"github.copilot.chat.reasoningEffortOverride": {
|
|
3972
|
+
"type": [
|
|
3973
|
+
"string",
|
|
3974
|
+
"null"
|
|
3975
|
+
],
|
|
3976
|
+
"default": null,
|
|
3977
|
+
"markdownDescription": "Overrides the reasoning/thinking effort sent to model APIs. The configured value must match a reasoning-effort value supported by the selected model or endpoint (for example, `low`, `medium`, `high`, or other model-specific values). Used by evals.\n\n**Note**: This is an advanced debugging setting.",
|
|
3978
|
+
"tags": [
|
|
3979
|
+
"advanced"
|
|
3980
|
+
]
|
|
3981
|
+
},
|
|
3994
3982
|
"github.copilot.chat.installExtensionSkill.enabled": {
|
|
3995
3983
|
"type": "boolean",
|
|
3996
3984
|
"default": false,
|
|
@@ -4011,6 +3999,18 @@
|
|
|
4011
3999
|
],
|
|
4012
4000
|
"description": "%github.copilot.config.projectSetupInfoSkill.enabled%"
|
|
4013
4001
|
},
|
|
4002
|
+
"github.copilot.chat.debug.promptOverrideString": {
|
|
4003
|
+
"type": [
|
|
4004
|
+
"string",
|
|
4005
|
+
"null"
|
|
4006
|
+
],
|
|
4007
|
+
"default": null,
|
|
4008
|
+
"markdownDescription": "YAML string that overrides the system prompt and/or tool descriptions sent to the model. When both this setting and `github.copilot.chat.debug.promptOverrideFile` are configured, this setting takes precedence.\n\n**Note**: This is an advanced debugging setting.",
|
|
4009
|
+
"tags": [
|
|
4010
|
+
"advanced",
|
|
4011
|
+
"experimental"
|
|
4012
|
+
]
|
|
4013
|
+
},
|
|
4014
4014
|
"github.copilot.chat.debug.promptOverrideFile": {
|
|
4015
4015
|
"type": [
|
|
4016
4016
|
"string",
|
|
@@ -4335,7 +4335,8 @@
|
|
|
4335
4335
|
"markdownDescription": "%github.copilot.config.executionSubagent.enabled%",
|
|
4336
4336
|
"tags": [
|
|
4337
4337
|
"advanced",
|
|
4338
|
-
"experimental"
|
|
4338
|
+
"experimental",
|
|
4339
|
+
"onExp"
|
|
4339
4340
|
]
|
|
4340
4341
|
},
|
|
4341
4342
|
"github.copilot.chat.executionSubagent.model": {
|
|
@@ -4344,16 +4345,18 @@
|
|
|
4344
4345
|
"markdownDescription": "%github.copilot.config.executionSubagent.model%",
|
|
4345
4346
|
"tags": [
|
|
4346
4347
|
"advanced",
|
|
4347
|
-
"experimental"
|
|
4348
|
+
"experimental",
|
|
4349
|
+
"onExp"
|
|
4348
4350
|
]
|
|
4349
4351
|
},
|
|
4350
4352
|
"github.copilot.chat.executionSubagent.toolCallLimit": {
|
|
4351
4353
|
"type": "number",
|
|
4352
|
-
"default":
|
|
4354
|
+
"default": 10,
|
|
4353
4355
|
"markdownDescription": "%github.copilot.config.executionSubagent.toolCallLimit%",
|
|
4354
4356
|
"tags": [
|
|
4355
4357
|
"advanced",
|
|
4356
|
-
"experimental"
|
|
4358
|
+
"experimental",
|
|
4359
|
+
"onExp"
|
|
4357
4360
|
]
|
|
4358
4361
|
},
|
|
4359
4362
|
"github.copilot.chat.summarizeAgentConversationHistoryThreshold": {
|
|
@@ -4441,6 +4444,7 @@
|
|
|
4441
4444
|
"number",
|
|
4442
4445
|
"null"
|
|
4443
4446
|
],
|
|
4447
|
+
"default": 10,
|
|
4444
4448
|
"markdownDescription": "%github.copilot.config.inlineEdits.triggerOnEditorChangeAfterSeconds%",
|
|
4445
4449
|
"tags": [
|
|
4446
4450
|
"advanced",
|
|
@@ -4532,17 +4536,41 @@
|
|
|
4532
4536
|
"advanced"
|
|
4533
4537
|
]
|
|
4534
4538
|
},
|
|
4535
|
-
"github.copilot.chat.cli.
|
|
4539
|
+
"github.copilot.chat.cli.showExternalSessions": {
|
|
4536
4540
|
"type": "boolean",
|
|
4537
4541
|
"default": false,
|
|
4542
|
+
"markdownDescription": "%github.copilot.config.cli.showExternalSessions%",
|
|
4543
|
+
"tags": [
|
|
4544
|
+
"advanced"
|
|
4545
|
+
]
|
|
4546
|
+
},
|
|
4547
|
+
"github.copilot.chat.cli.planExitMode.enabled": {
|
|
4548
|
+
"type": "boolean",
|
|
4549
|
+
"default": true,
|
|
4538
4550
|
"markdownDescription": "%github.copilot.config.cli.planExitMode.enabled%",
|
|
4539
4551
|
"tags": [
|
|
4540
4552
|
"advanced"
|
|
4541
4553
|
]
|
|
4542
4554
|
},
|
|
4555
|
+
"github.copilot.chat.cli.planCommand.enabled": {
|
|
4556
|
+
"type": "boolean",
|
|
4557
|
+
"default": true,
|
|
4558
|
+
"markdownDescription": "%github.copilot.config.cli.planCommand.enabled%",
|
|
4559
|
+
"tags": [
|
|
4560
|
+
"advanced"
|
|
4561
|
+
]
|
|
4562
|
+
},
|
|
4563
|
+
"github.copilot.chat.cli.aiGenerateBranchNames.enabled": {
|
|
4564
|
+
"type": "boolean",
|
|
4565
|
+
"default": true,
|
|
4566
|
+
"markdownDescription": "%github.copilot.config.cli.aiGenerateBranchNames.enabled%",
|
|
4567
|
+
"tags": [
|
|
4568
|
+
"advanced"
|
|
4569
|
+
]
|
|
4570
|
+
},
|
|
4543
4571
|
"github.copilot.chat.cli.forkSessions.enabled": {
|
|
4544
4572
|
"type": "boolean",
|
|
4545
|
-
"default":
|
|
4573
|
+
"default": true,
|
|
4546
4574
|
"markdownDescription": "%github.copilot.config.cli.forkSessions.enabled%",
|
|
4547
4575
|
"tags": [
|
|
4548
4576
|
"advanced"
|
|
@@ -4573,6 +4601,14 @@
|
|
|
4573
4601
|
"advanced"
|
|
4574
4602
|
]
|
|
4575
4603
|
},
|
|
4604
|
+
"github.copilot.chat.cli.thinkingEffort.enabled": {
|
|
4605
|
+
"type": "boolean",
|
|
4606
|
+
"default": true,
|
|
4607
|
+
"markdownDescription": "%github.copilot.config.cli.thinkingEffort.enabled%",
|
|
4608
|
+
"tags": [
|
|
4609
|
+
"advanced"
|
|
4610
|
+
]
|
|
4611
|
+
},
|
|
4576
4612
|
"github.copilot.chat.cli.sessionControllerForSessionsApp.enabled": {
|
|
4577
4613
|
"type": "boolean",
|
|
4578
4614
|
"default": false,
|
|
@@ -4627,10 +4663,21 @@
|
|
|
4627
4663
|
"onExp"
|
|
4628
4664
|
]
|
|
4629
4665
|
},
|
|
4666
|
+
"github.copilot.chat.searchSubagent.thoroughnessEnabled": {
|
|
4667
|
+
"type": "boolean",
|
|
4668
|
+
"default": false,
|
|
4669
|
+
"markdownDescription": "%github.copilot.config.searchSubagent.thoroughnessEnabled%",
|
|
4670
|
+
"tags": [
|
|
4671
|
+
"advanced",
|
|
4672
|
+
"experimental",
|
|
4673
|
+
"onExp"
|
|
4674
|
+
]
|
|
4675
|
+
},
|
|
4630
4676
|
"github.copilot.chat.agentDebugLog.enabled": {
|
|
4631
4677
|
"type": "boolean",
|
|
4632
4678
|
"default": false,
|
|
4633
4679
|
"markdownDescription": "%github.copilot.config.chat.agentDebugLog.enabled%",
|
|
4680
|
+
"deprecationMessage": "%github.copilot.config.chat.agentDebugLog.enabled.deprecated%",
|
|
4634
4681
|
"tags": [
|
|
4635
4682
|
"advanced",
|
|
4636
4683
|
"experimental"
|
|
@@ -4849,11 +4896,6 @@
|
|
|
4849
4896
|
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
4850
4897
|
"when": "chatSessionType == copilot-cloud-agent && !github.vscode-pull-request-github.activated && gitOpenRepositoryCount != 0",
|
|
4851
4898
|
"group": "navigation@0"
|
|
4852
|
-
},
|
|
4853
|
-
{
|
|
4854
|
-
"command": "github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR",
|
|
4855
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.hasPullRequest",
|
|
4856
|
-
"group": "navigation@9"
|
|
4857
4899
|
}
|
|
4858
4900
|
],
|
|
4859
4901
|
"chat/input/editing/sessionApplyActions": [
|
|
@@ -4869,12 +4911,12 @@
|
|
|
4869
4911
|
},
|
|
4870
4912
|
{
|
|
4871
4913
|
"command": "github.copilot.sessions.commitAndSync",
|
|
4872
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == workspace && sessions.hasGitRepository && sessions.hasUncommittedChanges",
|
|
4914
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == workspace && sessions.hasGitRepository && sessions.hasUncommittedChanges && sessions.hasUpstream",
|
|
4873
4915
|
"group": "commit@2"
|
|
4874
4916
|
},
|
|
4875
4917
|
{
|
|
4876
4918
|
"command": "github.copilot.sessions.sync",
|
|
4877
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == workspace && sessions.hasGitRepository && !sessions.hasUncommittedChanges",
|
|
4919
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == workspace && sessions.hasGitRepository && !sessions.hasUncommittedChanges && sessions.hasUpstream",
|
|
4878
4920
|
"group": "sync@1"
|
|
4879
4921
|
},
|
|
4880
4922
|
{
|
|
@@ -4889,17 +4931,17 @@
|
|
|
4889
4931
|
},
|
|
4890
4932
|
{
|
|
4891
4933
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
4892
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && !sessions.hasPullRequest && (sessions.hasUncommittedChanges || sessions.hasOutgoingChanges)",
|
|
4934
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && !sessions.hasPullRequest && (sessions.hasUncommittedChanges || sessions.hasOutgoingChanges)",
|
|
4893
4935
|
"group": "pull_request@1"
|
|
4894
4936
|
},
|
|
4895
4937
|
{
|
|
4896
4938
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
4897
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && !sessions.hasPullRequest && (sessions.hasUncommittedChanges || sessions.hasOutgoingChanges)",
|
|
4939
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && !sessions.hasPullRequest && (sessions.hasUncommittedChanges || sessions.hasOutgoingChanges)",
|
|
4898
4940
|
"group": "pull_request@2"
|
|
4899
4941
|
},
|
|
4900
4942
|
{
|
|
4901
4943
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.updatePR",
|
|
4902
|
-
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasPullRequest && sessions.hasOpenPullRequest",
|
|
4944
|
+
"when": "chatSessionType == copilotcli && isSessionsWindow && sessions.isolationMode == worktree && sessions.hasGitRepository && sessions.hasGitHubRemote && sessions.hasPullRequest && sessions.hasOpenPullRequest",
|
|
4903
4945
|
"group": "pull_request@1"
|
|
4904
4946
|
}
|
|
4905
4947
|
],
|
|
@@ -5201,10 +5243,6 @@
|
|
|
5201
5243
|
"command": "github.copilot.chat.mergeCopilotCLIAgentSessionChanges.mergeAndSync",
|
|
5202
5244
|
"when": "false"
|
|
5203
5245
|
},
|
|
5204
|
-
{
|
|
5205
|
-
"command": "github.copilot.chat.updateCopilotCLIAgentSessionChanges.update",
|
|
5206
|
-
"when": "false"
|
|
5207
|
-
},
|
|
5208
5246
|
{
|
|
5209
5247
|
"command": "github.copilot.chat.createPullRequestCopilotCLIAgentSession.createPR",
|
|
5210
5248
|
"when": "false"
|
|
@@ -5217,10 +5255,6 @@
|
|
|
5217
5255
|
"command": "github.copilot.chat.createDraftPullRequestCopilotCLIAgentSession.createDraftPR",
|
|
5218
5256
|
"when": "false"
|
|
5219
5257
|
},
|
|
5220
|
-
{
|
|
5221
|
-
"command": "github.copilot.chat.openPullRequestCopilotCLIAgentSession.openPR",
|
|
5222
|
-
"when": "false"
|
|
5223
|
-
},
|
|
5224
5258
|
{
|
|
5225
5259
|
"command": "github.copilot.chat.checkoutPullRequestReroute",
|
|
5226
5260
|
"when": "false"
|
|
@@ -6067,7 +6101,7 @@
|
|
|
6067
6101
|
"type": "copilotcli",
|
|
6068
6102
|
"name": "cli",
|
|
6069
6103
|
"displayName": "Copilot CLI",
|
|
6070
|
-
"icon": "$(
|
|
6104
|
+
"icon": "$(copilot)",
|
|
6071
6105
|
"welcomeTitle": "Copilot CLI",
|
|
6072
6106
|
"welcomeMessage": "Run tasks in the background with the Copilot CLI",
|
|
6073
6107
|
"inputPlaceholder": "Run tasks in the background with the Copilot CLI, type `#` for adding context",
|
|
@@ -6099,12 +6133,12 @@
|
|
|
6099
6133
|
{
|
|
6100
6134
|
"name": "plan",
|
|
6101
6135
|
"description": "%github.copilot.command.cli.plan.description%",
|
|
6102
|
-
"when": "config.github.copilot.chat.cli.
|
|
6136
|
+
"when": "config.github.copilot.chat.cli.planCommand.enabled"
|
|
6103
6137
|
},
|
|
6104
6138
|
{
|
|
6105
6139
|
"name": "fleet",
|
|
6106
6140
|
"description": "%github.copilot.command.cli.fleet.description%",
|
|
6107
|
-
"when": "
|
|
6141
|
+
"when": "false"
|
|
6108
6142
|
}
|
|
6109
6143
|
],
|
|
6110
6144
|
"customAgentTarget": "github-copilot",
|
|
@@ -6138,30 +6172,6 @@
|
|
|
6138
6172
|
{
|
|
6139
6173
|
"path": "./assets/prompts/plan.prompt.md",
|
|
6140
6174
|
"when": "chatSessionType == local"
|
|
6141
|
-
},
|
|
6142
|
-
{
|
|
6143
|
-
"path": "./assets/prompts/init.prompt.md",
|
|
6144
|
-
"when": "chatSessionType == local"
|
|
6145
|
-
},
|
|
6146
|
-
{
|
|
6147
|
-
"path": "./assets/prompts/create-prompt.prompt.md",
|
|
6148
|
-
"when": "chatSessionType == local"
|
|
6149
|
-
},
|
|
6150
|
-
{
|
|
6151
|
-
"path": "./assets/prompts/create-instructions.prompt.md",
|
|
6152
|
-
"when": "chatSessionType == local"
|
|
6153
|
-
},
|
|
6154
|
-
{
|
|
6155
|
-
"path": "./assets/prompts/create-skill.prompt.md",
|
|
6156
|
-
"when": "chatSessionType == local"
|
|
6157
|
-
},
|
|
6158
|
-
{
|
|
6159
|
-
"path": "./assets/prompts/create-agent.prompt.md",
|
|
6160
|
-
"when": "chatSessionType == local"
|
|
6161
|
-
},
|
|
6162
|
-
{
|
|
6163
|
-
"path": "./assets/prompts/create-hook.prompt.md",
|
|
6164
|
-
"when": "chatSessionType == local"
|
|
6165
6175
|
}
|
|
6166
6176
|
],
|
|
6167
6177
|
"chatSkills": [
|
|
@@ -6188,6 +6198,30 @@
|
|
|
6188
6198
|
{
|
|
6189
6199
|
"path": "./assets/prompts/skills/agent-customization/SKILL.md",
|
|
6190
6200
|
"when": "chatSessionType == local || chatSessionType == copilotcli"
|
|
6201
|
+
},
|
|
6202
|
+
{
|
|
6203
|
+
"path": "./assets/prompts/skills/init/SKILL.md",
|
|
6204
|
+
"when": "chatSessionType == local"
|
|
6205
|
+
},
|
|
6206
|
+
{
|
|
6207
|
+
"path": "./assets/prompts/skills/create-prompt/SKILL.md",
|
|
6208
|
+
"when": "chatSessionType == local"
|
|
6209
|
+
},
|
|
6210
|
+
{
|
|
6211
|
+
"path": "./assets/prompts/skills/create-instructions/SKILL.md",
|
|
6212
|
+
"when": "chatSessionType == local"
|
|
6213
|
+
},
|
|
6214
|
+
{
|
|
6215
|
+
"path": "./assets/prompts/skills/create-skill/SKILL.md",
|
|
6216
|
+
"when": "chatSessionType == local"
|
|
6217
|
+
},
|
|
6218
|
+
{
|
|
6219
|
+
"path": "./assets/prompts/skills/create-agent/SKILL.md",
|
|
6220
|
+
"when": "chatSessionType == local"
|
|
6221
|
+
},
|
|
6222
|
+
{
|
|
6223
|
+
"path": "./assets/prompts/skills/create-hook/SKILL.md",
|
|
6224
|
+
"when": "chatSessionType == local"
|
|
6191
6225
|
}
|
|
6192
6226
|
],
|
|
6193
6227
|
"terminal": {
|
|
@@ -6208,15 +6242,15 @@
|
|
|
6208
6242
|
},
|
|
6209
6243
|
"scripts": {
|
|
6210
6244
|
"postinstall": "tsx ./script/postinstall.ts",
|
|
6211
|
-
"prepare": "husky",
|
|
6212
6245
|
"vscode-dts:update": "node script/build/vscodeDtsUpdate.js",
|
|
6213
6246
|
"vscode-dts:check": "node script/build/vscodeDtsCheck.js",
|
|
6214
6247
|
"vscode-dts:dev": "node node_modules/@vscode/dts/index.js dev && node script/build/moveProposedDts.js",
|
|
6215
6248
|
"vscode-dts:main": "node node_modules/@vscode/dts/index.js main && node script/build/moveProposedDts.js",
|
|
6216
6249
|
"build": "node .esbuild.ts --sourcemaps",
|
|
6217
6250
|
"compile": "node .esbuild.ts --dev",
|
|
6218
|
-
"watch": "npm-run-all -
|
|
6251
|
+
"watch": "npm-run-all -lp watch:esbuild watch:tsc",
|
|
6219
6252
|
"watch:esbuild": "node .esbuild.ts --watch --dev",
|
|
6253
|
+
"watch:tsc": "tsc --noEmit --watch --preserveWatchOutput --project tsconfig.json",
|
|
6220
6254
|
"watch:tsc-extension": "tsc --noEmit --watch --project tsconfig.json",
|
|
6221
6255
|
"watch:tsc-extension-web": "tsc --noEmit --watch --project tsconfig.worker.json",
|
|
6222
6256
|
"watch:tsc-simulation-workbench": "tsc --noEmit --watch --project test/simulation/workbench/tsconfig.json",
|
|
@@ -6260,7 +6294,6 @@
|
|
|
6260
6294
|
"@hediet/node-reload": "^0.8.0",
|
|
6261
6295
|
"@keyv/sqlite": "^4.0.5",
|
|
6262
6296
|
"@octokit/types": "^14.1.0",
|
|
6263
|
-
"@parcel/watcher": "^2.5.1",
|
|
6264
6297
|
"@stylistic/eslint-plugin": "^3.0.1",
|
|
6265
6298
|
"@types/eslint": "^9.0.0",
|
|
6266
6299
|
"@types/express": "^5.0.6",
|
|
@@ -6277,7 +6310,6 @@
|
|
|
6277
6310
|
"@types/source-map-support": "^0.5.10",
|
|
6278
6311
|
"@types/tar": "^6.1.13",
|
|
6279
6312
|
"@types/vinyl": "^2.0.12",
|
|
6280
|
-
"@types/vscode": "^1.109.0",
|
|
6281
6313
|
"@types/vscode-webview": "^1.57.4",
|
|
6282
6314
|
"@types/yargs": "^17.0.24",
|
|
6283
6315
|
"@typescript-eslint/eslint-plugin": "^8.35.0",
|
|
@@ -6291,14 +6323,14 @@
|
|
|
6291
6323
|
"@vscode/lsif-language-service": "^0.1.0-pre.4",
|
|
6292
6324
|
"@vscode/test-cli": "^0.0.11",
|
|
6293
6325
|
"@vscode/test-electron": "^2.5.2",
|
|
6294
|
-
"@vscode/test-web": "^0.0.
|
|
6326
|
+
"@vscode/test-web": "^0.0.80",
|
|
6295
6327
|
"@vscode/vsce": "3.6.0",
|
|
6296
6328
|
"agent-browser": "^0.16.3",
|
|
6297
6329
|
"copyfiles": "^2.4.1",
|
|
6298
6330
|
"csv-parse": "^6.0.0",
|
|
6299
6331
|
"dotenv": "^17.2.0",
|
|
6300
6332
|
"electron": "^39.8.5",
|
|
6301
|
-
"esbuild": "
|
|
6333
|
+
"esbuild": "0.27.2",
|
|
6302
6334
|
"eslint": "^9.30.0",
|
|
6303
6335
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
6304
6336
|
"eslint-plugin-header": "^3.1.1",
|
|
@@ -6307,7 +6339,6 @@
|
|
|
6307
6339
|
"eslint-plugin-no-only-tests": "^3.3.0",
|
|
6308
6340
|
"fastq": "^1.19.1",
|
|
6309
6341
|
"glob": "^11.1.0",
|
|
6310
|
-
"husky": "^9.1.7",
|
|
6311
6342
|
"js-yaml": "^4.1.1",
|
|
6312
6343
|
"keyv": "^5.3.2",
|
|
6313
6344
|
"lint-staged": "15.2.9",
|
|
@@ -6349,10 +6380,10 @@
|
|
|
6349
6380
|
"zod": "3.25.76"
|
|
6350
6381
|
},
|
|
6351
6382
|
"dependencies": {
|
|
6352
|
-
"@anthropic-ai/claude-agent-sdk": "
|
|
6383
|
+
"@anthropic-ai/claude-agent-sdk": "0.2.98",
|
|
6353
6384
|
"@anthropic-ai/sdk": "^0.82.0",
|
|
6354
6385
|
"@github/blackbird-external-ingest-utils": "^0.3.0",
|
|
6355
|
-
"@github/copilot": "^1.0.
|
|
6386
|
+
"@github/copilot": "^1.0.28",
|
|
6356
6387
|
"@google/genai": "^1.22.0",
|
|
6357
6388
|
"@humanwhocodes/gitignore-to-minimatch": "1.0.2",
|
|
6358
6389
|
"@microsoft/tiktokenizer": "^1.0.10",
|
|
@@ -6400,5 +6431,15 @@
|
|
|
6400
6431
|
"node-gyp": "npm:node-gyp@10.3.1",
|
|
6401
6432
|
"zod": "3.25.76"
|
|
6402
6433
|
},
|
|
6403
|
-
"vscodeCommit": "
|
|
6434
|
+
"vscodeCommit": "94c8e2adc50e26ef70af85a0de3a9efed757acaa",
|
|
6435
|
+
"__metadata": {
|
|
6436
|
+
"id": "7ec7d6e6-b89e-4cc5-a59b-d6c4d238246f",
|
|
6437
|
+
"publisherId": {
|
|
6438
|
+
"publisherId": "7c1c19cd-78eb-4dfb-8999-99caf7679002",
|
|
6439
|
+
"publisherName": "github",
|
|
6440
|
+
"displayName": "GitHub",
|
|
6441
|
+
"flags": "verified"
|
|
6442
|
+
},
|
|
6443
|
+
"publisherDisplayName": "GitHub"
|
|
6444
|
+
}
|
|
6404
6445
|
}
|