@xdevops/issue-auto-finish 1.0.85 → 1.0.86
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-JINMYD56.js → chunk-ICXB2WP5.js} +1 -1
- package/dist/{chunk-5UPYA6KH.js → chunk-OUPJMHAL.js} +4 -1
- package/dist/chunk-OUPJMHAL.js.map +1 -0
- package/dist/{chunk-K2OTLYJI.js → chunk-QO5VTSMI.js} +4 -2
- package/dist/chunk-QO5VTSMI.js.map +1 -0
- package/dist/cli.js +2 -2
- package/dist/index.js +2 -2
- package/dist/lib.js +1 -1
- package/dist/orchestrator/PipelineOrchestrator.d.ts.map +1 -1
- package/dist/{restart-RNXGTDWZ.js → restart-4NSHDOX3.js} +2 -2
- package/dist/run.js +2 -2
- package/dist/{start-27GRO4DP.js → start-XZIBPLC2.js} +2 -2
- package/dist/webhook/CommandExecutor.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/web/frontend/dist/assets/index-BWVpNmFm.js +133 -0
- package/src/web/frontend/dist/index.html +1 -1
- package/dist/chunk-5UPYA6KH.js.map +0 -1
- package/dist/chunk-K2OTLYJI.js.map +0 -1
- package/src/web/frontend/dist/assets/index-C4NXoH9S.js +0 -133
- /package/dist/{chunk-JINMYD56.js.map → chunk-ICXB2WP5.js.map} +0 -0
- /package/dist/{restart-RNXGTDWZ.js.map → restart-4NSHDOX3.js.map} +0 -0
- /package/dist/{start-27GRO4DP.js.map → start-XZIBPLC2.js.map} +0 -0
|
@@ -4567,6 +4567,9 @@ var PipelineOrchestrator = class {
|
|
|
4567
4567
|
if (!issueLM.isRetryable(phase)) {
|
|
4568
4568
|
throw new InvalidPhaseError(phase);
|
|
4569
4569
|
}
|
|
4570
|
+
const wtCtx = this.computeWorktreeContext(issueIid, record.branchName);
|
|
4571
|
+
this.aiRunner.killByWorkDir(wtCtx.workDir);
|
|
4572
|
+
this.e2eAiRunner?.killByWorkDir(wtCtx.workDir);
|
|
4570
4573
|
logger20.info("Retrying issue from phase", { issueIid, phase });
|
|
4571
4574
|
const ok = this.tracker.resetToPhase(issueIid, phase, issueDef);
|
|
4572
4575
|
if (!ok) {
|
|
@@ -5412,4 +5415,4 @@ export {
|
|
|
5412
5415
|
PipelineOrchestrator,
|
|
5413
5416
|
BrainstormService
|
|
5414
5417
|
};
|
|
5415
|
-
//# sourceMappingURL=chunk-
|
|
5418
|
+
//# sourceMappingURL=chunk-OUPJMHAL.js.map
|