@proxysoul/soulforge 2.9.1 → 2.9.2

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.1",
41310
+ version: "2.9.2",
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
 
@@ -413,11 +413,6 @@ class WorkerClient {
413
413
  type: "dispose"
414
414
  });
415
415
  } catch {}
416
- setTimeout(() => {
417
- try {
418
- this.worker.terminate();
419
- } catch {}
420
- }, 2000);
421
416
  }
422
417
  }
423
418
 
@@ -413,11 +413,6 @@ class WorkerClient {
413
413
  type: "dispose"
414
414
  });
415
415
  } catch {}
416
- setTimeout(() => {
417
- try {
418
- this.worker.terminate();
419
- } catch {}
420
- }, 2000);
421
416
  }
422
417
  }
423
418
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "2.9.1",
3
+ "version": "2.9.2",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",