@adhdev/daemon-standalone 1.0.60-rc.54 → 1.0.60-rc.55
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/index.js +4 -4
- package/package.json +2 -2
- package/public/assets/index-BE_bPjIq.js +118 -0
- package/public/assets/index-DfhTNIaB.css +1 -0
- package/public/assets/{terminal-BiinNPQS.js → terminal-C7PXXx2H.js} +1 -1
- package/public/assets/{vendor-DgFmqOGd.js → vendor-CysTl8WM.js} +1 -1
- package/public/index.html +3 -3
- package/vendor/mcp-server/index.js +1 -1
- package/public/assets/index-B4r47PEB.css +0 -1
- package/public/assets/index-o35SpOAA.js +0 -114
package/public/index.html
CHANGED
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
<meta name="description" content="ADHDev self-hosted dashboard for controlling AI agents" />
|
|
8
8
|
<link rel="icon" href="/otter-logo.png" />
|
|
9
9
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap" rel="stylesheet" />
|
|
10
|
-
<script type="module" crossorigin src="/assets/index-
|
|
11
|
-
<link rel="modulepreload" crossorigin href="/assets/vendor-
|
|
12
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-BE_bPjIq.js"></script>
|
|
11
|
+
<link rel="modulepreload" crossorigin href="/assets/vendor-CysTl8WM.js">
|
|
12
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DfhTNIaB.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<!-- Apply theme immediately to prevent FOIT (Flash of Incorrect Theme) -->
|
|
@@ -44692,7 +44692,7 @@ ${renderWorkerProtocolFooter2(input)}`;
|
|
|
44692
44692
|
if (cached2) return cached2;
|
|
44693
44693
|
const commit2 = readInjected(true ? "unknown" : void 0) ?? "unknown";
|
|
44694
44694
|
const commitShort = readInjected(true ? "unknown" : void 0) ?? (commit2 !== "unknown" ? commit2.slice(0, 7) : "unknown");
|
|
44695
|
-
const version2 = readInjected(true ? "1.0.60-rc.
|
|
44695
|
+
const version2 = readInjected(true ? "1.0.60-rc.55" : void 0) ?? readInjected(typeof process !== "undefined" ? process.env?.ADHDEV_PKG_VERSION : void 0) ?? "unknown";
|
|
44696
44696
|
const builtAt = readInjected(true ? "unknown" : void 0);
|
|
44697
44697
|
cached2 = builtAt ? { commit: commit2, commitShort, version: version2, builtAt } : { commit: commit2, commitShort, version: version2 };
|
|
44698
44698
|
return cached2;
|