fluxflow-cli 1.9.30 β†’ 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 CHANGED
@@ -1,6 +1,14 @@
1
1
  # 🌌 Flux Flow (`fluxflow-cli`)
2
2
  ![Flux Flow Logo](https://github.com/KushalRoyChowdhury/fluxflow-cli/blob/main/fluxflow.png)
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.
@@ -29,6 +37,12 @@ fluxflow-cli
29
37
  Experience a terminal UI that feels alive. Built with **Ink** and **React**, Flux Flow features:
30
38
  - **Dynamic Status Bar**: Real-time telemetry showing your "Neural Headroom" (token usage), Thinking Level, and Session ID.
31
39
 
40
+ ### 🎨 **Creative & Visual Sovereignty**
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.
45
+
32
46
  ### πŸ‘οΈ **Native Multimodality**
33
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.
34
48
 
package/TOOLS.md CHANGED
@@ -8,9 +8,10 @@ Flux Flow provides a robust set of tools that allow the AI to interact with the
8
8
  | :--- | :---: | :---: |
9
9
  | **Web Search** | βœ… | βœ… |
10
10
  | **Web Scrape** | βœ… | βœ… |
11
- | **Write PDF** | βœ… | βœ… |
12
- | **Write DOCX** | βœ… | βœ… |
13
- | **Write PPTX** | βœ… | βœ… |
11
+ | **Generate Image** | βœ… | ❌ |
12
+ | **Write PDF** | βœ… | ❌ |
13
+ | **Write DOCX** | βœ… | ❌ |
14
+ | **Write PPTX** | βœ… | ❌ |
14
15
  | **View/Read Files** | βœ… | ❌ |
15
16
  | **Write/Update Files** | βœ… | ❌ |
16
17
  | **Execute Commands** | βœ… | ❌ |
@@ -32,6 +33,11 @@ Flux Flow provides a robust set of tools that allow the AI to interact with the
32
33
  - **Rich Styling**: Supports CSS-like properties (color, font-size, text-align) for professional slide design.
33
34
  - **Flat Protocol**: Optimized for AI stability using a flat HTML string interface.
34
35
 
36
+ ### 🎨 Creative & Visual
37
+ - **`generate_image`**: Generates high-fidelity images using Pollinations AI.
38
+ - **Customization**: Supports customizable models (Flux, ZImage, Qwen, Nanobanana-Pro, etc.), aspect ratios, custom prompt generation, and random seeds.
39
+ - **Telemetry**: Tracks hourly credit usage (Low, Medium, Ultra, Premium tiers) with built-in daily limit checks and interactive dashboard displays.
40
+
35
41
  ### πŸ“ File System Operations
36
42
  - **`list_files`**: Lists the contents of a directory to help the agent understand the project structure.
37
43
  - **`read_folder`**: Provides detailed statistics and metadata about a directory's contents.