@vscode/chat-lib 0.52.2026060303 → 0.52.2026060308

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.52.2026060303",
5
+ "version": "0.52.2026060308",
6
6
  "build": "1",
7
7
  "completionsCoreVersion": "1.378.1799",
8
8
  "internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
@@ -6996,9 +6996,11 @@
6996
6996
  "@vscode/prompt-tsx": "^0.4.0-alpha.8",
6997
6997
  "@vscode/tree-sitter-wasm": "0.0.5-php.2",
6998
6998
  "@vscode/webview-ui-toolkit": "^1.3.1",
6999
+ "@xterm/headless": "^5.5.0",
6999
7000
  "ajv": "^8.18.0",
7000
7001
  "applicationinsights": "^2.9.7",
7001
7002
  "best-effort-json-parser": "^1.2.1",
7003
+ "diff": "^8.0.3",
7002
7004
  "dompurify": "^3.4.1",
7003
7005
  "express": "^5.2.1",
7004
7006
  "ignore": "^7.0.5",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/chat-lib",
3
- "version": "0.52.2026060303",
3
+ "version": "0.52.2026060308",
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",