@adhdev/daemon-standalone 0.9.77-rc.29 → 0.9.77-rc.30

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.77-rc.29",
3
+ "version": "0.9.77-rc.30",
4
4
  "description": "ADHDev standalone daemon — embedded HTTP/WS server for local dashboard",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -57489,8 +57489,9 @@ async function ipcDispatchToRemoteAgent(ctx, node, args) {
57489
57489
  if (!resolvedProviderType) {
57490
57490
  resolvedProviderType = targetSession.providerType || targetSession.cliType || "";
57491
57491
  }
57492
+ } else {
57492
57493
  }
57493
- } catch {
57494
+ } catch (e) {
57494
57495
  }
57495
57496
  }
57496
57497
  if (!resolvedProviderType) {
@@ -57498,7 +57499,6 @@ async function ipcDispatchToRemoteAgent(ctx, node, args) {
57498
57499
  }
57499
57500
  try {
57500
57501
  await transport.meshCommand(daemonId, "agent_command", {
57501
- // Precise match when sessionId known, fuzzy type match otherwise
57502
57502
  ...sessionId ? { targetSessionId: sessionId } : {},
57503
57503
  agentType: resolvedProviderType,
57504
57504
  cliType: resolvedProviderType,