fifony 0.1.37 → 0.1.38
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-jM1LVTly.js → CommandPalette-Ct6qhS6N.js} +1 -1
- package/app/dist/assets/{KeyboardShortcutsHelp-DuMbbWoK.js → KeyboardShortcutsHelp-CuBWBOeU.js} +1 -1
- package/app/dist/assets/{OnboardingWizard-CRNV-Tiy.js → OnboardingWizard-9qzUVfYb.js} +1 -1
- package/app/dist/assets/{analytics.lazy-BoFSI6cI.js → analytics.lazy-C25zZ3JA.js} +1 -1
- package/app/dist/assets/createLucideIcon-R47sXufx.js +1 -0
- package/app/dist/assets/{index-ChQVBIk9.js → index-LC--nUBy.js} +8 -8
- package/app/dist/index.html +2 -2
- package/app/dist/service-worker.js +1 -1
- package/dist/agent/run-local.js +4 -4
- package/dist/{agent-B3GQHWDL.js → agent-YAUMQQUS.js} +5 -5
- package/dist/{chunk-6BUKDXKZ.js → chunk-DYOLZYEC.js} +11 -11
- package/dist/{chunk-4RUGXGUX.js → chunk-FDR47R6J.js} +3 -3
- package/dist/{chunk-AZYLLJVZ.js → chunk-VOA5UMXD.js} +2 -2
- package/dist/{chunk-YJHD4BE4.js → chunk-YBMQIQ2X.js} +94 -86
- package/dist/cli.js +4 -4
- package/dist/{issue-runner-PNYGUY3S.js → issue-runner-VVZVUMRF.js} +5 -5
- package/dist/{issue-state-machine-NCD3ZFOI.js → issue-state-machine-A6NMZG5W.js} +3 -3
- package/dist/{issues-IW6CFOSR.js → issues-2X2H3SBN.js} +5 -5
- package/dist/{queue-workers-2NJZE6L2.js → queue-workers-6MZWSPBW.js} +2 -2
- package/dist/{scheduler-YMQ3JZUU.js → scheduler-OZRHGZIU.js} +5 -5
- package/dist/{store-GZVWNJ6V.js → store-O3UNJU26.js} +11 -5
- package/dist/{workspace-HJEJZMTO.js → workspace-E26GGQES.js} +2 -2
- package/package.json +8 -8
- package/app/dist/assets/createLucideIcon-CBw-4t9s.js +0 -1
|
@@ -2,11 +2,13 @@ import {
|
|
|
2
2
|
closeStateStore,
|
|
3
3
|
getAgentPipelineResource,
|
|
4
4
|
getAgentSessionResource,
|
|
5
|
+
getCurrentPlanForIssue,
|
|
5
6
|
getEcDailyEvents,
|
|
6
7
|
getEcDailyLines,
|
|
7
8
|
getEventStateResource,
|
|
8
9
|
getIssuePlanResource,
|
|
9
10
|
getIssueStateResource,
|
|
11
|
+
getPlansForIssue,
|
|
10
12
|
getSettingStateResource,
|
|
11
13
|
getStateDb,
|
|
12
14
|
initStateStore,
|
|
@@ -17,28 +19,31 @@ import {
|
|
|
17
19
|
persistState,
|
|
18
20
|
persistStateFull,
|
|
19
21
|
replacePersistedSetting,
|
|
22
|
+
savePlanForIssue,
|
|
20
23
|
setActiveApiPlugin
|
|
21
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-YBMQIQ2X.js";
|
|
22
25
|
import {
|
|
23
26
|
hasDirtyState,
|
|
24
27
|
markEventDirty,
|
|
25
28
|
markIssueDirty,
|
|
26
29
|
markIssuePlanDirty
|
|
27
|
-
} from "./chunk-
|
|
28
|
-
import "./chunk-
|
|
30
|
+
} from "./chunk-FDR47R6J.js";
|
|
31
|
+
import "./chunk-VOA5UMXD.js";
|
|
29
32
|
import "./chunk-T2YJOZ6N.js";
|
|
30
|
-
import "./chunk-
|
|
33
|
+
import "./chunk-DYOLZYEC.js";
|
|
31
34
|
import "./chunk-DVU3CXWA.js";
|
|
32
35
|
import "./chunk-37N5OFHM.js";
|
|
33
36
|
export {
|
|
34
37
|
closeStateStore,
|
|
35
38
|
getAgentPipelineResource,
|
|
36
39
|
getAgentSessionResource,
|
|
40
|
+
getCurrentPlanForIssue,
|
|
37
41
|
getEcDailyEvents,
|
|
38
42
|
getEcDailyLines,
|
|
39
43
|
getEventStateResource,
|
|
40
44
|
getIssuePlanResource,
|
|
41
45
|
getIssueStateResource,
|
|
46
|
+
getPlansForIssue,
|
|
42
47
|
getSettingStateResource,
|
|
43
48
|
getStateDb,
|
|
44
49
|
hasDirtyState,
|
|
@@ -53,6 +58,7 @@ export {
|
|
|
53
58
|
persistState,
|
|
54
59
|
persistStateFull,
|
|
55
60
|
replacePersistedSetting,
|
|
61
|
+
savePlanForIssue,
|
|
56
62
|
setActiveApiPlugin
|
|
57
63
|
};
|
|
58
|
-
//# sourceMappingURL=store-
|
|
64
|
+
//# sourceMappingURL=store-O3UNJU26.js.map
|
|
@@ -21,7 +21,7 @@ import {
|
|
|
21
21
|
shouldSkipMergePath,
|
|
22
22
|
syncIssueDiffStatsToStore,
|
|
23
23
|
writeVersionedArtifacts
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-VOA5UMXD.js";
|
|
25
25
|
import "./chunk-T2YJOZ6N.js";
|
|
26
26
|
import "./chunk-DVU3CXWA.js";
|
|
27
27
|
import "./chunk-37N5OFHM.js";
|
|
@@ -49,4 +49,4 @@ export {
|
|
|
49
49
|
syncIssueDiffStatsToStore,
|
|
50
50
|
writeVersionedArtifacts
|
|
51
51
|
};
|
|
52
|
-
//# sourceMappingURL=workspace-
|
|
52
|
+
//# sourceMappingURL=workspace-E26GGQES.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fifony",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.38",
|
|
4
4
|
"private": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
"raffel": "^1.0.19",
|
|
53
53
|
"react-hotkeys-hook": "^5.2.4",
|
|
54
54
|
"recker": "^1.0.86",
|
|
55
|
-
"s3db.js": "21.3.
|
|
55
|
+
"s3db.js": "21.3.16",
|
|
56
56
|
"yaml": "^2.8.3"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@tailwindcss/vite": "^4.2.2",
|
|
60
|
-
"@tanstack/react-query": "^5.95.
|
|
61
|
-
"@tanstack/react-router": "^1.168.
|
|
62
|
-
"@tanstack/router-plugin": "^1.167.
|
|
60
|
+
"@tanstack/react-query": "^5.95.2",
|
|
61
|
+
"@tanstack/react-router": "^1.168.3",
|
|
62
|
+
"@tanstack/router-plugin": "^1.167.4",
|
|
63
63
|
"@vitejs/plugin-react": "^6.0.1",
|
|
64
64
|
"daisyui": "^5.5.19",
|
|
65
|
-
"lucide-react": "^0.
|
|
65
|
+
"lucide-react": "^1.0.1",
|
|
66
66
|
"react": "^19.2.4",
|
|
67
67
|
"react-dom": "^19.2.4",
|
|
68
68
|
"sharp": "^0.34.5",
|
|
69
69
|
"tailwindcss": "^4.2.2",
|
|
70
70
|
"tsup": "^8.5.1",
|
|
71
71
|
"tsx": "^4.21.0",
|
|
72
|
-
"typescript": "^
|
|
73
|
-
"vite": "^8.0.
|
|
72
|
+
"typescript": "^6.0.2",
|
|
73
|
+
"vite": "^8.0.2"
|
|
74
74
|
},
|
|
75
75
|
"scripts": {
|
|
76
76
|
"prompts:generate": "tsx ./scripts/generate-prompts.ts",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{r as e}from"./rolldown-runtime-Dw2cE7zH.js";import{I as t}from"./vendor-DkWeBvNl.js";var n=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),r=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),i=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,n)=>n?n.toUpperCase():t.toLowerCase()),a=e=>{let t=i(e);return t.charAt(0).toUpperCase()+t.slice(1)},o={xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`},s=e=>{for(let t in e)if(t.startsWith(`aria-`)||t===`role`||t===`title`)return!0;return!1},c=e(t()),l=(0,c.forwardRef)(({color:e=`currentColor`,size:t=24,strokeWidth:r=2,absoluteStrokeWidth:i,className:a=``,children:l,iconNode:u,...d},f)=>(0,c.createElement)(`svg`,{ref:f,...o,width:t,height:t,stroke:e,strokeWidth:i?Number(r)*24/Number(t):r,className:n(`lucide`,a),...!l&&!s(d)&&{"aria-hidden":`true`},...d},[...u.map(([e,t])=>(0,c.createElement)(e,t)),...Array.isArray(l)?l:[l]])),u=(e,t)=>{let i=(0,c.forwardRef)(({className:i,...o},s)=>(0,c.createElement)(l,{ref:s,iconNode:t,className:n(`lucide-${r(a(e))}`,`lucide-${e}`,i),...o}));return i.displayName=a(e),i};export{u as t};
|