adhdev 0.9.77-rc.23 → 0.9.77-rc.24
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/cli/index.js +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/cli/index.js
CHANGED
|
@@ -95950,7 +95950,7 @@ var init_adhdev_daemon = __esm({
|
|
|
95950
95950
|
init_version();
|
|
95951
95951
|
init_src();
|
|
95952
95952
|
init_runtime_defaults();
|
|
95953
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.
|
|
95953
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.77-rc.24" });
|
|
95954
95954
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
95955
95955
|
localHttpServer = null;
|
|
95956
95956
|
localWss = null;
|
|
@@ -96831,7 +96831,7 @@ ${err?.stack || ""}`);
|
|
|
96831
96831
|
return typeof value === "string" && value.trim() ? value.trim() : "";
|
|
96832
96832
|
}
|
|
96833
96833
|
async relayRemoteMeshCoordinatorEvent(event, localDaemonId) {
|
|
96834
|
-
const coordinatorEvents = /* @__PURE__ */ new Set(["agent:generating_completed", "agent:waiting_approval", "agent:stopped", "monitor:long_generating"]);
|
|
96834
|
+
const coordinatorEvents = /* @__PURE__ */ new Set(["agent:generating_completed", "agent:waiting_approval", "agent:stopped", "monitor:long_generating", "agent:ready", "agent:generating_started"]);
|
|
96835
96835
|
if (!coordinatorEvents.has(this.readMeshString(event.event))) return;
|
|
96836
96836
|
if (!this.meshManager || !this.components) return;
|
|
96837
96837
|
const instanceId = this.readMeshString(event.instanceId);
|