@runeya/runeya 2.0.2 → 2.0.4
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/agent/index.js +5 -1
- package/agent/index.js.map +1 -1
- package/agent-manager-UP3PJ35X-LO6B3XKF.js +8 -0
- package/{chunk-PVUDD5DD.js → chunk-BSPKMRKW.js} +5 -2
- package/{chunk-PVUDD5DD.js.map → chunk-BSPKMRKW.js.map} +1 -1
- package/{dist-AOEI4AFR.js → dist-6LF3EWHR.js} +6 -6
- package/{dist-AOEI4AFR.js.map → dist-6LF3EWHR.js.map} +1 -1
- package/index.js +1 -1
- package/mcp-server/index.d.ts +1 -0
- package/mcp-server/index.js +64 -0
- package/mcp-server/index.js.map +1 -0
- package/package.json +1 -1
- package/agent-manager-RDBYJ3IY-G7IRVN2S.js +0 -8
- /package/{agent-manager-RDBYJ3IY-G7IRVN2S.js.map → agent-manager-UP3PJ35X-LO6B3XKF.js.map} +0 -0
|
@@ -10,7 +10,7 @@ import {
|
|
|
10
10
|
stableEncryptValue
|
|
11
11
|
} from "./chunk-ERJIU7R4.js";
|
|
12
12
|
|
|
13
|
-
// ../server/dist/chunk-
|
|
13
|
+
// ../server/dist/chunk-BPHQ3U6G.js
|
|
14
14
|
import { EventEmitter as EventEmitter2 } from "events";
|
|
15
15
|
import WebSocket2 from "ws";
|
|
16
16
|
import { z as z20 } from "zod";
|
|
@@ -1720,6 +1720,9 @@ var AgentSpawner = class {
|
|
|
1720
1720
|
}
|
|
1721
1721
|
}
|
|
1722
1722
|
});
|
|
1723
|
+
this.fileWatcher.on("error", (err) => {
|
|
1724
|
+
console.error("[agent-spawner] File watcher error:", err.message);
|
|
1725
|
+
});
|
|
1723
1726
|
}
|
|
1724
1727
|
async restartAgent() {
|
|
1725
1728
|
if (!this.agentDistPath) return;
|
|
@@ -2449,4 +2452,4 @@ export {
|
|
|
2449
2452
|
traefikManager,
|
|
2450
2453
|
agentManager
|
|
2451
2454
|
};
|
|
2452
|
-
//# sourceMappingURL=chunk-
|
|
2455
|
+
//# sourceMappingURL=chunk-BSPKMRKW.js.map
|