fifony 0.1.37 → 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.
Files changed (24) hide show
  1. package/app/dist/assets/{CommandPalette-jM1LVTly.js → CommandPalette--xFIYira.js} +1 -1
  2. package/app/dist/assets/{KeyboardShortcutsHelp-DuMbbWoK.js → KeyboardShortcutsHelp-BtrclGbX.js} +1 -1
  3. package/app/dist/assets/{OnboardingWizard-CRNV-Tiy.js → OnboardingWizard-AdxAh1n0.js} +1 -1
  4. package/app/dist/assets/{analytics.lazy-BoFSI6cI.js → analytics.lazy-DaMIOiTI.js} +1 -1
  5. package/app/dist/assets/createLucideIcon-R47sXufx.js +1 -0
  6. package/app/dist/assets/{index-ChQVBIk9.js → index-D5rsr1We.js} +13 -13
  7. package/app/dist/index.html +2 -2
  8. package/app/dist/service-worker.js +1 -1
  9. package/dist/agent/run-local.js +14 -14
  10. package/dist/{agent-B3GQHWDL.js → agent-AAT7OHAL.js} +6 -6
  11. package/dist/{chunk-6BUKDXKZ.js → chunk-AVSRIV47.js} +11 -11
  12. package/dist/{chunk-YJHD4BE4.js → chunk-DWMY2HBG.js} +5200 -5188
  13. package/dist/{chunk-AZYLLJVZ.js → chunk-UNYIR5AK.js} +5 -5
  14. package/dist/{chunk-4RUGXGUX.js → chunk-WBOBY75G.js} +12 -7
  15. package/dist/cli.js +5 -5
  16. package/dist/{issue-runner-PNYGUY3S.js → issue-runner-JSHZGTKQ.js} +6 -6
  17. package/dist/{issue-state-machine-NCD3ZFOI.js → issue-state-machine-TEIICCAA.js} +6 -4
  18. package/dist/{issues-IW6CFOSR.js → issues-JPMKO2EE.js} +6 -6
  19. package/dist/{queue-workers-2NJZE6L2.js → queue-workers-5JOCROD6.js} +2 -2
  20. package/dist/{scheduler-YMQ3JZUU.js → scheduler-GAO2MXGZ.js} +6 -6
  21. package/dist/{store-GZVWNJ6V.js → store-3YSID6N2.js} +12 -6
  22. package/dist/{workspace-HJEJZMTO.js → workspace-ZD5H6YOL.js} +3 -3
  23. package/package.json +8 -8
  24. package/app/dist/assets/createLucideIcon-CBw-4t9s.js +0 -1
@@ -20,11 +20,11 @@
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-ChQVBIk9.js"></script>
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">
27
- <link rel="modulepreload" crossorigin href="/assets/assets/createLucideIcon-CBw-4t9s.js">
27
+ <link rel="modulepreload" crossorigin href="/assets/assets/createLucideIcon-R47sXufx.js">
28
28
  <link rel="stylesheet" crossorigin href="/assets/assets/index-BWB0OQnx.css">
29
29
  </head>
30
30
  <body>
@@ -1,4 +1,4 @@
1
- const CACHE_VERSION = "1774283198226";
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"];
@@ -23,10 +23,17 @@ import {
23
23
  startApiServer,
24
24
  syncRuntimeConfigSettings,
25
25
  validateConfig
26
- } from "../chunk-YJHD4BE4.js";
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-4RUGXGUX.js";
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-AZYLLJVZ.js";
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-6BUKDXKZ.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-YJHD4BE4.js";
19
- import "./chunk-4RUGXGUX.js";
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-AZYLLJVZ.js";
37
- import "./chunk-T2YJOZ6N.js";
38
- import "./chunk-6BUKDXKZ.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-B3GQHWDL.js.map
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-GZVWNJ6V.js").then(
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-PNYGUY3S.js");
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-PNYGUY3S.js");
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-PNYGUY3S.js");
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-YMQ3JZUU.js");
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-NCD3ZFOI.js");
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-B3GQHWDL.js");
222
- const { executeTransition } = await import("./issue-state-machine-NCD3ZFOI.js");
223
- const { addEvent } = await import("./issues-IW6CFOSR.js");
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-B3GQHWDL.js");
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-6BUKDXKZ.js.map
295
+ //# sourceMappingURL=chunk-AVSRIV47.js.map