@vybestack/llxprt-code 0.11.0-nightly.260908.70830ae92 → 0.11.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/bundle/git-commit.json
CHANGED
package/bundle/llxprt.js
CHANGED
|
@@ -325914,7 +325914,7 @@ var init_GeminiProvider = __esm(() => {
|
|
|
325914
325914
|
const customHeaders = this.getCustomHeaders();
|
|
325915
325915
|
return {
|
|
325916
325916
|
headers: {
|
|
325917
|
-
"User-Agent": `LLxprt-Code/${"0.11.0
|
|
325917
|
+
"User-Agent": `LLxprt-Code/${"0.11.0"} (${process.platform}; ${process.arch})`,
|
|
325918
325918
|
...customHeaders ?? {}
|
|
325919
325919
|
}
|
|
325920
325920
|
};
|
|
@@ -1087,4 +1087,4 @@ init_entrypoint();
|
|
|
1087
1087
|
markInstalledEntryLoading();
|
|
1088
1088
|
var { createInstalledLauncherRuntime: createInstalledLauncherRuntime2, runLauncher: runLauncher2 } = await Promise.resolve().then(() => (init_launcher(), exports_launcher));
|
|
1089
1089
|
clearInstalledEntryLoading();
|
|
1090
|
-
runLauncher2(createInstalledLauncherRuntime2(import.meta.url, "0.11.0
|
|
1090
|
+
runLauncher2(createInstalledLauncherRuntime2(import.meta.url, "0.11.0"));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vybestack/llxprt-code",
|
|
3
|
-
"version": "0.11.0
|
|
3
|
+
"version": "0.11.0",
|
|
4
4
|
"description": "LLxprt Code",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
@@ -42,10 +42,10 @@
|
|
|
42
42
|
"!**/__snapshots__/**"
|
|
43
43
|
],
|
|
44
44
|
"config": {
|
|
45
|
-
"sandboxImageUri": "ghcr.io/vybestack/llxprt-code/sandbox:0.11.0
|
|
45
|
+
"sandboxImageUri": "ghcr.io/vybestack/llxprt-code/sandbox:0.11.0"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@vybestack/llxprt-code-storage": "0.11.0
|
|
48
|
+
"@vybestack/llxprt-code-storage": "0.11.0",
|
|
49
49
|
"@agentclientprotocol/sdk": "^1.2.1",
|
|
50
50
|
"@anthropic-ai/sdk": "^0.55.1",
|
|
51
51
|
"@ast-grep/lang-c": "^0.0.5",
|
|
@@ -65,15 +65,15 @@
|
|
|
65
65
|
"@dqbd/tiktoken": "1.0.22",
|
|
66
66
|
"@iarna/toml": "^2.2.5",
|
|
67
67
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
68
|
-
"@vybestack/llxprt-code-auth": "0.11.0
|
|
69
|
-
"@vybestack/llxprt-code-core": "0.11.0
|
|
70
|
-
"@vybestack/llxprt-code-ide-integration": "0.11.0
|
|
71
|
-
"@vybestack/llxprt-code-mcp": "0.11.0
|
|
72
|
-
"@vybestack/llxprt-code-providers": "0.11.0
|
|
73
|
-
"@vybestack/llxprt-code-agents": "0.11.0
|
|
74
|
-
"@vybestack/llxprt-code-settings": "0.11.0
|
|
75
|
-
"@vybestack/llxprt-code-telemetry": "0.11.0
|
|
76
|
-
"@vybestack/llxprt-code-tools": "0.11.0
|
|
68
|
+
"@vybestack/llxprt-code-auth": "0.11.0",
|
|
69
|
+
"@vybestack/llxprt-code-core": "0.11.0",
|
|
70
|
+
"@vybestack/llxprt-code-ide-integration": "0.11.0",
|
|
71
|
+
"@vybestack/llxprt-code-mcp": "0.11.0",
|
|
72
|
+
"@vybestack/llxprt-code-providers": "0.11.0",
|
|
73
|
+
"@vybestack/llxprt-code-agents": "0.11.0",
|
|
74
|
+
"@vybestack/llxprt-code-settings": "0.11.0",
|
|
75
|
+
"@vybestack/llxprt-code-telemetry": "0.11.0",
|
|
76
|
+
"@vybestack/llxprt-code-tools": "0.11.0",
|
|
77
77
|
"ansi-regex": "^6.2.2",
|
|
78
78
|
"bun": "1.3.14",
|
|
79
79
|
"chalk": "^5.3.0",
|