@adhdev/daemon-standalone 0.9.82-rc.83 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adhdev/daemon-standalone",
3
- "version": "0.9.82-rc.83",
3
+ "version": "0.9.82-rc.84",
4
4
  "description": "ADHDev standalone daemon — embedded HTTP/WS server for local dashboard",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -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));