@adhdev/daemon-standalone 0.9.76-rc.65 → 0.9.76-rc.66

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 CHANGED
@@ -31226,6 +31226,7 @@ var require_dist2 = __commonJS({
31226
31226
  requireApprovalForDestructiveGit: true,
31227
31227
  dirtyWorkspaceBehavior: "warn",
31228
31228
  maxParallelTasks: 2,
31229
+ spawnedSessionVisibility: "visible",
31229
31230
  sessionCleanupOnNodeRemove: "preserve"
31230
31231
  };
31231
31232
  }
@@ -31662,6 +31663,9 @@ var require_dist2 = __commonJS({
31662
31663
  if (!SESSION_CLEANUP_MODES.has(String(policy.sessionCleanupOnNodeRemove))) {
31663
31664
  policy.sessionCleanupOnNodeRemove = "preserve";
31664
31665
  }
31666
+ if (!SPAWNED_SESSION_VISIBILITY_MODES.has(String(policy.spawnedSessionVisibility))) {
31667
+ policy.spawnedSessionVisibility = "visible";
31668
+ }
31665
31669
  return policy;
31666
31670
  }
31667
31671
  function listMeshes() {
@@ -31770,6 +31774,7 @@ var require_dist2 = __commonJS({
31770
31774
  var import_path22;
31771
31775
  var import_crypto32;
31772
31776
  var SESSION_CLEANUP_MODES;
31777
+ var SPAWNED_SESSION_VISIBILITY_MODES;
31773
31778
  var init_mesh_config = __esm2({
31774
31779
  "src/config/mesh-config.ts"() {
31775
31780
  "use strict";
@@ -31779,6 +31784,7 @@ var require_dist2 = __commonJS({
31779
31784
  init_config();
31780
31785
  init_repo_mesh_types();
31781
31786
  SESSION_CLEANUP_MODES = /* @__PURE__ */ new Set(["preserve", "stop", "delete_stopped", "stop_and_delete"]);
31787
+ SPAWNED_SESSION_VISIBILITY_MODES = /* @__PURE__ */ new Set(["visible", "hidden"]);
31782
31788
  }
31783
31789
  });
31784
31790
  var coordinator_prompt_exports = {};