fifony 0.1.38 → 0.1.39
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/app/dist/assets/{CommandPalette-Ct6qhS6N.js → CommandPalette--xFIYira.js} +1 -1
- package/app/dist/assets/{KeyboardShortcutsHelp-CuBWBOeU.js → KeyboardShortcutsHelp-BtrclGbX.js} +1 -1
- package/app/dist/assets/{OnboardingWizard-9qzUVfYb.js → OnboardingWizard-AdxAh1n0.js} +1 -1
- package/app/dist/assets/{analytics.lazy-C25zZ3JA.js → analytics.lazy-DaMIOiTI.js} +1 -1
- package/app/dist/assets/{index-LC--nUBy.js → index-D5rsr1We.js} +12 -12
- package/app/dist/index.html +1 -1
- package/app/dist/service-worker.js +1 -1
- package/dist/agent/run-local.js +14 -14
- package/dist/{agent-YAUMQQUS.js → agent-AAT7OHAL.js} +6 -6
- package/dist/{chunk-DYOLZYEC.js → chunk-AVSRIV47.js} +11 -11
- package/dist/{chunk-YBMQIQ2X.js → chunk-DWMY2HBG.js} +5149 -5145
- package/dist/{chunk-VOA5UMXD.js → chunk-UNYIR5AK.js} +5 -5
- package/dist/{chunk-FDR47R6J.js → chunk-WBOBY75G.js} +12 -7
- package/dist/cli.js +5 -5
- package/dist/{issue-runner-VVZVUMRF.js → issue-runner-JSHZGTKQ.js} +6 -6
- package/dist/{issue-state-machine-A6NMZG5W.js → issue-state-machine-TEIICCAA.js} +6 -4
- package/dist/{issues-2X2H3SBN.js → issues-JPMKO2EE.js} +6 -6
- package/dist/{queue-workers-6MZWSPBW.js → queue-workers-5JOCROD6.js} +2 -2
- package/dist/{scheduler-OZRHGZIU.js → scheduler-GAO2MXGZ.js} +6 -6
- package/dist/{store-O3UNJU26.js → store-3YSID6N2.js} +6 -6
- package/dist/{workspace-E26GGQES.js → workspace-ZD5H6YOL.js} +3 -3
- package/package.json +1 -1
package/app/dist/index.html
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
<link rel="icon" href="/assets/icon-32.png" sizes="32x32" type="image/png" />
|
|
21
21
|
<link rel="icon" href="/assets/icon-16.png" sizes="16x16" type="image/png" />
|
|
22
22
|
<link rel="apple-touch-icon" href="/assets/apple-touch-icon.png" />
|
|
23
|
-
<script type="module" crossorigin src="/assets/assets/index-
|
|
23
|
+
<script type="module" crossorigin src="/assets/assets/index-D5rsr1We.js"></script>
|
|
24
24
|
<link rel="modulepreload" crossorigin href="/assets/assets/rolldown-runtime-Dw2cE7zH.js">
|
|
25
25
|
<link rel="modulepreload" crossorigin href="/assets/assets/api-ChEctgc5.js">
|
|
26
26
|
<link rel="modulepreload" crossorigin href="/assets/assets/vendor-DkWeBvNl.js">
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const CACHE_VERSION = "
|
|
1
|
+
const CACHE_VERSION = "1774287064241";
|
|
2
2
|
const CORE_CACHE = `fifony-core-${CACHE_VERSION}`;
|
|
3
3
|
const ASSET_CACHE = `fifony-assets-${CACHE_VERSION}`;
|
|
4
4
|
const APP_SHELL_ROUTES = ["/kanban", "/issues", "/agents", "/settings", "/onboarding"];
|
package/dist/agent/run-local.js
CHANGED
|
@@ -23,10 +23,17 @@ import {
|
|
|
23
23
|
startApiServer,
|
|
24
24
|
syncRuntimeConfigSettings,
|
|
25
25
|
validateConfig
|
|
26
|
-
} from "../chunk-
|
|
26
|
+
} from "../chunk-DWMY2HBG.js";
|
|
27
|
+
import {
|
|
28
|
+
cleanTerminalWorkspaces,
|
|
29
|
+
initQueueWorkers,
|
|
30
|
+
recoverOrphans,
|
|
31
|
+
recoverState,
|
|
32
|
+
stopQueueWorkers
|
|
33
|
+
} from "../chunk-AVSRIV47.js";
|
|
27
34
|
import {
|
|
28
35
|
computeMetrics
|
|
29
|
-
} from "../chunk-
|
|
36
|
+
} from "../chunk-WBOBY75G.js";
|
|
30
37
|
import {
|
|
31
38
|
detectAvailableProviders,
|
|
32
39
|
detectDefaultBranch,
|
|
@@ -34,24 +41,17 @@ import {
|
|
|
34
41
|
getProviderDefaultCommand,
|
|
35
42
|
resolveDefaultProvider,
|
|
36
43
|
setSkipSource
|
|
37
|
-
} from "../chunk-
|
|
44
|
+
} from "../chunk-UNYIR5AK.js";
|
|
45
|
+
import {
|
|
46
|
+
initLogger,
|
|
47
|
+
logger
|
|
48
|
+
} from "../chunk-DVU3CXWA.js";
|
|
38
49
|
import {
|
|
39
50
|
debugBoot,
|
|
40
51
|
fail,
|
|
41
52
|
now,
|
|
42
53
|
parseIntArg
|
|
43
54
|
} from "../chunk-T2YJOZ6N.js";
|
|
44
|
-
import {
|
|
45
|
-
cleanTerminalWorkspaces,
|
|
46
|
-
initQueueWorkers,
|
|
47
|
-
recoverOrphans,
|
|
48
|
-
recoverState,
|
|
49
|
-
stopQueueWorkers
|
|
50
|
-
} from "../chunk-DYOLZYEC.js";
|
|
51
|
-
import {
|
|
52
|
-
initLogger,
|
|
53
|
-
logger
|
|
54
|
-
} from "../chunk-DVU3CXWA.js";
|
|
55
55
|
import {
|
|
56
56
|
CLI_ARGS,
|
|
57
57
|
PACKAGE_ROOT,
|
|
@@ -15,8 +15,9 @@ import {
|
|
|
15
15
|
runIssueOnce,
|
|
16
16
|
runPlanningJob,
|
|
17
17
|
tryParseJsonOutput
|
|
18
|
-
} from "./chunk-
|
|
19
|
-
import "./chunk-
|
|
18
|
+
} from "./chunk-DWMY2HBG.js";
|
|
19
|
+
import "./chunk-AVSRIV47.js";
|
|
20
|
+
import "./chunk-WBOBY75G.js";
|
|
20
21
|
import {
|
|
21
22
|
buildPrompt,
|
|
22
23
|
buildProviderBasePrompt,
|
|
@@ -33,10 +34,9 @@ import {
|
|
|
33
34
|
runCommandWithTimeout,
|
|
34
35
|
runHook,
|
|
35
36
|
shouldSkipMergePath
|
|
36
|
-
} from "./chunk-
|
|
37
|
-
import "./chunk-T2YJOZ6N.js";
|
|
38
|
-
import "./chunk-DYOLZYEC.js";
|
|
37
|
+
} from "./chunk-UNYIR5AK.js";
|
|
39
38
|
import "./chunk-DVU3CXWA.js";
|
|
39
|
+
import "./chunk-T2YJOZ6N.js";
|
|
40
40
|
import "./chunk-37N5OFHM.js";
|
|
41
41
|
export {
|
|
42
42
|
addTokenUsage,
|
|
@@ -71,4 +71,4 @@ export {
|
|
|
71
71
|
shouldSkipMergePath,
|
|
72
72
|
tryParseJsonOutput
|
|
73
73
|
};
|
|
74
|
-
//# sourceMappingURL=agent-
|
|
74
|
+
//# sourceMappingURL=agent-AAT7OHAL.js.map
|
|
@@ -26,7 +26,7 @@ async function initQueueWorkers(state) {
|
|
|
26
26
|
}, 3e4);
|
|
27
27
|
persistInterval = setInterval(() => {
|
|
28
28
|
if (!active || !runtimeState) return;
|
|
29
|
-
import("./store-
|
|
29
|
+
import("./store-3YSID6N2.js").then(
|
|
30
30
|
({ persistState }) => persistState(runtimeState).catch(() => {
|
|
31
31
|
})
|
|
32
32
|
).catch(() => {
|
|
@@ -116,11 +116,11 @@ function sortQueue() {
|
|
|
116
116
|
}
|
|
117
117
|
async function dispatchPlan(issue) {
|
|
118
118
|
logger.info({ issueId: issue.id, identifier: issue.identifier }, "[Queue] Dispatching plan job");
|
|
119
|
-
const { runPlanningJob } = await import("./issue-runner-
|
|
119
|
+
const { runPlanningJob } = await import("./issue-runner-JSHZGTKQ.js");
|
|
120
120
|
await runPlanningJob(runtimeState, issue);
|
|
121
121
|
}
|
|
122
122
|
async function dispatchExecute(issue) {
|
|
123
|
-
const { runIssueOnce } = await import("./issue-runner-
|
|
123
|
+
const { runIssueOnce } = await import("./issue-runner-JSHZGTKQ.js");
|
|
124
124
|
while (active && runtimeState) {
|
|
125
125
|
const current = getCurrentIssue(issue.id);
|
|
126
126
|
if (!current || current.state !== "Queued" && current.state !== "Running") break;
|
|
@@ -130,12 +130,12 @@ async function dispatchExecute(issue) {
|
|
|
130
130
|
}
|
|
131
131
|
async function dispatchReview(issue) {
|
|
132
132
|
logger.info({ issueId: issue.id, identifier: issue.identifier }, "[Queue] Dispatching review job");
|
|
133
|
-
const { runIssueOnce } = await import("./issue-runner-
|
|
133
|
+
const { runIssueOnce } = await import("./issue-runner-JSHZGTKQ.js");
|
|
134
134
|
await runIssueOnce(runtimeState, issue, running);
|
|
135
135
|
}
|
|
136
136
|
async function checkStaleIssues() {
|
|
137
137
|
if (!runtimeState) return;
|
|
138
|
-
const { ensureNotStale } = await import("./scheduler-
|
|
138
|
+
const { ensureNotStale } = await import("./scheduler-GAO2MXGZ.js");
|
|
139
139
|
await ensureNotStale(runtimeState, runtimeState.config.staleInProgressTimeoutMs);
|
|
140
140
|
}
|
|
141
141
|
var draining = false;
|
|
@@ -186,7 +186,7 @@ async function enqueue(issue, job) {
|
|
|
186
186
|
async function recoverState() {
|
|
187
187
|
if (!runtimeState) return;
|
|
188
188
|
try {
|
|
189
|
-
const { getIssueStateMachinePlugin, ISSUE_STATE_MACHINE_ID } = await import("./issue-state-machine-
|
|
189
|
+
const { getIssueStateMachinePlugin, ISSUE_STATE_MACHINE_ID } = await import("./issue-state-machine-TEIICCAA.js");
|
|
190
190
|
const fsmPlugin = getIssueStateMachinePlugin();
|
|
191
191
|
if (fsmPlugin?.getState) {
|
|
192
192
|
for (const issue of runtimeState.issues) {
|
|
@@ -218,9 +218,9 @@ async function recoverState() {
|
|
|
218
218
|
}
|
|
219
219
|
async function recoverOrphans() {
|
|
220
220
|
if (!runtimeState) return;
|
|
221
|
-
const { isAgentStillRunning, cleanStalePidFile } = await import("./agent-
|
|
222
|
-
const { executeTransition } = await import("./issue-state-machine-
|
|
223
|
-
const { addEvent } = await import("./issues-
|
|
221
|
+
const { isAgentStillRunning, cleanStalePidFile } = await import("./agent-AAT7OHAL.js");
|
|
222
|
+
const { executeTransition } = await import("./issue-state-machine-TEIICCAA.js");
|
|
223
|
+
const { addEvent } = await import("./issues-JPMKO2EE.js");
|
|
224
224
|
const candidates = runtimeState.issues.filter((i) => i.state === "Running" || i.state === "Queued");
|
|
225
225
|
logger.debug({ count: candidates.length }, "[Queue] Checking for orphaned agent processes");
|
|
226
226
|
for (const issue of candidates) {
|
|
@@ -258,7 +258,7 @@ function cleanTerminalWorkspaces() {
|
|
|
258
258
|
logger.info({ count: terminals.length }, "[Queue] Scheduling terminal workspace cleanup in background");
|
|
259
259
|
const state = runtimeState;
|
|
260
260
|
setImmediate(async () => {
|
|
261
|
-
const { cleanWorkspace } = await import("./agent-
|
|
261
|
+
const { cleanWorkspace } = await import("./agent-AAT7OHAL.js");
|
|
262
262
|
for (const issue of terminals) {
|
|
263
263
|
try {
|
|
264
264
|
await cleanWorkspace(issue.id, issue, state);
|
|
@@ -292,4 +292,4 @@ export {
|
|
|
292
292
|
cleanTerminalWorkspaces,
|
|
293
293
|
getQueueStats
|
|
294
294
|
};
|
|
295
|
-
//# sourceMappingURL=chunk-
|
|
295
|
+
//# sourceMappingURL=chunk-AVSRIV47.js.map
|