@tarcisiopgs/lisa 1.33.1 → 1.33.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.
- package/dist/{chunk-G76CXPYT.js → chunk-2EQI6U5O.js} +3 -3
- package/dist/{chunk-TFSN45HD.js → chunk-5724FKM6.js} +3977 -3953
- package/dist/{chunk-MAT63YLV.js → chunk-UDQRHMVH.js} +1 -1
- package/dist/index.js +5 -5
- package/dist/{loop-XJOZ4H54.js → loop-ZPYCRA6I.js} +2 -2
- package/dist/{tui-bridge-XTNCKLXF.js → tui-bridge-ZLL4U7W3.js} +2 -2
- package/package.json +1 -1
|
@@ -30,7 +30,7 @@ import {
|
|
|
30
30
|
resolveModels,
|
|
31
31
|
runValidationCommands,
|
|
32
32
|
runWithFallback
|
|
33
|
-
} from "./chunk-
|
|
33
|
+
} from "./chunk-5724FKM6.js";
|
|
34
34
|
import {
|
|
35
35
|
divider,
|
|
36
36
|
error,
|
|
@@ -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);
|