@proxysoul/soulforge 2.9.1 → 2.9.3
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
|
@@ -41307,7 +41307,7 @@ var package_default;
|
|
|
41307
41307
|
var init_package = __esm(() => {
|
|
41308
41308
|
package_default = {
|
|
41309
41309
|
name: "@proxysoul/soulforge",
|
|
41310
|
-
version: "2.9.
|
|
41310
|
+
version: "2.9.3",
|
|
41311
41311
|
description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
|
|
41312
41312
|
repository: {
|
|
41313
41313
|
type: "git",
|
|
@@ -81439,11 +81439,6 @@ class WorkerClient {
|
|
|
81439
81439
|
type: "dispose"
|
|
81440
81440
|
});
|
|
81441
81441
|
} catch {}
|
|
81442
|
-
setTimeout(() => {
|
|
81443
|
-
try {
|
|
81444
|
-
this.worker.terminate();
|
|
81445
|
-
} catch {}
|
|
81446
|
-
}, 2000);
|
|
81447
81442
|
}
|
|
81448
81443
|
}
|
|
81449
81444
|
|
|
@@ -425677,7 +425672,7 @@ var init_index_vy1rm1x3 = __esm(async () => {
|
|
|
425677
425672
|
len: value.len
|
|
425678
425673
|
})
|
|
425679
425674
|
});
|
|
425680
|
-
targetLibPath =
|
|
425675
|
+
targetLibPath = import.meta.dir + "/native/libopentui." + (process.platform === "darwin" ? "dylib" : "so");
|
|
425681
425676
|
if (isBunfsPath(targetLibPath)) {
|
|
425682
425677
|
targetLibPath = targetLibPath.replace("../", "");
|
|
425683
425678
|
}
|