@mindexec/cli 0.2.57 → 0.2.59
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/package.json +2 -2
- package/wwwroot/_content/MindExecution.Shared/js/mind-map-css3d-manager.js +17 -1
- package/wwwroot/_framework/{MindExecution.Plugins.Concept.rk2v1mregp.dll → MindExecution.Plugins.Concept.xyf0dtv4lr.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.PlanMaster.jeb1nqbo47.dll → MindExecution.Plugins.PlanMaster.6awpgrbi0w.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Plugins.YouTube.ebkxnv7skl.dll → MindExecution.Plugins.YouTube.phonjrgb40.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Shared.d3rbkwpyfs.dll → MindExecution.Shared.wv4gm07egs.dll} +0 -0
- package/wwwroot/_framework/{MindExecution.Web.euk5xejxws.dll → MindExecution.Web.2qteyfmk41.dll} +0 -0
- package/wwwroot/_framework/blazor.boot.json +11 -11
- package/wwwroot/index.html +3 -3
- package/wwwroot/service-worker-assets.js +14 -14
- package/wwwroot/service-worker.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindexec/cli",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.59",
|
|
4
4
|
"description": "MindExec local runtime and bridge CLI",
|
|
5
5
|
"main": "server.js",
|
|
6
6
|
"type": "module",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"node": ">=20"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
|
-
"@mindexec/remote": "^0.1.
|
|
49
|
+
"@mindexec/remote": "^0.1.12",
|
|
50
50
|
"@openai/codex-sdk": "^0.137.0",
|
|
51
51
|
"chokidar": "^3.6.0",
|
|
52
52
|
"cors": "^2.8.5",
|
|
@@ -12637,7 +12637,9 @@
|
|
|
12637
12637
|
return {
|
|
12638
12638
|
value: 'Blocked',
|
|
12639
12639
|
tone: 'warn',
|
|
12640
|
-
title: reason
|
|
12640
|
+
title: isRemoteFleetRegistryMigrationReason(reason)
|
|
12641
|
+
? 'Account route registry needs the Supabase remote_host_targets migration.'
|
|
12642
|
+
: (reason || 'The local host is active, but account route publishing failed.')
|
|
12641
12643
|
};
|
|
12642
12644
|
}
|
|
12643
12645
|
|
|
@@ -12652,12 +12654,22 @@
|
|
|
12652
12654
|
return String(result?.registryStatus ?? result?.RegistryStatus ?? '').trim().toLowerCase();
|
|
12653
12655
|
}
|
|
12654
12656
|
|
|
12657
|
+
function getRemoteFleetResultRegistryReason(result) {
|
|
12658
|
+
return String(result?.registryReason ?? result?.RegistryReason ?? result?.error ?? result?.Error ?? '').trim();
|
|
12659
|
+
}
|
|
12660
|
+
|
|
12661
|
+
function isRemoteFleetRegistryMigrationReason(reason) {
|
|
12662
|
+
return /registry-table-unavailable|PGRST20[25]|remote_host_targets|set_remote_host_target|clear_remote_host_target/i
|
|
12663
|
+
.test(String(reason || ''));
|
|
12664
|
+
}
|
|
12665
|
+
|
|
12655
12666
|
function getRemoteFleetHostFeedbackText(enabled, result) {
|
|
12656
12667
|
if (enabled !== true) {
|
|
12657
12668
|
return 'Host target stopped.';
|
|
12658
12669
|
}
|
|
12659
12670
|
|
|
12660
12671
|
const status = getRemoteFleetResultRegistryStatus(result);
|
|
12672
|
+
const reason = getRemoteFleetResultRegistryReason(result);
|
|
12661
12673
|
if (status === 'account') {
|
|
12662
12674
|
return 'Host target set.';
|
|
12663
12675
|
}
|
|
@@ -12667,6 +12679,10 @@
|
|
|
12667
12679
|
}
|
|
12668
12680
|
|
|
12669
12681
|
if (status === 'blocked') {
|
|
12682
|
+
if (isRemoteFleetRegistryMigrationReason(reason)) {
|
|
12683
|
+
return 'Host set locally. Account route needs setup.';
|
|
12684
|
+
}
|
|
12685
|
+
|
|
12670
12686
|
return 'Host route blocked.';
|
|
12671
12687
|
}
|
|
12672
12688
|
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
package/wwwroot/_framework/{MindExecution.Web.euk5xejxws.dll → MindExecution.Web.2qteyfmk41.dll}
RENAMED
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mainAssemblyName": "MindExecution.Web",
|
|
3
3
|
"resources": {
|
|
4
|
-
"hash": "sha256
|
|
4
|
+
"hash": "sha256-GGI2WWoqeuPkRYhJN5PE3420fp6QkcG1SsPGtrx1RZI=",
|
|
5
5
|
"fingerprinting": {
|
|
6
6
|
"Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
|
|
7
7
|
"Markdig.d1j7v41cl1.dll": "Markdig.dll",
|
|
@@ -127,12 +127,12 @@
|
|
|
127
127
|
"MindExecution.Kernel.cqcbagjpqb.dll": "MindExecution.Kernel.dll",
|
|
128
128
|
"MindExecution.Plugins.Admin.tsn0j478un.dll": "MindExecution.Plugins.Admin.dll",
|
|
129
129
|
"MindExecution.Plugins.Business.xg74dmn0vz.dll": "MindExecution.Plugins.Business.dll",
|
|
130
|
-
"MindExecution.Plugins.Concept.
|
|
130
|
+
"MindExecution.Plugins.Concept.xyf0dtv4lr.dll": "MindExecution.Plugins.Concept.dll",
|
|
131
131
|
"MindExecution.Plugins.Directory.9i4bd043ia.dll": "MindExecution.Plugins.Directory.dll",
|
|
132
|
-
"MindExecution.Plugins.PlanMaster.
|
|
133
|
-
"MindExecution.Plugins.YouTube.
|
|
134
|
-
"MindExecution.Shared.
|
|
135
|
-
"MindExecution.Web.
|
|
132
|
+
"MindExecution.Plugins.PlanMaster.6awpgrbi0w.dll": "MindExecution.Plugins.PlanMaster.dll",
|
|
133
|
+
"MindExecution.Plugins.YouTube.phonjrgb40.dll": "MindExecution.Plugins.YouTube.dll",
|
|
134
|
+
"MindExecution.Shared.wv4gm07egs.dll": "MindExecution.Shared.dll",
|
|
135
|
+
"MindExecution.Web.2qteyfmk41.dll": "MindExecution.Web.dll",
|
|
136
136
|
"dotnet.js": "dotnet.js",
|
|
137
137
|
"dotnet.native.qc8g39g30v.js": "dotnet.native.js",
|
|
138
138
|
"dotnet.native.boem75ye5i.wasm": "dotnet.native.wasm",
|
|
@@ -280,16 +280,16 @@
|
|
|
280
280
|
"netstandard.yvr3prsx0x.dll": "sha256-EksNn8Luo4bOWqJ6X7dIe9qG9oOqwOVzjH2xYyMNi+E=",
|
|
281
281
|
"MindExecution.Core.fu1rl67yt3.dll": "sha256-6cDbehKdjX71zeL9Ro5GNupn7wqRYfb7yLW2w3Wp05g=",
|
|
282
282
|
"MindExecution.Kernel.cqcbagjpqb.dll": "sha256-zPB0tmwi/UKdJ//g0xMH1Y02ahDX5ii6ZKdB3yiQQz4=",
|
|
283
|
-
"MindExecution.Plugins.Concept.
|
|
284
|
-
"MindExecution.Plugins.PlanMaster.
|
|
285
|
-
"MindExecution.Shared.
|
|
286
|
-
"MindExecution.Web.
|
|
283
|
+
"MindExecution.Plugins.Concept.xyf0dtv4lr.dll": "sha256-2QH/z68+Z450gJslGXuS1WTwg25aACi2dNm/JuuzJOw=",
|
|
284
|
+
"MindExecution.Plugins.PlanMaster.6awpgrbi0w.dll": "sha256-rvthfQoAH80iU4oCiDMz24nfVrIz+Frr2fPA5gleTnc=",
|
|
285
|
+
"MindExecution.Shared.wv4gm07egs.dll": "sha256-RL1/G48EzGToUbnfJMZshn8OM5e4esqQ0smEFP3jTXM=",
|
|
286
|
+
"MindExecution.Web.2qteyfmk41.dll": "sha256-+uuhv+W15wEynEtGoL9sxAYpLoZjLc2Nsi2BfIOI27A="
|
|
287
287
|
},
|
|
288
288
|
"lazyAssembly": {
|
|
289
289
|
"MindExecution.Plugins.Admin.tsn0j478un.dll": "sha256-g5Q4Ihy2PJKx6EFB6k78dIszLgK4hZ3Xintjvso/zmw=",
|
|
290
290
|
"MindExecution.Plugins.Business.xg74dmn0vz.dll": "sha256-0bP/QgMyXSk9IlQVun63rnWvkwqqZmJcRe90QoPC6jw=",
|
|
291
291
|
"MindExecution.Plugins.Directory.9i4bd043ia.dll": "sha256-b+fpVz2RkQC8uL4dIvN6wMWWefoII84Jyfe85EU/URk=",
|
|
292
|
-
"MindExecution.Plugins.YouTube.
|
|
292
|
+
"MindExecution.Plugins.YouTube.phonjrgb40.dll": "sha256-vdpI8ahzIz5TjeFL3+1pcu+Urei4cJuw6I/y5E1u78Y="
|
|
293
293
|
}
|
|
294
294
|
},
|
|
295
295
|
"cacheBootResources": true,
|
package/wwwroot/index.html
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
<title>MindExec | Run your ideas as AI task graphs</title>
|
|
8
8
|
<meta name="description" content="MindExec is an AI execution canvas for solo builders, researchers, developers, and creators. Start with free browser tools, then move serious work into saved MindCanvas projects." />
|
|
9
9
|
<base href="/" />
|
|
10
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260614-remote-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260614-remote-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260614-remote-agent-012-v519" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260614-remote-agent-012-v519" />
|
|
12
12
|
<!-- ?쇄뼹??Font Awesome (local) ?쇄뼹??-->
|
|
13
13
|
<link rel="stylesheet" href="_content/MindExecution.Shared/lib/font-awesome/css/all.min.css" />
|
|
14
14
|
<!-- ?꿎뼯??-->
|
|
@@ -558,7 +558,7 @@
|
|
|
558
558
|
}
|
|
559
559
|
|
|
560
560
|
const base = '_content/MindExecution.Shared/js/';
|
|
561
|
-
const scriptVersion = '20260614-remote-
|
|
561
|
+
const scriptVersion = '20260614-remote-agent-012-v519';
|
|
562
562
|
const scriptUrl = (script) => `${base}${script}?v=${scriptVersion}`;
|
|
563
563
|
console.log(`[Script Loader] Shared JS version: ${scriptVersion}`);
|
|
564
564
|
const criticalScripts = [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
self.assetsManifest = {
|
|
2
|
-
"version": "
|
|
2
|
+
"version": "pfdoW6tC",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"url": "_content/MindExecution.Shared/js/mind-map-core.js.backup"
|
|
87
87
|
},
|
|
88
88
|
{
|
|
89
|
-
"hash": "sha256-
|
|
89
|
+
"hash": "sha256-fMca6CVHvUnN7d36WBYPbi2+pTk0jktEGOeU4MtiS6I=",
|
|
90
90
|
"url": "_content/MindExecution.Shared/js/mind-map-css3d-manager.js"
|
|
91
91
|
},
|
|
92
92
|
{
|
|
@@ -426,28 +426,28 @@
|
|
|
426
426
|
"url": "_framework/MindExecution.Plugins.Business.xg74dmn0vz.dll"
|
|
427
427
|
},
|
|
428
428
|
{
|
|
429
|
-
"hash": "sha256-
|
|
430
|
-
"url": "_framework/MindExecution.Plugins.Concept.
|
|
429
|
+
"hash": "sha256-2QH/z68+Z450gJslGXuS1WTwg25aACi2dNm/JuuzJOw=",
|
|
430
|
+
"url": "_framework/MindExecution.Plugins.Concept.xyf0dtv4lr.dll"
|
|
431
431
|
},
|
|
432
432
|
{
|
|
433
433
|
"hash": "sha256-b+fpVz2RkQC8uL4dIvN6wMWWefoII84Jyfe85EU/URk=",
|
|
434
434
|
"url": "_framework/MindExecution.Plugins.Directory.9i4bd043ia.dll"
|
|
435
435
|
},
|
|
436
436
|
{
|
|
437
|
-
"hash": "sha256-
|
|
438
|
-
"url": "_framework/MindExecution.Plugins.PlanMaster.
|
|
437
|
+
"hash": "sha256-rvthfQoAH80iU4oCiDMz24nfVrIz+Frr2fPA5gleTnc=",
|
|
438
|
+
"url": "_framework/MindExecution.Plugins.PlanMaster.6awpgrbi0w.dll"
|
|
439
439
|
},
|
|
440
440
|
{
|
|
441
|
-
"hash": "sha256-
|
|
442
|
-
"url": "_framework/MindExecution.Plugins.YouTube.
|
|
441
|
+
"hash": "sha256-vdpI8ahzIz5TjeFL3+1pcu+Urei4cJuw6I/y5E1u78Y=",
|
|
442
|
+
"url": "_framework/MindExecution.Plugins.YouTube.phonjrgb40.dll"
|
|
443
443
|
},
|
|
444
444
|
{
|
|
445
|
-
"hash": "sha256-
|
|
446
|
-
"url": "_framework/MindExecution.Shared.
|
|
445
|
+
"hash": "sha256-RL1/G48EzGToUbnfJMZshn8OM5e4esqQ0smEFP3jTXM=",
|
|
446
|
+
"url": "_framework/MindExecution.Shared.wv4gm07egs.dll"
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
|
-
"hash": "sha256
|
|
450
|
-
"url": "_framework/MindExecution.Web.
|
|
449
|
+
"hash": "sha256-+uuhv+W15wEynEtGoL9sxAYpLoZjLc2Nsi2BfIOI27A=",
|
|
450
|
+
"url": "_framework/MindExecution.Web.2qteyfmk41.dll"
|
|
451
451
|
},
|
|
452
452
|
{
|
|
453
453
|
"hash": "sha256-IsZJ91/OW+fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc=",
|
|
@@ -770,7 +770,7 @@
|
|
|
770
770
|
"url": "_framework/Websocket.Client.vapounvmnl.dll"
|
|
771
771
|
},
|
|
772
772
|
{
|
|
773
|
-
"hash": "sha256-
|
|
773
|
+
"hash": "sha256-ZaW4vC90Zm3dpEK9VB9owbWEJBm8a4veU8BM6Noiw6k=",
|
|
774
774
|
"url": "_framework/blazor.boot.json"
|
|
775
775
|
},
|
|
776
776
|
{
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
"url": "image-manifest.json"
|
|
835
835
|
},
|
|
836
836
|
{
|
|
837
|
-
"hash": "sha256-
|
|
837
|
+
"hash": "sha256-XFiScvCEYxbWtNG6xFdaM5ahOEMqzKwkqjhZfRFl3Ho=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|