fluxflow-cli 1.9.30 → 1.10.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.
package/README.md CHANGED
@@ -29,6 +29,9 @@ fluxflow-cli
29
29
  Experience a terminal UI that feels alive. Built with **Ink** and **React**, Flux Flow features:
30
30
  - **Dynamic Status Bar**: Real-time telemetry showing your "Neural Headroom" (token usage), Thinking Level, and Session ID.
31
31
 
32
+ ### 🎨 **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 customizable models (Flux, ZImage, Qwen, Nanobanana-Pro), aspect ratios, seeds, and beautiful high-contrast UI budget telemetry cards.
34
+
32
35
  ### 👁️ **Native Multimodality**
33
36
  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
37
 
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.