fluxflow-cli 3.0.15 → 3.0.16
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/README.md +4 -3
- package/dist/fluxflow.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,14 +2,15 @@
|
|
|
2
2
|

|
|
3
3
|
|
|
4
4
|
<p align="left">
|
|
5
|
-
<a href="https://github.com/KushalRoyChowdhury/fluxflow-cli"><img src="https://img.shields.io/badge/FluxFlow-
|
|
6
|
-
<a href="https://deepmind.google"><img src="https://img.shields.io/badge/Engine-Gemma%204-red?style=plastic" alt="Engine Gemma 4"></a>
|
|
5
|
+
<a href="https://github.com/KushalRoyChowdhury/fluxflow-cli"><img src="https://img.shields.io/badge/FluxFlow-v3-blue?style=plastic" alt="FluxFlow Version"></a>
|
|
7
6
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=plastic" alt="License MIT"></a>
|
|
8
7
|
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/Node-%3E%3D20-green?style=plastic" alt="Node Compatibility"></a>
|
|
9
8
|
</p>
|
|
10
9
|
|
|
11
10
|
### *The High-Fidelity Agentic CLI with Sub-Agents for the Flux Era.*
|
|
12
11
|
|
|
12
|
+
📖 **[Official Documentation](https://fluxflow-cli.onrender.com/)**
|
|
13
|
+
|
|
13
14
|
**Flux Flow** is not just another CLI—it's a high-speed, sassy, and goal-oriented CLI AI Agent powered by the latest Gemini/Gemma frontier models. Designed for developers who demand a premium UI/UX while managing complex file-system tasks, web research, and autonomous workflows.
|
|
14
15
|
|
|
15
16
|
---
|
|
@@ -30,7 +31,7 @@ fluxflow-cli
|
|
|
30
31
|
- **Google GenAI** (Gemini & Gemma models)
|
|
31
32
|
- **DeepSeek** (Native DeepSeek API)
|
|
32
33
|
- **OpenRouter** (Access to hundreds of models; *Experimental*)
|
|
33
|
-
- **NVIDIA** (Access to selected models
|
|
34
|
+
- **NVIDIA** (Access to selected models)
|
|
34
35
|
|
|
35
36
|
---
|
|
36
37
|
|
package/dist/fluxflow.js
CHANGED
|
@@ -7875,7 +7875,7 @@ var init_web_search = __esm({
|
|
|
7875
7875
|
]
|
|
7876
7876
|
});
|
|
7877
7877
|
const page = await browser.newPage();
|
|
7878
|
-
await page.setUserAgent("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.7778.
|
|
7878
|
+
await page.setUserAgent("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.7778.178 Safari/537.36");
|
|
7879
7879
|
await page.setViewport({ width: 1366, height: 768 });
|
|
7880
7880
|
const jitter = attempt === 1 ? Math.random() * 1e3 + 500 : Math.random() * 2e3 + 1e3;
|
|
7881
7881
|
await new Promise((r) => setTimeout(r, jitter));
|
|
@@ -7947,7 +7947,7 @@ var init_web_scrape = __esm({
|
|
|
7947
7947
|
]
|
|
7948
7948
|
});
|
|
7949
7949
|
const page = await browser.newPage();
|
|
7950
|
-
await page.setUserAgent("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.7778.
|
|
7950
|
+
await page.setUserAgent("Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/148.0.7778.178 Safari/537.36");
|
|
7951
7951
|
await page.setViewport({ width: 1366, height: 768 });
|
|
7952
7952
|
const jitter = attempt === 1 ? Math.random() * 1e3 + 500 : Math.random() * 2e3 + 1e3;
|
|
7953
7953
|
await new Promise((r) => setTimeout(r, jitter));
|