@vscode/chat-lib 0.1.3-0 → 0.1.3-1

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.
@@ -4982,6 +4982,7 @@
4982
4982
  "supportsFileAttachments": true,
4983
4983
  "supportsProblemAttachments": true,
4984
4984
  "supportsToolAttachments": false,
4985
+ "supportsImageAttachments": true,
4985
4986
  "supportsSymbolAttachments": true,
4986
4987
  "supportsSearchResultAttachments": true,
4987
4988
  "supportsSourceControlAttachments": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vscode/chat-lib",
3
- "version": "0.1.3-0",
3
+ "version": "0.1.3-1",
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",