@adhdev/daemon-standalone 0.9.82-rc.194 → 0.9.82-rc.196
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 +201 -69
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/public/assets/index-0rc1KNB7.js +105 -0
- package/public/assets/index-DNAiYM9S.css +1 -0
- package/public/index.html +2 -2
- package/vendor/mcp-server/index.js +2 -2
- package/vendor/mcp-server/index.js.map +1 -1
- package/public/assets/index-CBBYmxbw.js +0 -105
- package/public/assets/index-nXxZVWAP.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-0rc1KNB7.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-BwuWgaJI.js">
|
|
12
|
-
<link rel="stylesheet" crossorigin href="/assets/index-
|
|
12
|
+
<link rel="stylesheet" crossorigin href="/assets/index-DNAiYM9S.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|
|
15
15
|
<!-- Apply theme immediately to prevent FOIT (Flash of Incorrect Theme) -->
|
|
@@ -2659,8 +2659,8 @@ async function meshViewQueue(ctx, args) {
|
|
|
2659
2659
|
meshId: ctx.mesh.id,
|
|
2660
2660
|
queue: fullQueue,
|
|
2661
2661
|
ledgerEntries,
|
|
2662
|
-
// Always pass
|
|
2663
|
-
// dispatches and falls through to ledger scan for remote P2P dispatches not in
|
|
2662
|
+
// Always pass MeshRuntimeStore records (may be empty). buildMeshActiveWork uses them for local
|
|
2663
|
+
// dispatches and falls through to ledger scan for remote P2P dispatches not in MeshRuntimeStore.
|
|
2664
2664
|
directDispatches,
|
|
2665
2665
|
nodes: liveNodes
|
|
2666
2666
|
});
|