@adhdev/daemon-standalone 0.9.82-rc.82 → 0.9.82-rc.84
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/public/index.html
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
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-BFF2C2J9.js"></script>
|
|
11
11
|
<link rel="modulepreload" crossorigin href="/assets/vendor-CgiI0UIA.js">
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-Bso1b8Lh.css">
|
|
13
13
|
</head>
|
|
@@ -2060,6 +2060,7 @@ async function meshEnqueueTask(ctx, args) {
|
|
|
2060
2060
|
}
|
|
2061
2061
|
async function meshViewQueue(ctx, args) {
|
|
2062
2062
|
try {
|
|
2063
|
+
await refreshMeshFromDaemon(ctx);
|
|
2063
2064
|
const statusFilter = sanitizeQueueStatusFilter(args.status);
|
|
2064
2065
|
const view = normalizeQueueViewMode(args.view);
|
|
2065
2066
|
const fullQueue = prioritizeActiveQueueRows(annotateQueueStaleness((0, import_daemon_core.getQueue)(ctx.mesh.id), ctx.mesh));
|
|
@@ -4515,6 +4516,7 @@ async function startMcpServer(opts) {
|
|
|
4515
4516
|
requirePreTaskCheckpoint: false,
|
|
4516
4517
|
requirePostTaskCheckpoint: true,
|
|
4517
4518
|
requireApprovalForPush: true,
|
|
4519
|
+
allowAutoPublishSubmoduleMainCommits: false,
|
|
4518
4520
|
requireApprovalForDestructiveGit: true,
|
|
4519
4521
|
dirtyWorkspaceBehavior: "warn",
|
|
4520
4522
|
maxParallelTasks: 2,
|