@proxysoul/soulforge 1.6.0 → 1.6.1

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -57814,7 +57814,7 @@ var package_default;
57814
57814
  var init_package = __esm(() => {
57815
57815
  package_default = {
57816
57816
  name: "@proxysoul/soulforge",
57817
- version: "1.6.0",
57817
+ version: "1.6.1",
57818
57818
  description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
57819
57819
  repository: {
57820
57820
  type: "git",
@@ -360845,7 +360845,7 @@ var init_intelligence_client = __esm(() => {
360845
360845
  this.on("progress", resetTimer);
360846
360846
  resetTimer();
360847
360847
  try {
360848
- await Promise.race([this.call("scan"), new Promise((_, reject) => {
360848
+ await Promise.race([this.callWithTimeout(24 * 60 * 60000, "scan"), new Promise((_, reject) => {
360849
360849
  rejectScan = reject;
360850
360850
  })]);
360851
360851
  } catch (err2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proxysoul/soulforge",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Graph-powered code intelligence — multi-agent coding with codebase-aware AI",
5
5
  "repository": {
6
6
  "type": "git",