@vscode/chat-lib 0.55.2026062514 → 0.55.2026062608
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/package.json +8 -2
- package/package.json +1 -1
package/dist/src/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "copilot-chat",
|
|
3
3
|
"displayName": "GitHub Copilot",
|
|
4
4
|
"description": "AI chat features powered by Copilot",
|
|
5
|
-
"version": "0.55.
|
|
5
|
+
"version": "0.55.2026062608",
|
|
6
6
|
"build": "1",
|
|
7
7
|
"completionsCoreVersion": "1.378.1799",
|
|
8
8
|
"internalLargeStorageAriaKey": "ec712b3202c5462fb6877acae7f1f9d7-c19ad55e-3e3c-4f99-984b-827f6d95bd9e-6917",
|
|
@@ -1835,7 +1835,10 @@
|
|
|
1835
1835
|
},
|
|
1836
1836
|
{
|
|
1837
1837
|
"vendor": "ollama",
|
|
1838
|
-
"displayName": "Ollama",
|
|
1838
|
+
"displayName": "Ollama (Deprecated)",
|
|
1839
|
+
"deprecation": {
|
|
1840
|
+
"link": "vscode:extension/Ollama.ollama"
|
|
1841
|
+
},
|
|
1839
1842
|
"configuration": {
|
|
1840
1843
|
"type": "object",
|
|
1841
1844
|
"properties": {
|
|
@@ -6684,6 +6687,7 @@
|
|
|
6684
6687
|
"canDelegate": true,
|
|
6685
6688
|
"requiresCustomModels": true,
|
|
6686
6689
|
"supportsAutoModel": false,
|
|
6690
|
+
"requiresCopilotSignIn": true,
|
|
6687
6691
|
"capabilities": {
|
|
6688
6692
|
"supportsFileAttachments": true,
|
|
6689
6693
|
"supportsImageAttachments": true
|
|
@@ -6744,6 +6748,7 @@
|
|
|
6744
6748
|
"description": "%github.copilot.session.providerDescription.background%",
|
|
6745
6749
|
"when": "config.github.copilot.chat.backgroundAgent.enabled",
|
|
6746
6750
|
"supportsAutoModel": true,
|
|
6751
|
+
"requiresCopilotSignIn": true,
|
|
6747
6752
|
"capabilities": {
|
|
6748
6753
|
"supportsFileAttachments": true,
|
|
6749
6754
|
"supportsProblemAttachments": true,
|
|
@@ -6802,6 +6807,7 @@
|
|
|
6802
6807
|
"description": "%github.copilot.session.providerDescription.cloud%",
|
|
6803
6808
|
"when": "config.github.copilot.chat.cloudAgent.enabled",
|
|
6804
6809
|
"supportsAutoModel": false,
|
|
6810
|
+
"requiresCopilotSignIn": true,
|
|
6805
6811
|
"capabilities": {
|
|
6806
6812
|
"supportsFileAttachments": true
|
|
6807
6813
|
},
|
package/package.json
CHANGED