@adhdev/daemon-standalone 0.9.82-rc.566 → 0.9.82-rc.568
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 +194 -32
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
- package/public/assets/{index-gHTZQxiT.js → index-DuHZKmcF.js} +48 -48
- package/public/assets/index-p-ehiI_L.css +1 -0
- package/public/index.html +2 -2
- package/vendor/mcp-server/index.js +1 -1
- package/vendor/mcp-server/index.js.map +1 -1
- package/public/assets/index-SBp7Zoa_.css +0 -1
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-
|
|
10
|
+
<script type="module" crossorigin src="/assets/index-DuHZKmcF.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-B6OqYKvq.js">
|
|
12
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
12
|
+
<link rel="stylesheet" crossorigin href="/assets/index-p-ehiI_L.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<!-- Apply theme immediately to prevent FOIT (Flash of Incorrect Theme) -->
|
|
@@ -2431,7 +2431,7 @@ function assignFullGitSnapshot(entry, status) {
|
|
|
2431
2431
|
entry.git = status;
|
|
2432
2432
|
}
|
|
2433
2433
|
var COMPACT_DETAILED_NODES_BYTE_BUDGET = 9e3;
|
|
2434
|
-
var COMPACT_NODES_TOTAL_BYTE_BUDGET =
|
|
2434
|
+
var COMPACT_NODES_TOTAL_BYTE_BUDGET = 11500;
|
|
2435
2435
|
var COMPACT_MISSIONS_BYTE_BUDGET = 6e3;
|
|
2436
2436
|
function extractLaunchPayload(value) {
|
|
2437
2437
|
return findNestedPayload(value, (payload) => Boolean(payload?.sessionId || payload?.id || payload?.runtimeSessionId));
|