@tarcisiopgs/lisa 1.33.1 → 1.33.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.
@@ -3174,10 +3174,10 @@ async function runConcurrentLoop(config, source, models, workspace, opts) {
3174
3174
  noMoreIssues = true;
3175
3175
  break;
3176
3176
  }
3177
- kanbanEmitter.emit("work:resumed");
3178
3177
  }
3179
3178
  break;
3180
3179
  }
3180
+ kanbanEmitter.emit("work:resumed");
3181
3181
  sessionCounter = tentativeSession;
3182
3182
  const session = sessionCounter;
3183
3183
  claimedIssueIds.add(issue.id);
@@ -3637,10 +3637,10 @@ async function runSequentialLoop(config, source, models, workspace, opts) {
3637
3637
  if (isShuttingDown() || hasUserQuitFromWatchPrompt()) {
3638
3638
  break;
3639
3639
  }
3640
- kanbanEmitter.emit("work:resumed");
3641
3640
  session--;
3642
3641
  continue;
3643
3642
  }
3643
+ kanbanEmitter.emit("work:resumed");
3644
3644
  ok(`Picked up: ${issue.id} \u2014 ${issue.title}`);
3645
3645
  setTitle(`Lisa \u2014 ${issue.id}`);
3646
3646
  const cachedPrUrls = loadPrUrls(workspace, issue.id);
package/dist/index.js CHANGED
@@ -36,7 +36,7 @@ import {
36
36
  runLoop,
37
37
  saveConfig,
38
38
  validateConfig
39
- } from "./chunk-G76CXPYT.js";
39
+ } from "./chunk-KO5JN57P.js";
40
40
  import {
41
41
  buildContextMdBlock,
42
42
  createProvider,
@@ -1544,7 +1544,7 @@ async function reviewAndCreate(plan2, planPath, opts) {
1544
1544
  log("Run `lisa run` when ready.");
1545
1545
  return;
1546
1546
  }
1547
- const { runLoop: runLoop2 } = await import("./loop-XJOZ4H54.js");
1547
+ const { runLoop: runLoop2 } = await import("./loop-ZXNFUM5M.js");
1548
1548
  await runLoop2(config2, {
1549
1549
  once: false,
1550
1550
  watch: false,
@@ -3,7 +3,7 @@ import {
3
3
  checkoutBaseBranches,
4
4
  runDemoLoop,
5
5
  runLoop
6
- } from "./chunk-G76CXPYT.js";
6
+ } from "./chunk-KO5JN57P.js";
7
7
  import {
8
8
  WATCH_POLL_INTERVAL_MS
9
9
  } from "./chunk-TFSN45HD.js";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarcisiopgs/lisa",
3
- "version": "1.33.1",
3
+ "version": "1.33.2",
4
4
  "description": "Autonomous issue resolver",
5
5
  "keywords": [
6
6
  "loop",