@tarcisiopgs/lisa 1.38.1 → 1.38.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/{chunk-MQG6ANVU.js → chunk-246P5Z5G.js} +1 -1
- package/dist/{chunk-YC736WGU.js → chunk-BKKDHLUA.js} +1 -1
- package/dist/{chunk-MC2IRJOL.js → chunk-XS6ARXRL.js} +1 -1
- package/dist/index.js +5 -5
- package/dist/{loop-6G27WHYO.js → loop-QYUIDHQJ.js} +2 -2
- package/dist/{tui-bridge-L5NWRFEF.js → tui-bridge-HNJ5ADCJ.js} +2 -2
- package/package.json +1 -1
|
@@ -1442,7 +1442,7 @@ var DEFAULT_IDLE_THRESHOLD_MS = 5 * 60 * 1e3;
|
|
|
1442
1442
|
var execFileAsync = promisify(execFile);
|
|
1443
1443
|
var STUCK_MESSAGE = "\n[lisa-overseer] Provider killed: no git changes detected within the stuck threshold. Eligible for fallback.\n";
|
|
1444
1444
|
var STALL_MESSAGE = "\n[lisa-stall] Provider killed: no output received within the stall timeout. Eligible for fallback.\n";
|
|
1445
|
-
var DEFAULT_OUTPUT_STALL_TIMEOUT =
|
|
1445
|
+
var DEFAULT_OUTPUT_STALL_TIMEOUT = 0;
|
|
1446
1446
|
function createOutputStallDetector(proc, timeoutSeconds) {
|
|
1447
1447
|
const timeout = timeoutSeconds ?? DEFAULT_OUTPUT_STALL_TIMEOUT;
|
|
1448
1448
|
if (timeout <= 0) {
|
package/dist/index.js
CHANGED
|
@@ -14,7 +14,7 @@ import {
|
|
|
14
14
|
runLoop,
|
|
15
15
|
saveConfig,
|
|
16
16
|
validateConfig
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-XS6ARXRL.js";
|
|
18
18
|
import {
|
|
19
19
|
CliError,
|
|
20
20
|
buildExecutionWaves,
|
|
@@ -24,7 +24,7 @@ import {
|
|
|
24
24
|
parseStructuredOutput,
|
|
25
25
|
runPlanWizard,
|
|
26
26
|
savePlan
|
|
27
|
-
} from "./chunk-
|
|
27
|
+
} from "./chunk-BKKDHLUA.js";
|
|
28
28
|
import {
|
|
29
29
|
buildContextMdBlock,
|
|
30
30
|
createProvider,
|
|
@@ -34,7 +34,7 @@ import {
|
|
|
34
34
|
readContext,
|
|
35
35
|
resolveModels,
|
|
36
36
|
runWithFallback
|
|
37
|
-
} from "./chunk-
|
|
37
|
+
} from "./chunk-246P5Z5G.js";
|
|
38
38
|
import {
|
|
39
39
|
kanbanEmitter
|
|
40
40
|
} from "./chunk-LR2GREZS.js";
|
|
@@ -1850,7 +1850,7 @@ async function reviewAndCreate(plan2, planPath, opts) {
|
|
|
1850
1850
|
log("Run `lisa run` when ready.");
|
|
1851
1851
|
return;
|
|
1852
1852
|
}
|
|
1853
|
-
const { runLoop: runLoop2 } = await import("./loop-
|
|
1853
|
+
const { runLoop: runLoop2 } = await import("./loop-QYUIDHQJ.js");
|
|
1854
1854
|
const waves = buildExecutionWaves(plan2.issues);
|
|
1855
1855
|
const maxWaveSize = Math.max(...waves.map((w) => w.length));
|
|
1856
1856
|
await runLoop2(config2, {
|
|
@@ -2320,7 +2320,7 @@ Add them to your ${shell} and run: source ${shell}`));
|
|
|
2320
2320
|
const initialCards = persistence.load();
|
|
2321
2321
|
persistedCards = initialCards;
|
|
2322
2322
|
persistence.start();
|
|
2323
|
-
const { registerPlanBridge } = await import("./tui-bridge-
|
|
2323
|
+
const { registerPlanBridge } = await import("./tui-bridge-HNJ5ADCJ.js");
|
|
2324
2324
|
const cleanupPlan = registerPlanBridge(merged);
|
|
2325
2325
|
onBeforeExit = () => {
|
|
2326
2326
|
persistence.stop();
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
cleanupEventListeners,
|
|
5
5
|
runDemoLoop,
|
|
6
6
|
runLoop
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-XS6ARXRL.js";
|
|
8
8
|
import {
|
|
9
9
|
WATCH_POLL_INTERVAL_MS
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-246P5Z5G.js";
|
|
11
11
|
import "./chunk-LR2GREZS.js";
|
|
12
12
|
import "./chunk-ZOVVFU7B.js";
|
|
13
13
|
import "./chunk-3EOEDL3T.js";
|
|
@@ -6,12 +6,12 @@ import {
|
|
|
6
6
|
markdownToIssue,
|
|
7
7
|
parseStructuredOutput,
|
|
8
8
|
savePlan
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-BKKDHLUA.js";
|
|
10
10
|
import {
|
|
11
11
|
createSource,
|
|
12
12
|
resolveModels,
|
|
13
13
|
runWithFallback
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-246P5Z5G.js";
|
|
15
15
|
import {
|
|
16
16
|
kanbanEmitter
|
|
17
17
|
} from "./chunk-LR2GREZS.js";
|