@adhdev/daemon-standalone 0.9.82-rc.83 → 0.9.82-rc.85
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 +24 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/vendor/mcp-server/index.js +1 -0
- package/vendor/mcp-server/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -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));
|