@vscode/chat-lib 0.45.2026041712 → 0.45.2026041733

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.
@@ -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.45.2026041712",
5
+ "version": "0.45.2026041733",
6
6
  "build": "1",
7
7
  "internalAIKey": "1058ec22-3c95-4951-8443-f26c1f325911",
8
8
  "completionsCoreVersion": "1.378.1799",
@@ -6171,7 +6171,6 @@
6171
6171
  "chatPromptFiles": [
6172
6172
  {
6173
6173
  "path": "./assets/prompts/plan.prompt.md",
6174
- "when": "chatSessionType == local",
6175
6174
  "sessionTypes": [
6176
6175
  "local"
6177
6176
  ]
@@ -6180,35 +6179,34 @@
6180
6179
  "chatSkills": [
6181
6180
  {
6182
6181
  "path": "./assets/prompts/skills/project-setup-info-local/SKILL.md",
6183
- "when": "chatSessionType == local && config.github.copilot.chat.projectSetupInfoSkill.enabled && !config.github.copilot.chat.newWorkspace.useContext7",
6182
+ "when": "config.github.copilot.chat.projectSetupInfoSkill.enabled && !config.github.copilot.chat.newWorkspace.useContext7",
6184
6183
  "sessionTypes": [
6185
6184
  "local"
6186
6185
  ]
6187
6186
  },
6188
6187
  {
6189
6188
  "path": "./assets/prompts/skills/project-setup-info-context7/SKILL.md",
6190
- "when": "chatSessionType == local && config.github.copilot.chat.projectSetupInfoSkill.enabled && config.github.copilot.chat.newWorkspace.useContext7",
6189
+ "when": "config.github.copilot.chat.projectSetupInfoSkill.enabled && config.github.copilot.chat.newWorkspace.useContext7",
6191
6190
  "sessionTypes": [
6192
6191
  "local"
6193
6192
  ]
6194
6193
  },
6195
6194
  {
6196
6195
  "path": "./assets/prompts/skills/install-vscode-extension/SKILL.md",
6197
- "when": "chatSessionType == local && config.github.copilot.chat.installExtensionSkill.enabled && config.github.copilot.chat.newWorkspaceCreation.enabled",
6196
+ "when": "config.github.copilot.chat.installExtensionSkill.enabled && config.github.copilot.chat.newWorkspaceCreation.enabled",
6198
6197
  "sessionTypes": [
6199
6198
  "local"
6200
6199
  ]
6201
6200
  },
6202
6201
  {
6203
6202
  "path": "./assets/prompts/skills/get-search-view-results/SKILL.md",
6204
- "when": "chatSessionType == local && config.github.copilot.chat.getSearchViewResultsSkill.enabled",
6203
+ "when": "config.github.copilot.chat.getSearchViewResultsSkill.enabled",
6205
6204
  "sessionTypes": [
6206
6205
  "local"
6207
6206
  ]
6208
6207
  },
6209
6208
  {
6210
6209
  "path": "./assets/prompts/skills/troubleshoot/SKILL.md",
6211
- "when": "chatSessionType == local || chatSessionType == copilotcli",
6212
6210
  "sessionTypes": [
6213
6211
  "local",
6214
6212
  "copilotcli"
@@ -6216,7 +6214,6 @@
6216
6214
  },
6217
6215
  {
6218
6216
  "path": "./assets/prompts/skills/agent-customization/SKILL.md",
6219
- "when": "chatSessionType == local || chatSessionType == copilotcli",
6220
6217
  "sessionTypes": [
6221
6218
  "local",
6222
6219
  "copilotcli"
@@ -6224,42 +6221,36 @@
6224
6221
  },
6225
6222
  {
6226
6223
  "path": "./assets/prompts/skills/init/SKILL.md",
6227
- "when": "chatSessionType == local",
6228
6224
  "sessionTypes": [
6229
6225
  "local"
6230
6226
  ]
6231
6227
  },
6232
6228
  {
6233
6229
  "path": "./assets/prompts/skills/create-prompt/SKILL.md",
6234
- "when": "chatSessionType == local",
6235
6230
  "sessionTypes": [
6236
6231
  "local"
6237
6232
  ]
6238
6233
  },
6239
6234
  {
6240
6235
  "path": "./assets/prompts/skills/create-instructions/SKILL.md",
6241
- "when": "chatSessionType == local",
6242
6236
  "sessionTypes": [
6243
6237
  "local"
6244
6238
  ]
6245
6239
  },
6246
6240
  {
6247
6241
  "path": "./assets/prompts/skills/create-skill/SKILL.md",
6248
- "when": "chatSessionType == local",
6249
6242
  "sessionTypes": [
6250
6243
  "local"
6251
6244
  ]
6252
6245
  },
6253
6246
  {
6254
6247
  "path": "./assets/prompts/skills/create-agent/SKILL.md",
6255
- "when": "chatSessionType == local",
6256
6248
  "sessionTypes": [
6257
6249
  "local"
6258
6250
  ]
6259
6251
  },
6260
6252
  {
6261
6253
  "path": "./assets/prompts/skills/create-hook/SKILL.md",
6262
- "when": "chatSessionType == local",
6263
6254
  "sessionTypes": [
6264
6255
  "local"
6265
6256
  ]
@@ -6431,12 +6422,12 @@
6431
6422
  "@modelcontextprotocol/sdk": "^1.25.2",
6432
6423
  "@opentelemetry/api": "^1.9.0",
6433
6424
  "@opentelemetry/api-logs": "^0.212.0",
6434
- "@opentelemetry/exporter-logs-otlp-grpc": "^0.212.0",
6435
- "@opentelemetry/exporter-logs-otlp-http": "^0.212.0",
6436
- "@opentelemetry/exporter-metrics-otlp-grpc": "^0.212.0",
6437
- "@opentelemetry/exporter-metrics-otlp-http": "^0.212.0",
6438
- "@opentelemetry/exporter-trace-otlp-grpc": "^0.212.0",
6439
- "@opentelemetry/exporter-trace-otlp-http": "^0.212.0",
6425
+ "@opentelemetry/exporter-logs-otlp-grpc": "^0.214.0",
6426
+ "@opentelemetry/exporter-logs-otlp-http": "^0.214.0",
6427
+ "@opentelemetry/exporter-metrics-otlp-grpc": "^0.214.0",
6428
+ "@opentelemetry/exporter-metrics-otlp-http": "^0.214.0",
6429
+ "@opentelemetry/exporter-trace-otlp-grpc": "^0.214.0",
6430
+ "@opentelemetry/exporter-trace-otlp-http": "^0.214.0",
6440
6431
  "@opentelemetry/resources": "^2.5.1",
6441
6432
  "@opentelemetry/sdk-logs": "^0.212.0",
6442
6433
  "@opentelemetry/sdk-metrics": "^2.5.1",
@@ -6454,7 +6445,7 @@
6454
6445
  "applicationinsights": "^2.9.7",
6455
6446
  "best-effort-json-parser": "^1.2.1",
6456
6447
  "diff": "^8.0.3",
6457
- "dompurify": "^3.3.2",
6448
+ "dompurify": "^3.4.0",
6458
6449
  "express": "^5.2.1",
6459
6450
  "ignore": "^7.0.5",
6460
6451
  "isbinaryfile": "^5.0.4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/chat-lib",
3
- "version": "0.45.2026041712",
3
+ "version": "0.45.2026041733",
4
4
  "description": "Chat and inline editing SDK extracted from VS Code Copilot Chat",
5
5
  "main": "dist/src/main.js",
6
6
  "types": "dist/src/main.d.ts",