@mindexec/cli 0.2.62 → 0.2.63
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 +1 -1
- package/server.js +21 -12
- package/wwwroot/_framework/MindExecution.Web.ntfmnoqoc7.dll +0 -0
- package/wwwroot/_framework/blazor.boot.json +3 -3
- package/wwwroot/index.html +3 -3
- package/wwwroot/service-worker-assets.js +5 -5
- package/wwwroot/service-worker.js +1 -1
- package/wwwroot/_framework/MindExecution.Web.mex4xs9ye6.dll +0 -0
package/package.json
CHANGED
package/server.js
CHANGED
|
@@ -168,18 +168,27 @@ function summarizeTextForLog(value, maxLength = 140) {
|
|
|
168
168
|
return shortenText(normalized, maxLength);
|
|
169
169
|
}
|
|
170
170
|
|
|
171
|
-
function isInternalCodexPath(targetPath) {
|
|
172
|
-
const normalized = normalizeWorkspaceStylePath(targetPath);
|
|
173
|
-
return normalized.includes('.ai/codex/');
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
function
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
171
|
+
function isInternalCodexPath(targetPath) {
|
|
172
|
+
const normalized = normalizeWorkspaceStylePath(targetPath);
|
|
173
|
+
return normalized.includes('.ai/codex/');
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
function isSensitiveMindExecAuthPath(targetPath) {
|
|
177
|
+
const normalized = normalizeWorkspaceStylePath(targetPath).toLowerCase();
|
|
178
|
+
return normalized.includes('.mindexec/auth/');
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
function shouldLogToolPath(targetPath) {
|
|
182
|
+
if (!targetPath) {
|
|
183
|
+
return true;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
if (isSensitiveMindExecAuthPath(targetPath)) {
|
|
187
|
+
return false;
|
|
188
|
+
}
|
|
189
|
+
|
|
190
|
+
return !isInternalCodexPath(targetPath);
|
|
191
|
+
}
|
|
183
192
|
|
|
184
193
|
function logToolAction(toolName, details, toneName = 'accent') {
|
|
185
194
|
logEvent('tool', `${tone(toolName, toneName)} ${details}`, toneName);
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"mainAssemblyName": "MindExecution.Web",
|
|
3
3
|
"resources": {
|
|
4
|
-
"hash": "sha256-
|
|
4
|
+
"hash": "sha256-DEdKpFPqCw2cggR4vToM2aR3LfgOWp5n21c9JCI4ECg=",
|
|
5
5
|
"fingerprinting": {
|
|
6
6
|
"Google.Protobuf.9h59ukbel7.dll": "Google.Protobuf.dll",
|
|
7
7
|
"Markdig.d1j7v41cl1.dll": "Markdig.dll",
|
|
@@ -132,7 +132,7 @@
|
|
|
132
132
|
"MindExecution.Plugins.PlanMaster.ai927abc9x.dll": "MindExecution.Plugins.PlanMaster.dll",
|
|
133
133
|
"MindExecution.Plugins.YouTube.vzg69kgq5f.dll": "MindExecution.Plugins.YouTube.dll",
|
|
134
134
|
"MindExecution.Shared.cb2yfmz6vm.dll": "MindExecution.Shared.dll",
|
|
135
|
-
"MindExecution.Web.
|
|
135
|
+
"MindExecution.Web.ntfmnoqoc7.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",
|
|
@@ -283,7 +283,7 @@
|
|
|
283
283
|
"MindExecution.Plugins.Concept.534qqcyz9t.dll": "sha256-MYHcp834CpcpNJOIr/uCfze0F1CSAVKeRMRu0vfBcbs=",
|
|
284
284
|
"MindExecution.Plugins.PlanMaster.ai927abc9x.dll": "sha256-ohtNJp7HWpgQ7d7REcjRS+J8zKtpbcQTbUevCl/3I+g=",
|
|
285
285
|
"MindExecution.Shared.cb2yfmz6vm.dll": "sha256-OHc+Ko8pUAMG6iO0QBHmQsbkdmEm7TJjGKltwSJ90sc=",
|
|
286
|
-
"MindExecution.Web.
|
|
286
|
+
"MindExecution.Web.ntfmnoqoc7.dll": "sha256-m3BiMAPCBvgXbDGC1jUTWkq6L1ymKJDdj6o1OhTTvV0="
|
|
287
287
|
},
|
|
288
288
|
"lazyAssembly": {
|
|
289
289
|
"MindExecution.Plugins.Admin.5fctwf65dx.dll": "sha256-37+Egd35menNv18hEZ64qjiu0x1r+wFOuO5zDiOGfug=",
|
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-
|
|
11
|
-
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260614-
|
|
10
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/app.css?v=20260614-auth-session-bridge-v523" />
|
|
11
|
+
<link rel="stylesheet" href="_content/MindExecution.Shared/css/mind-map-overrides.css?v=20260614-auth-session-bridge-v523" />
|
|
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-
|
|
561
|
+
const scriptVersion = '20260614-auth-session-bridge-v523';
|
|
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": "MaoYZUwn",
|
|
3
3
|
"assets": [
|
|
4
4
|
{
|
|
5
5
|
"hash": "sha256-+CSYMcqLNTsq3VnH11jgYyOCCdxvHzL74CBmo4sCmMU=",
|
|
@@ -446,8 +446,8 @@
|
|
|
446
446
|
"url": "_framework/MindExecution.Shared.cb2yfmz6vm.dll"
|
|
447
447
|
},
|
|
448
448
|
{
|
|
449
|
-
"hash": "sha256-
|
|
450
|
-
"url": "_framework/MindExecution.Web.
|
|
449
|
+
"hash": "sha256-m3BiMAPCBvgXbDGC1jUTWkq6L1ymKJDdj6o1OhTTvV0=",
|
|
450
|
+
"url": "_framework/MindExecution.Web.ntfmnoqoc7.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-C9U0hqL311CdQnDPHbNn7xyO+Hj8osHwet8quJLg0Kk=",
|
|
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-Zot1drKyqUZ1W2NObM2fhTWZ812SCh1ua60kqJshoq0=",
|
|
838
838
|
"url": "index.html"
|
|
839
839
|
},
|
|
840
840
|
{
|
|
Binary file
|