@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
|
@@ -33,7 +33,7 @@ import {
|
|
|
33
33
|
setE2eOverride,
|
|
34
34
|
setNoteSyncOverride,
|
|
35
35
|
validatePhaseRegistry
|
|
36
|
-
} from "./chunk-
|
|
36
|
+
} from "./chunk-OUPJMHAL.js";
|
|
37
37
|
import {
|
|
38
38
|
AsyncMutex,
|
|
39
39
|
BaseTracker,
|
|
@@ -977,6 +977,7 @@ function createApiRouter(trackerOrDeps, config, agentLogStore, orchestrator, mai
|
|
|
977
977
|
return;
|
|
978
978
|
}
|
|
979
979
|
try {
|
|
980
|
+
poller?.forceReleaseIssue(iid);
|
|
980
981
|
orch.retryFromPhase(iid, phase);
|
|
981
982
|
res.json({ success: true, message: `Issue #${iid} reset to phase: ${phase}` });
|
|
982
983
|
} catch (err) {
|
|
@@ -5502,6 +5503,7 @@ var CommandExecutor = class {
|
|
|
5502
5503
|
if (!phase) return this.fail("Phase is required for retry-from (e.g. design, implement)");
|
|
5503
5504
|
if (ctx) this.saveSupplement(iid, ctx);
|
|
5504
5505
|
try {
|
|
5506
|
+
this.poller?.forceReleaseIssue(iid);
|
|
5505
5507
|
this.orchestrator.retryFromPhase(iid, phase);
|
|
5506
5508
|
} catch (err) {
|
|
5507
5509
|
return this.fail(err.message);
|
|
@@ -9005,4 +9007,4 @@ function migrateKnowledgeDir(srcDir, destDir) {
|
|
|
9005
9007
|
export {
|
|
9006
9008
|
main
|
|
9007
9009
|
};
|
|
9008
|
-
//# sourceMappingURL=chunk-
|
|
9010
|
+
//# sourceMappingURL=chunk-QO5VTSMI.js.map
|