@proxysoul/soulforge 2.20.21 → 2.20.22
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
|
@@ -72638,7 +72638,7 @@ var package_default;
|
|
|
72638
72638
|
var init_package = __esm(() => {
|
|
72639
72639
|
package_default = {
|
|
72640
72640
|
name: "@proxysoul/soulforge",
|
|
72641
|
-
version: "2.20.
|
|
72641
|
+
version: "2.20.22",
|
|
72642
72642
|
description: "Graph-powered code intelligence \u2014 multi-agent coding with codebase-aware AI",
|
|
72643
72643
|
repository: {
|
|
72644
72644
|
type: "git",
|
|
@@ -281810,7 +281810,7 @@ var handlers = {
|
|
|
281810
281810
|
return ctx.requestCallback("summaryGenerator", {
|
|
281811
281811
|
batch,
|
|
281812
281812
|
batchTotal
|
|
281813
|
-
});
|
|
281813
|
+
}, 300000);
|
|
281814
281814
|
});
|
|
281815
281815
|
const count = await rm.generateSemanticSummaries(maxSymbols);
|
|
281816
281816
|
rm.setSummaryGenerator(null);
|