fluxflow-cli 3.21.1 → 3.23.0

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.
@@ -0,0 +1 @@
1
+ import{g as a,h as b}from"./chunk-77P7CACS.js";import"./chunk-SIINYZWE.js";import"./chunk-SGZ2OI72.js";import"./chunk-6DHFEWGX.js";export{a as loadSettings,b as saveSettings};
@@ -0,0 +1 @@
1
+ import{h as a,i as b}from"./chunk-3VSDH7DF.js";import"./chunk-SIINYZWE.js";import"./chunk-SGZ2OI72.js";import"./chunk-6DHFEWGX.js";export{a as loadSettings,b as saveSettings};
package/dist/cli.js CHANGED
@@ -55,4 +55,4 @@ Usage: fluxflow --export error`),process.exit(1)}if(T&&(console.log(`v${c}`),pro
55
55
  /docs View documentation
56
56
  /fluxflow init Create FluxFlow.md template
57
57
  /update check Check for new version
58
- /update latest Install latest release`),process.exit(0)),A){let f=o[1]||"latest";if(f==="check"){let r=o[2]==="latest";try{let d=(await(await fetch("https://registry.npmjs.org/fluxflow-cli",{cache:"no-store"})).json())["dist-tags"]?.latest;d||(console.error("Error: Could not retrieve latest version."),process.exit(1)),console.log(r?`Latest version: v${d}`:d!==c?`A new version of FluxFlow is available: v${d} (current: v${c}). Run "fluxflow --update latest" to upgrade.`:`FluxFlow is up to date (v${c}).`)}catch(n){console.error("Error checking for updates:",n.message),process.exit(1)}process.exit(0)}else if(f==="latest"){console.log("Checking latest version and settings...");try{let s=(await(await fetch("https://registry.npmjs.org/fluxflow-cli",{cache:"no-store"})).json())["dist-tags"]?.latest;s||(console.error("Error: Could not retrieve latest version."),process.exit(1)),s===c&&(console.log(`FluxFlow is already up to date (v${c}).`),process.exit(0));let d=async()=>{let e=(await import("react")).default,{useState:$}=e,{render:z,Box:u,Text:x}=await import("ink"),G=(await import("ink-select-input")).default,J=(await import("ink-text-input")).default;return new Promise(q=>{let X=[{label:"NPM",value:"npm"},{label:"PNPM",value:"pnpm"},{label:"Yarn",value:"yarn"},{label:"Bun",value:"bun"},{label:"Custom Command",value:"custom"}],K=({label:h,isSelected:y})=>e.createElement(u,{width:"100%"},e.createElement(x,{bold:y},"\u2514\u2500 ",y?"\x1B[32m\u25CF\x1B[0m":"\u25CB"," ",h)),F,Q=()=>{let[h,y]=$("select"),[ee,oe]=$(""),te=b=>{b.value==="custom"?y("custom"):B({manager:b.value})},se=b=>{B({manager:"custom",customCommand:b})};return h==="custom"?e.createElement(u,{flexDirection:"column",marginY:1},e.createElement(u,{marginBottom:1},e.createElement(x,{color:"magenta",bold:!0},"\u{1F527} Enter custom update command:")),e.createElement(u,{flexDirection:"row"},e.createElement(x,{color:"cyan",bold:!0}," \u276F "),e.createElement(J,{value:ee,onChange:oe,onSubmit:se})),e.createElement(u,{marginTop:1},e.createElement(x,{color:"gray",dimColor:!0,italic:!0}," (Press Enter to confirm)"))):e.createElement(u,{flexDirection:"column",marginY:1},e.createElement(u,{marginBottom:1},e.createElement(x,{color:"magenta",bold:!0},"\u{1F4E6} Select a package manager for the update:")),e.createElement(G,{items:X,onSelect:te,itemComponent:K,indicatorComponent:()=>null}))},B=h=>{F&&F(),q(h)},{unmount:Z}=z(e.createElement(Q,null));F=Z})},i,I="",v;try{let{loadSettings:e}=await import("./chunks/settings-IY24HSRP.js");v=await e(),i=v?.systemSettings?.updateManager||v?.updateManager}catch{}if(!i){let e=await d();i=e.manager,I=e.customCommand}let m="";i==="pnpm"?m=`pnpm add -g fluxflow-cli@${s}`:i==="bun"?m=`bun add -g fluxflow-cli@${s}`:i==="yarn"?m=`yarn global add fluxflow-cli@${s}`:i==="custom"?m=I||v?.customUpdateCommand||`npm install -g fluxflow-cli@${s}`:m=`npm install -g fluxflow-cli@${s}`,console.log(`Updating FluxFlow to v${s} using ${i}...`),console.log(`Running: ${m}`);let{execSync:Y}=await import("child_process");Y(m,{stdio:"inherit"}),console.log(`\x1B[32m\u2705 Update successful! FluxFlow updated to v${s}.\x1B[0m`)}catch(r){console.error("\x1B[31m\u274C Update failed:\x1B[0m",r.message),process.exit(1)}process.exit(0)}else console.error("Unknown update command. Available options: --update, --update check, --update check latest, --update latest"),process.exit(1)}}let{default:D}=await import("react"),{render:U}=await import("ink"),{default:_}=await import("./chunks/app-HE22VKVY.js");process.env.NODE_NO_WARNINGS="1";let j=["cuimp","Found existing binary","Binary verified","curl.exe not found","Falling back to .bat file","DeprecationWarning"],H=console.log,W=console.warn,V=console.error,S=t=>{let p=t.map(String).join(" ");return j.some(g=>p.includes(g))};console.log=(...t)=>!S(t)&&H(...t),console.warn=(...t)=>!S(t)&&W(...t),console.error=(...t)=>!S(t)&&V(...t),process.stdout.write("\x1B[2J\x1B[3J\x1B[H"),process.stdout.isTTY&&(process.stdout.write("\x1B]0;FluxFlow\x07"),process.stdout.write("\x1B]633;P;TerminalTitle=FluxFlow\x07"),process.stdout.write("\x1B[?2004h"));let E=()=>{process.stdout.isTTY&&process.stdout.write("\x1B[?2004l")};if(process.on("exit",E),["SIGINT","SIGTERM","SIGHUP"].forEach(t=>{process.once(t,()=>{E(),process.exit(0)})}),o.includes("--playground")){let t=process.cwd();process.argv.push("--original-cwd",t);let{DATA_DIR:p}=await import("./chunks/paths-HYQFU6D2.js"),g=await import("path"),C=await import("fs-extra"),k=g.default.join(p,"playground");try{C.default.ensureDirSync(k),process.chdir(k)}catch{}}U(D.createElement(_,{args:process.argv.slice(2)}),{exitOnCtrlC:!1})}
58
+ /update latest Install latest release`),process.exit(0)),A){let f=o[1]||"latest";if(f==="check"){let r=o[2]==="latest";try{let d=(await(await fetch("https://registry.npmjs.org/fluxflow-cli",{cache:"no-store"})).json())["dist-tags"]?.latest;d||(console.error("Error: Could not retrieve latest version."),process.exit(1)),console.log(r?`Latest version: v${d}`:d!==c?`A new version of FluxFlow is available: v${d} (current: v${c}). Run "fluxflow --update latest" to upgrade.`:`FluxFlow is up to date (v${c}).`)}catch(n){console.error("Error checking for updates:",n.message),process.exit(1)}process.exit(0)}else if(f==="latest"){console.log("Checking latest version and settings...");try{let s=(await(await fetch("https://registry.npmjs.org/fluxflow-cli",{cache:"no-store"})).json())["dist-tags"]?.latest;s||(console.error("Error: Could not retrieve latest version."),process.exit(1)),s===c&&(console.log(`FluxFlow is already up to date (v${c}).`),process.exit(0));let d=async()=>{let e=(await import("react")).default,{useState:$}=e,{render:z,Box:u,Text:x}=await import("ink"),G=(await import("ink-select-input")).default,J=(await import("ink-text-input")).default;return new Promise(q=>{let X=[{label:"NPM",value:"npm"},{label:"PNPM",value:"pnpm"},{label:"Yarn",value:"yarn"},{label:"Bun",value:"bun"},{label:"Custom Command",value:"custom"}],K=({label:h,isSelected:y})=>e.createElement(u,{width:"100%"},e.createElement(x,{bold:y},"\u2514\u2500 ",y?"\x1B[32m\u25CF\x1B[0m":"\u25CB"," ",h)),F,Q=()=>{let[h,y]=$("select"),[ee,oe]=$(""),te=b=>{b.value==="custom"?y("custom"):B({manager:b.value})},se=b=>{B({manager:"custom",customCommand:b})};return h==="custom"?e.createElement(u,{flexDirection:"column",marginY:1},e.createElement(u,{marginBottom:1},e.createElement(x,{color:"magenta",bold:!0},"\u{1F527} Enter custom update command:")),e.createElement(u,{flexDirection:"row"},e.createElement(x,{color:"cyan",bold:!0}," \u276F "),e.createElement(J,{value:ee,onChange:oe,onSubmit:se})),e.createElement(u,{marginTop:1},e.createElement(x,{color:"gray",dimColor:!0,italic:!0}," (Press Enter to confirm)"))):e.createElement(u,{flexDirection:"column",marginY:1},e.createElement(u,{marginBottom:1},e.createElement(x,{color:"magenta",bold:!0},"\u{1F4E6} Select a package manager for the update:")),e.createElement(G,{items:X,onSelect:te,itemComponent:K,indicatorComponent:()=>null}))},B=h=>{F&&F(),q(h)},{unmount:Z}=z(e.createElement(Q,null));F=Z})},i,I="",v;try{let{loadSettings:e}=await import("./chunks/settings-DTH5C6BO.js");v=await e(),i=v?.systemSettings?.updateManager||v?.updateManager}catch{}if(!i){let e=await d();i=e.manager,I=e.customCommand}let m="";i==="pnpm"?m=`pnpm add -g fluxflow-cli@${s}`:i==="bun"?m=`bun add -g fluxflow-cli@${s}`:i==="yarn"?m=`yarn global add fluxflow-cli@${s}`:i==="custom"?m=I||v?.customUpdateCommand||`npm install -g fluxflow-cli@${s}`:m=`npm install -g fluxflow-cli@${s}`,console.log(`Updating FluxFlow to v${s} using ${i}...`),console.log(`Running: ${m}`);let{execSync:Y}=await import("child_process");Y(m,{stdio:"inherit"}),console.log(`\x1B[32m\u2705 Update successful! FluxFlow updated to v${s}.\x1B[0m`)}catch(r){console.error("\x1B[31m\u274C Update failed:\x1B[0m",r.message),process.exit(1)}process.exit(0)}else console.error("Unknown update command. Available options: --update, --update check, --update check latest, --update latest"),process.exit(1)}}let{default:D}=await import("react"),{render:U}=await import("ink"),{default:_}=await import("./chunks/app-4VRQVBXL.js");process.env.NODE_NO_WARNINGS="1";let j=["cuimp","Found existing binary","Binary verified","curl.exe not found","Falling back to .bat file","DeprecationWarning"],H=console.log,W=console.warn,V=console.error,S=t=>{let p=t.map(String).join(" ");return j.some(g=>p.includes(g))};console.log=(...t)=>!S(t)&&H(...t),console.warn=(...t)=>!S(t)&&W(...t),console.error=(...t)=>!S(t)&&V(...t),process.stdout.write("\x1B[2J\x1B[3J\x1B[H"),process.stdout.isTTY&&(process.stdout.write("\x1B]0;FluxFlow\x07"),process.stdout.write("\x1B]633;P;TerminalTitle=FluxFlow\x07"),process.stdout.write("\x1B[?2004h"));let E=()=>{process.stdout.isTTY&&process.stdout.write("\x1B[?2004l")};if(process.on("exit",E),["SIGINT","SIGTERM","SIGHUP"].forEach(t=>{process.once(t,()=>{E(),process.exit(0)})}),o.includes("--playground")){let t=process.cwd();process.argv.push("--original-cwd",t);let{DATA_DIR:p}=await import("./chunks/paths-HYQFU6D2.js"),g=await import("path"),C=await import("fs-extra"),k=g.default.join(p,"playground");try{C.default.ensureDirSync(k),process.chdir(k)}catch{}}U(D.createElement(_,{args:process.argv.slice(2)}),{exitOnCtrlC:!1})}
@@ -0,0 +1,591 @@
1
+ {
2
+ "version": 0,
3
+ "release": 20260813,
4
+ "fallbacks": {
5
+ "janitor_default": "gemini-3.1-flash-lite",
6
+ "janitor_attempts_fallback": "gemma-4-26b-a4b-it",
7
+ "janitor_open_router": "google/gemma-4-26b-a4b-it:free",
8
+ "general_fallback": "gemini-3.1-flash-lite",
9
+ "deepseek_fast_fallback": "deepseek-v4-flash",
10
+ "deepseek_level_1": "deepseek-v4-flash",
11
+ "deepseek_level_2": "deepseek-v4-pro",
12
+ "mistral_janitor_fallback": "mistral-small-2506",
13
+ "mistral_level_1": "mistral-medium-2505",
14
+ "nvidia_janitor_fallback": "mistralai/mistral-nemotron",
15
+ "nvidia_chat_summarizer_fallback": "nvidia/nemotron-3-super-120b-a12b",
16
+ "google_level_1": "gemini-3-flash-preview",
17
+ "google_level_2": "gemini-3.5-flash",
18
+ "gemma_emergency": "gemma-4-31b-it",
19
+ "gemma_janitor_fallback_google_openrouter": "google/gemma-4-26b-a4b-it:free",
20
+ "gemma_janitor_fallback_google": "gemma-4-26b-a4b-it"
21
+ },
22
+ "providers": {
23
+ "Ollama": {
24
+ "default_free": "",
25
+ "default_paid": "",
26
+ "models": {
27
+ "Free": [
28
+ {
29
+ "cmd": "--- Few Cloud Models to Try ---",
30
+ "multimodal": true,
31
+ "desc": ""
32
+ },
33
+ {
34
+ "cmd": "gemma4:cloud",
35
+ "multimodal": true,
36
+ "desc": "31B (Multimodal) [Level 1]"
37
+ },
38
+ {
39
+ "cmd": "gpt-oss:20b-cloud",
40
+ "multimodal": false,
41
+ "desc": "20B A3B (Text Only) [Level 1]"
42
+ },
43
+ {
44
+ "cmd": "nemotron-3-nano:30b-cloud",
45
+ "multimodal": false,
46
+ "desc": "30B A4B (Text Only) [Level 1]"
47
+ }
48
+ ],
49
+ "Paid": []
50
+ }
51
+ },
52
+ "Mistral": {
53
+ "default_free": "mistral-small-2506",
54
+ "default_paid": "devstral-2512",
55
+ "models": {
56
+ "Free": [
57
+ {
58
+ "cmd": "--- Mistral Models ---",
59
+ "desc": ""
60
+ },
61
+ {
62
+ "cmd": "open-mistral-nemo",
63
+ "multimodal": false,
64
+ "desc": "Cost Saving (Text Only) [EXPERIMENTAL]"
65
+ },
66
+ {
67
+ "cmd": "ministral-3b-2512",
68
+ "multimodal": false,
69
+ "desc": "Cost Saving (Text Only) [EXPERIMENTAL]"
70
+ },
71
+ {
72
+ "cmd": "ministral-8b-2512",
73
+ "multimodal": false,
74
+ "desc": "Cost Saving (Text Only) [EXPERIMENTAL]"
75
+ },
76
+ {
77
+ "cmd": "ministral-14b-2512",
78
+ "multimodal": false,
79
+ "desc": "Cost Saving (Text Only) [EXPERIMENTAL]"
80
+ },
81
+ {
82
+ "cmd": "mistral-small-2506",
83
+ "multimodal": false,
84
+ "hasReasoning": true,
85
+ "desc": "Cost Saving (Text Only) [EXPERIMENTAL]"
86
+ },
87
+ {
88
+ "cmd": "devstral-2512",
89
+ "multimodal": false,
90
+ "desc": "Devstral Coding (Text Only) [EXPERIMENTAL]"
91
+ },
92
+ {
93
+ "cmd": "mistral-medium-2508",
94
+ "multimodal": true,
95
+ "hasReasoning": true,
96
+ "desc": "Mistral Medium (Multimodal)"
97
+ },
98
+ {
99
+ "cmd": "mistral-large-2512",
100
+ "multimodal": true,
101
+ "hasReasoning": false,
102
+ "desc": "Mistral Large (Multimodal)"
103
+ },
104
+ {
105
+ "cmd": "glm-5-2",
106
+ "multimodal": false,
107
+ "hasReasoning": true,
108
+ "desc": "GLM Third-Party model (Text Only)"
109
+ },
110
+ {
111
+ "cmd": "labs-leanstral-1-5-1",
112
+ "multimodal": false,
113
+ "hasReasoning": false,
114
+ "desc": "Enable Lab Models to access (Text Only) [EXPERIMENTAL]"
115
+ }
116
+ ],
117
+ "Paid": []
118
+ }
119
+ },
120
+ "OpenRouter": {
121
+ "default_free": "google/gemma-4-31b-it:free",
122
+ "default_paid": "deepseek/deepseek-v4-flash",
123
+ "models": {
124
+ "Free": [
125
+ {
126
+ "cmd": "--- Google Models ---",
127
+ "desc": ""
128
+ },
129
+ {
130
+ "cmd": "google/gemma-4-31b-it:free",
131
+ "multimodal": true,
132
+ "desc": "Multimodal"
133
+ },
134
+ {
135
+ "cmd": "google/gemma-4-26b-a4b-it:free",
136
+ "multimodal": true,
137
+ "desc": "Multimodal"
138
+ },
139
+ {
140
+ "cmd": "\n--- PoolSide Models ---",
141
+ "desc": ""
142
+ },
143
+ {
144
+ "cmd": "poolside/laguna-s-2.1:free",
145
+ "multimodal": false,
146
+ "desc": "Text Only"
147
+ },
148
+ {
149
+ "cmd": "\n--- NVIDIA Models ---",
150
+ "desc": ""
151
+ },
152
+ {
153
+ "cmd": "nvidia/nemotron-3-ultra-550b-a55b:free",
154
+ "multimodal": false,
155
+ "desc": "Text Only"
156
+ }
157
+ ],
158
+ "Paid": [
159
+ {
160
+ "cmd": "--- Google Models ---",
161
+ "desc": ""
162
+ },
163
+ {
164
+ "cmd": "google/gemini-3.5-flash",
165
+ "multimodal": true,
166
+ "desc": "Multimodal"
167
+ },
168
+ {
169
+ "cmd": "\n--- Qwen Models ---",
170
+ "desc": ""
171
+ },
172
+ {
173
+ "cmd": "qwen/qwen3.7-plus",
174
+ "multimodal": true,
175
+ "desc": "Multimodal"
176
+ },
177
+ {
178
+ "cmd": "\n--- MiniMax Models ---",
179
+ "desc": ""
180
+ },
181
+ {
182
+ "cmd": "minimax/minimax-m3",
183
+ "multimodal": true,
184
+ "desc": "Multimodal"
185
+ },
186
+ {
187
+ "cmd": "\n--- Anthropic Models ---",
188
+ "desc": ""
189
+ },
190
+ {
191
+ "cmd": "anthropic/claude-sonnet-4.5",
192
+ "multimodal": true,
193
+ "desc": "Multimodal"
194
+ },
195
+ {
196
+ "cmd": "anthropic/claude-opus-4.6",
197
+ "multimodal": true,
198
+ "desc": "Multimodal"
199
+ },
200
+ {
201
+ "cmd": "anthropic/claude-opus-4.8",
202
+ "multimodal": true,
203
+ "desc": "Multimodal"
204
+ },
205
+ {
206
+ "cmd": "anthropic/claude-fable-5",
207
+ "multimodal": true,
208
+ "desc": "Multimodal"
209
+ },
210
+ {
211
+ "cmd": "anthropic/claude-opus-5",
212
+ "multimodal": true,
213
+ "desc": "Multimodal"
214
+ },
215
+ {
216
+ "cmd": "\n--- DeepSeek Models ---",
217
+ "desc": ""
218
+ },
219
+ {
220
+ "cmd": "deepseek/deepseek-v4-pro",
221
+ "multimodal": false,
222
+ "desc": "Text Only"
223
+ },
224
+ {
225
+ "cmd": "deepseek/deepseek-v4-flash",
226
+ "multimodal": false,
227
+ "desc": "Text Only"
228
+ },
229
+ {
230
+ "cmd": "\n--- Xiaomi Models ---",
231
+ "desc": ""
232
+ },
233
+ {
234
+ "cmd": "xiaomi/mimo-v2.5-pro",
235
+ "multimodal": false,
236
+ "desc": "Text Only"
237
+ },
238
+ {
239
+ "cmd": "\n--- Z-AI Models ---",
240
+ "desc": ""
241
+ },
242
+ {
243
+ "cmd": "z-ai/glm-5",
244
+ "multimodal": false,
245
+ "desc": "Text Only"
246
+ },
247
+ {
248
+ "cmd": "z-ai/glm-5.2",
249
+ "multimodal": false,
250
+ "desc": "Text Only"
251
+ },
252
+ {
253
+ "cmd": "\n--- OpenAI Models ---",
254
+ "desc": ""
255
+ },
256
+ {
257
+ "cmd": "openai/gpt-5.2-codex",
258
+ "multimodal": true,
259
+ "desc": "Multimodal"
260
+ },
261
+ {
262
+ "cmd": "openai/gpt-5.2-pro",
263
+ "multimodal": true,
264
+ "desc": "Multimodal"
265
+ },
266
+ {
267
+ "cmd": "openai/gpt-5.5-pro",
268
+ "multimodal": true,
269
+ "desc": "Multimodal"
270
+ },
271
+ {
272
+ "cmd": "openai/gpt-5.6-terra",
273
+ "multimodal": true,
274
+ "desc": "Multimodal"
275
+ },
276
+ {
277
+ "cmd": "openai/gpt-5.6-luna",
278
+ "multimodal": true,
279
+ "desc": "Multimodal"
280
+ },
281
+ {
282
+ "cmd": "openai/gpt-5.6-sol",
283
+ "multimodal": true,
284
+ "desc": "Multimodal"
285
+ },
286
+ {
287
+ "cmd": "\n--- Moonshot Models ---",
288
+ "desc": ""
289
+ },
290
+ {
291
+ "cmd": "moonshotai/kimi-k2.6",
292
+ "multimodal": true,
293
+ "desc": "Multimodal"
294
+ },
295
+ {
296
+ "cmd": "\n--- X-AI Models ---",
297
+ "desc": ""
298
+ },
299
+ {
300
+ "cmd": "x-ai/grok-4.5",
301
+ "multimodal": true,
302
+ "desc": "Multimodal"
303
+ },
304
+ {
305
+ "cmd": "\n--- Tencent Models ---",
306
+ "desc": ""
307
+ },
308
+ {
309
+ "cmd": "tencent/hy3",
310
+ "multimodal": false,
311
+ "desc": "Text Only"
312
+ }
313
+ ]
314
+ }
315
+ },
316
+ "DeepSeek": {
317
+ "default_free": "deepseek-v4-flash",
318
+ "default_paid": "deepseek-v4-flash",
319
+ "models": {
320
+ "Free": [
321
+ {
322
+ "cmd": "deepseek-v4-flash",
323
+ "multimodal": false,
324
+ "desc": "Fast & Efficient (Text Only)"
325
+ },
326
+ {
327
+ "cmd": "deepseek-v4-pro",
328
+ "multimodal": false,
329
+ "desc": "High-Intelligence Reasoning (Text Only)"
330
+ }
331
+ ],
332
+ "Paid": [
333
+ {
334
+ "cmd": "deepseek-v4-flash",
335
+ "multimodal": false,
336
+ "desc": "Fast & Efficient (Text Only)"
337
+ },
338
+ {
339
+ "cmd": "deepseek-v4-pro",
340
+ "multimodal": false,
341
+ "desc": "High-Intelligence Reasoning (Text Only)"
342
+ }
343
+ ]
344
+ }
345
+ },
346
+ "NVIDIA": {
347
+ "default_free": "stepfun-ai/step-3.7-flash",
348
+ "default_paid": "stepfun-ai/step-3.7-flash",
349
+ "models": {
350
+ "Free": [
351
+ {
352
+ "cmd": "--- DeepSeek Models ---",
353
+ "desc": ""
354
+ },
355
+ {
356
+ "cmd": "deepseek-ai/deepseek-v4-flash-0731",
357
+ "multimodal": false,
358
+ "desc": "Text Only"
359
+ },
360
+ {
361
+ "cmd": "deepseek-ai/deepseek-v4-pro",
362
+ "multimodal": false,
363
+ "desc": "Text Only"
364
+ },
365
+ {
366
+ "cmd": "\n--- StepFun Models ---",
367
+ "desc": ""
368
+ },
369
+ {
370
+ "cmd": "stepfun-ai/step-3.7-flash",
371
+ "multimodal": true,
372
+ "desc": "Multimodal"
373
+ },
374
+ {
375
+ "cmd": "\n--- Google Models ---",
376
+ "desc": ""
377
+ },
378
+ {
379
+ "cmd": "google/gemma-4-31b-it",
380
+ "multimodal": true,
381
+ "desc": "Multimodal"
382
+ },
383
+ {
384
+ "cmd": "google/diffusiongemma-26b-a4b-it",
385
+ "multimodal": false,
386
+ "desc": "Mega Fast"
387
+ },
388
+ {
389
+ "cmd": "\n--- OpenAI Models ---",
390
+ "desc": ""
391
+ },
392
+ {
393
+ "cmd": "openai/gpt-oss-20b",
394
+ "multimodal": false,
395
+ "desc": "Text Only"
396
+ },
397
+ {
398
+ "cmd": "openai/gpt-oss-120b",
399
+ "multimodal": false,
400
+ "desc": "Text Only"
401
+ },
402
+ {
403
+ "cmd": "\n--- Z-AI Models ---",
404
+ "desc": ""
405
+ },
406
+ {
407
+ "cmd": "z-ai/glm-5.2",
408
+ "multimodal": false,
409
+ "desc": "Text Only"
410
+ },
411
+ {
412
+ "cmd": "\n--- MiniMax Models ---",
413
+ "desc": ""
414
+ },
415
+ {
416
+ "cmd": "minimaxai/minimax-m3",
417
+ "multimodal": false,
418
+ "desc": "Text Only"
419
+ },
420
+ {
421
+ "cmd": "\n--- NVIDIA Models ---",
422
+ "desc": ""
423
+ },
424
+ {
425
+ "cmd": "nvidia/nemotron-3-ultra-550b-a55b",
426
+ "multimodal": false,
427
+ "desc": "Text Only"
428
+ },
429
+ {
430
+ "cmd": "nvidia/nemotron-3-super-120b-a12b",
431
+ "multimodal": false,
432
+ "desc": "Text Only"
433
+ },
434
+ {
435
+ "cmd": "nvidia/nemotron-3-nano-30b-a3b",
436
+ "multimodal": false,
437
+ "desc": "Text Only"
438
+ },
439
+ {
440
+ "cmd": "nvidia/nemotron-3.5-lightning-30b-a3b",
441
+ "multimodal": false,
442
+ "desc": "Text Only"
443
+ },
444
+ {
445
+ "cmd": "\n--- Meta Models ---",
446
+ "desc": ""
447
+ },
448
+ {
449
+ "cmd": "meta/llama-3.3-70b-instruct",
450
+ "multimodal": false,
451
+ "desc": "Text Only"
452
+ },
453
+ {
454
+ "cmd": "meta/llama-3.2-90b-vision-instruct",
455
+ "multimodal": true,
456
+ "desc": "Multimodal"
457
+ },
458
+ {
459
+ "cmd": "meta/muse-glimmer-30b",
460
+ "multimodal": true,
461
+ "desc": "Multimodal"
462
+ },
463
+ {
464
+ "cmd": "\n--- Thinking Machines Models ---",
465
+ "desc": ""
466
+ },
467
+ {
468
+ "cmd": "thinkingmachines/inkling",
469
+ "multimodal": false,
470
+ "desc": "Text Only [EXPERIMENTAL]"
471
+ },
472
+ {
473
+ "cmd": "\n--- PoolSide Models ---",
474
+ "desc": ""
475
+ },
476
+ {
477
+ "cmd": "poolside/laguna-xs-2.1",
478
+ "multimodal": false,
479
+ "desc": "Text Only [EXPERIMENTAL]"
480
+ }
481
+ ],
482
+ "Paid": []
483
+ }
484
+ },
485
+ "Google": {
486
+ "default_free": "gemma-4-31b-it",
487
+ "default_paid": "gemini-3-flash-preview",
488
+ "models": {
489
+ "Free": [
490
+ {
491
+ "cmd": "--- Gemma Models ---",
492
+ "desc": ""
493
+ },
494
+ {
495
+ "cmd": "gemma-4-26b-a4b-it",
496
+ "multimodal": true,
497
+ "desc": "Standard & Faster (Multimodal)"
498
+ },
499
+ {
500
+ "cmd": "gemma-4-31b-it",
501
+ "multimodal": true,
502
+ "desc": "Standard Default (Multimodal)"
503
+ },
504
+ {
505
+ "cmd": "\n--- Gemini 2.5 Models ---",
506
+ "desc": ""
507
+ },
508
+ {
509
+ "cmd": "gemini-2.5-flash-lite",
510
+ "multimodal": true,
511
+ "desc": "Fast & Cheap (Multimodal) [Limited Free Quota]"
512
+ },
513
+ {
514
+ "cmd": "gemini-2.5-flash",
515
+ "multimodal": true,
516
+ "desc": "Fast & Reliable (Multimodal) [Limited Free Quota]"
517
+ },
518
+ {
519
+ "cmd": "\n--- Gemini 3 Models ---",
520
+ "desc": ""
521
+ },
522
+ {
523
+ "cmd": "gemini-3.5-flash-lite",
524
+ "multimodal": true,
525
+ "desc": "Ultra-Fast & Lite (Multimodal)"
526
+ },
527
+ {
528
+ "cmd": "gemini-3-flash-preview",
529
+ "multimodal": true,
530
+ "desc": "Fast & Lightweight (Multimodal) [Limited Free Quota]"
531
+ },
532
+ {
533
+ "cmd": "gemini-3.6-flash",
534
+ "multimodal": true,
535
+ "desc": "Flash Latest (Multimodal) [Limited Free Quota]"
536
+ }
537
+ ],
538
+ "Paid": [
539
+ {
540
+ "cmd": "\n--- Gemini 2.5 Models ---",
541
+ "desc": ""
542
+ },
543
+ {
544
+ "cmd": "gemini-2.5-flash-lite",
545
+ "multimodal": true,
546
+ "desc": "Fast & Cheap (Multimodal)"
547
+ },
548
+ {
549
+ "cmd": "gemini-2.5-flash",
550
+ "multimodal": true,
551
+ "desc": "Fast & Reliable (Multimodal)"
552
+ },
553
+ {
554
+ "cmd": "gemini-2.5-pro",
555
+ "multimodal": true,
556
+ "desc": "Last gen Pro reasoning (Multimodal)"
557
+ },
558
+ {
559
+ "cmd": "\n--- Gemini 3 Models ---",
560
+ "desc": ""
561
+ },
562
+ {
563
+ "cmd": "gemini-3.1-flash-lite",
564
+ "multimodal": true,
565
+ "desc": "Ultra-Fast & Lite (Multimodal)"
566
+ },
567
+ {
568
+ "cmd": "gemini-3.5-flash-lite",
569
+ "multimodal": true,
570
+ "desc": "Latest Flash Lite (Multimodal)"
571
+ },
572
+ {
573
+ "cmd": "gemini-3-flash-preview",
574
+ "multimodal": true,
575
+ "desc": "Default, Fast & Lightweight (Multimodal)"
576
+ },
577
+ {
578
+ "cmd": "gemini-3.6-flash",
579
+ "multimodal": true,
580
+ "desc": "Flash Latest (Multimodal) [Instability Issues]"
581
+ },
582
+ {
583
+ "cmd": "gemini-3.1-pro-preview",
584
+ "multimodal": true,
585
+ "desc": "Pro Reasoning (Multimodal)"
586
+ }
587
+ ]
588
+ }
589
+ }
590
+ }
591
+ }
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fluxflow-cli",
3
- "version": "3.21.1",
4
- "date": "2026-08-10",
3
+ "version": "3.23.0",
4
+ "date": "2026-08-12",
5
5
  "description": "A High-Fidelity Agentic CLI with Sub-Agents for the Flux Era.",
6
6
  "keywords": [
7
7
  "ai",
@@ -41,7 +41,7 @@
41
41
  },
42
42
  "scripts": {
43
43
  "start": "tsx ./src/cli.jsx",
44
- "build": "esbuild ./src/cli.jsx --bundle --platform=node --format=esm --splitting --minify --tree-shaking=true --chunk-names=chunks/[name]-[hash] --outdir=./dist --external:react --external:ink --external:chalk --external:fs-extra --external:gradient-string --external:ink-text-input --external:ink-select-input --external:@google/genai --external:zod --external:nanoid --external:puppeteer --external:pdf-lib --external:node-pty --external:html-to-docx --external:typescript --external:ws --external:web-tree-sitter --external:diff --external:dotenv --external:fast-glob --external:turndown --external:turndown-plugin-gfm && copy package.json dist\\package.json && copy src\\entry.js dist\\entry.js"
44
+ "build": "esbuild ./src/cli.jsx --bundle --platform=node --format=esm --splitting --minify --tree-shaking=true --chunk-names=chunks/[name]-[hash] --outdir=./dist --external:react --external:ink --external:chalk --external:fs-extra --external:gradient-string --external:ink-text-input --external:ink-select-input --external:@google/genai --external:zod --external:nanoid --external:puppeteer --external:pdf-lib --external:node-pty --external:html-to-docx --external:typescript --external:ws --external:web-tree-sitter --external:diff --external:dotenv --external:fast-glob --external:turndown --external:turndown-plugin-gfm && copy package.json dist\\package.json && copy src\\entry.js dist\\entry.js && copy model_config.json dist\\model_config.json"
45
45
  },
46
46
  "dependencies": {
47
47
  "@google/genai": "^1.52.0",