@tarcisiopgs/lisa 1.38.1 → 1.38.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.
@@ -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 = 300;
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) {
@@ -5,7 +5,7 @@ import {
5
5
  resolveModels,
6
6
  runWithFallback,
7
7
  saveLineage
8
- } from "./chunk-MQG6ANVU.js";
8
+ } from "./chunk-246P5Z5G.js";
9
9
  import {
10
10
  normalizeLabels
11
11
  } from "./chunk-LR2GREZS.js";
@@ -19,7 +19,7 @@ import {
19
19
  readContext,
20
20
  resolveModels,
21
21
  runWithFallback
22
- } from "./chunk-MQG6ANVU.js";
22
+ } from "./chunk-246P5Z5G.js";
23
23
  import {
24
24
  kanbanEmitter
25
25
  } from "./chunk-LR2GREZS.js";
@@ -157,7 +157,7 @@ ${issues.join("\n")}`);
157
157
  }
158
158
  }
159
159
  var DEFAULT_OVERSEER_CONFIG = {
160
- enabled: true,
160
+ enabled: false,
161
161
  check_interval: 30,
162
162
  stuck_threshold: 300
163
163
  };
package/dist/index.js CHANGED
@@ -14,7 +14,7 @@ import {
14
14
  runLoop,
15
15
  saveConfig,
16
16
  validateConfig
17
- } from "./chunk-MC2IRJOL.js";
17
+ } from "./chunk-MT25TNW3.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-YC736WGU.js";
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-MQG6ANVU.js";
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-6G27WHYO.js");
1853
+ const { runLoop: runLoop2 } = await import("./loop-FR2ZJUX5.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-L5NWRFEF.js");
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-MC2IRJOL.js";
7
+ } from "./chunk-MT25TNW3.js";
8
8
  import {
9
9
  WATCH_POLL_INTERVAL_MS
10
- } from "./chunk-MQG6ANVU.js";
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-YC736WGU.js";
9
+ } from "./chunk-BKKDHLUA.js";
10
10
  import {
11
11
  createSource,
12
12
  resolveModels,
13
13
  runWithFallback
14
- } from "./chunk-MQG6ANVU.js";
14
+ } from "./chunk-246P5Z5G.js";
15
15
  import {
16
16
  kanbanEmitter
17
17
  } from "./chunk-LR2GREZS.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarcisiopgs/lisa",
3
- "version": "1.38.1",
3
+ "version": "1.38.3",
4
4
  "description": "Autonomous issue resolver",
5
5
  "keywords": [
6
6
  "loop",