fluxflow-cli 3.18.2 → 3.19.1

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/model_config.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 0,
3
- "release": 20260804,
3
+ "release": 20260806,
4
4
  "fallbacks": {
5
5
  "janitor_default": "gemini-3.1-flash-lite",
6
6
  "janitor_attempts_fallback": "gemma-4-26b-a4b-it",
@@ -20,6 +20,14 @@
20
20
  "gemma_janitor_fallback_google": "gemma-4-26b-a4b-it"
21
21
  },
22
22
  "providers": {
23
+ "Ollama": {
24
+ "default_free": "",
25
+ "default_paid": "",
26
+ "models": {
27
+ "Free": [],
28
+ "Paid": []
29
+ }
30
+ },
23
31
  "Mistral": {
24
32
  "default_free": "mistral-small-2506",
25
33
  "default_paid": "devstral-2512",
@@ -433,6 +441,15 @@
433
441
  "cmd": "thinkingmachines/inkling",
434
442
  "multimodal": false,
435
443
  "desc": "Text Only [EXPERIMENTAL]"
444
+ },
445
+ {
446
+ "cmd": "\n--- PoolSide Models ---",
447
+ "desc": ""
448
+ },
449
+ {
450
+ "cmd": "poolside/laguna-xs-2.1",
451
+ "multimodal": false,
452
+ "desc": "Text Only [EXPERIMENTAL]"
436
453
  }
437
454
  ],
438
455
  "Paid": [
@@ -550,6 +567,15 @@
550
567
  "cmd": "thinkingmachines/inkling",
551
568
  "multimodal": false,
552
569
  "desc": "Text Only [EXPERIMENTAL]"
570
+ },
571
+ {
572
+ "cmd": "\n--- PoolSide Models ---",
573
+ "desc": ""
574
+ },
575
+ {
576
+ "cmd": "poolside/laguna-xs-2.1",
577
+ "multimodal": false,
578
+ "desc": "Text Only [EXPERIMENTAL]"
553
579
  }
554
580
  ]
555
581
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "fluxflow-cli",
3
- "version": "3.18.2",
4
- "date": "2026-08-05",
3
+ "version": "3.19.1",
4
+ "date": "2026-08-06",
5
5
  "description": "A High-Fidelity Agentic CLI with Sub-Agents for the Flux Era.",
6
6
  "keywords": [
7
7
  "ai",
@@ -59,6 +59,7 @@
59
59
  "ink-text-input": "^6.0.0",
60
60
  "nanoid": "^5.1.9",
61
61
  "node-pty": "^1.1.0",
62
+ "ollama": "^0.6.3",
62
63
  "pdf-lib": "^1.17.1",
63
64
  "puppeteer": "24.43.1",
64
65
  "react": "^19.2.5",