fluxflow-cli 1.10.0 β 1.10.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/README.md +12 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,6 +1,14 @@
|
|
|
1
1
|
# π Flux Flow (`fluxflow-cli`)
|
|
2
2
|

|
|
3
3
|
|
|
4
|
+
<p align="left">
|
|
5
|
+
<a href="https://github.com/KushalRoyChowdhury/fluxflow-cli"><img src="https://img.shields.io/badge/FluxFlow-v1.10.0-blue?style=plastic" alt="FluxFlow Version"></a>
|
|
6
|
+
<a href="https://deepmind.google"><img src="https://img.shields.io/badge/Engine-Gemma%204-red?style=plastic" alt="Engine Gemma 4"></a>
|
|
7
|
+
<a href="https://pollinations.ai"><img src="https://img.shields.io/badge/Built%20With-pollinations.ai-cyan?style=plastic" alt="Built With pollinations.ai"></a>
|
|
8
|
+
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg?style=plastic" alt="License MIT"></a>
|
|
9
|
+
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/Node-%3E%3D20-green?style=plastic" alt="Node Compatibility"></a>
|
|
10
|
+
</p>
|
|
11
|
+
|
|
4
12
|
### *The High-Fidelity Agentic Terminal for the Flux Era.*
|
|
5
13
|
|
|
6
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.
|
|
@@ -30,7 +38,10 @@ Experience a terminal UI that feels alive. Built with **Ink** and **React**, Flu
|
|
|
30
38
|
- **Dynamic Status Bar**: Real-time telemetry showing your "Neural Headroom" (token usage), Thinking Level, and Session ID.
|
|
31
39
|
|
|
32
40
|
### π¨ **Creative & Visual Sovereignty**
|
|
33
|
-
Generate gorgeous, high-fidelity images directly from the command line using Pollinations AI. Use the `/image` command or ask the agent to create visuals. Features
|
|
41
|
+
Generate gorgeous, high-fidelity images directly from the command line using [Pollinations AI](https://pollinations.ai). Use the `/image` command or ask the agent to create visuals. Features:
|
|
42
|
+
- **Customizable Presets**: Supports models like Flux, ZImage, Qwen, and Nanobanana-Pro, custom aspect ratios, and randomized seeds.
|
|
43
|
+
- **Budget Telemetry**: Real-time credits tracker displayed in sleek high-contrast Ink terminal boxes.
|
|
44
|
+
- **PNG Metadata Embedding**: Autonomously injects custom `tEXt` metadata chunks (Title, Software, Author, Seed, Model, and exact Prompt details) straight into the output image headers.
|
|
34
45
|
|
|
35
46
|
### ποΈ **Native Multimodality**
|
|
36
47
|
Flux Flow can now see! Use the `view_file` tool to analyze images (JPG, PNG) or deep-dive into PDF technical papers. The agent extracts high-fidelity visual context natively, making it a true multimodal companion.
|