fluxflow-cli 1.8.2 → 1.8.3

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-npm.md ADDED
@@ -0,0 +1,84 @@
1
+ # 🌌 Flux Flow (`fluxflow-cli`)
2
+ ![Flux Flow Logo](https://github.com/KushalRoyChowdhury/fluxflow-cli/blob/main/fluxflow.png)
3
+
4
+ ### *The High-Fidelity Agentic Terminal for the Flux Era.*
5
+
6
+ **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.
7
+
8
+ ---
9
+
10
+ ## 🚀 Instant Ignition (No Setup Required)
11
+ You don't even need to install it. Just fire up your terminal and run:
12
+
13
+ ```bash
14
+ # Run instantly (Zero Setup)
15
+ npx fluxflow-cli
16
+
17
+ # OR Install Globally
18
+ npm install -g fluxflow-cli
19
+ fluxflow-cli
20
+ ```
21
+
22
+ *The agent will prompt you for your Gemini API Key on the first run and store it securely in an XOR-encrypted vault.* Free API Key recomemded to use Gemma 4 (Default Model).
23
+
24
+ ---
25
+
26
+ ## ✨ Why Flux Flow?
27
+
28
+ ### 🎨 **Premium Visual Sovereignty**
29
+ Experience a terminal UI that feels alive. Built with **Ink** and **React**, Flux Flow features:
30
+ - **Dynamic Status Bar**: Real-time telemetry showing your "Neural Headroom" (token usage), Thinking Level, and Session ID.
31
+
32
+ ### 👁️ **Native Multimodality**
33
+ 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
+
35
+ ### 📑 **Document Engineering Suite**
36
+ Need a report or a presentation? Just ask. Flux Flow features a high-fidelity "Printing Press" that generates professional, branded documents natively:
37
+ - **PDF**: Branded documents from HTML/CSS with automatic watermarking.
38
+ - **DOCX**: Native Word documents with multi-page support and automatic numbering.
39
+ - **PPTX**: High-fidelity PowerPoint presentations using native elements (selectable text, shapes) translated directly from HTML.
40
+
41
+ ### 🚑 **Self-Healing Infrastructure**
42
+ Zero setup means zero setup. On first run, Flux Flow performs an integrity check and autonomously installs its own Chromium engine if needed, ensuring features like PDF generation work 100% of the time without manual intervention.
43
+
44
+ - **Archived Terminal Flow**: See execution outputs transform from live elements into permanent conversation records.
45
+ - **Rich Aesthetics**: High-contrast, sleek design with smooth transitions and micro-animations.
46
+
47
+ ### 🧠 **The Dual-Intelligence System**
48
+ - **Flux Mode (Dev)**: High-speed, agentic problem solving with a 50-turn persistent loop for massive coding tasks.
49
+ - **Flow Mode (Chat)**: Optimized for deep research, high-quality conversation, and web-assisted reasoning.
50
+
51
+ ### 🛡️ **Digital Fortress Governance**
52
+ Security isn't an afterthought; it's a boundary.
53
+ - **External Path Hardlock**: Restricts the agent to your Current Working Directory (CWD) unless you explicitly unlock it.
54
+ - **Human-in-the-Loop (HITL)**: Every file write and terminal command requires your high-fidelity approval.
55
+ - **XOR Vaulting**: All local session histories, memories, and API keys are obfuscated and encrypted at rest.
56
+ - **Adaptive Failover**: Automatic multi-stage retry logic with high-concurrency fallback model switching (Gemini 3.1 Flash Lite) during peak API congestion.
57
+
58
+ ### 🧹 **The Background Janitor**
59
+ While you move at high speed, the Janitor follows behind—refining session titles, compressing data, and ensuring your context window remains at absolute peak performance.
60
+
61
+ ---
62
+
63
+ ## 🛠️ Key Capabilities
64
+ - **Deep File-System Interaction**: Edit, move, and refactor code across multiple files with atomic precision.
65
+ - **Real-Time Web Intelligence**: Autonomous web-searching via DuckDuckGo for live news and technical research.
66
+ - **Autonomous Project Alignment**: Automatically detects and adheres to project-specific instructions in `Agent.md`, `Skills.md`, and `Fluxflow.md` for high-fidelity alignment with your coding standards and custom workflows.
67
+ - **High-Reliability Fallback**: Automatic failover to a lighter, high-concurrency model during peak traffic to ensure zero session loss.
68
+ - **Persistent Memory**: The agent learns from your preferences and project requirements across sessions.
69
+
70
+ ---
71
+
72
+ ## ⚙️ Configuration
73
+ Type `/settings` in-app to live-configure:
74
+ - **Thinking Level**: Low, Medium, or High (Deep-Reasoning).
75
+ - **Auto-Execution**: For ultimate high-speed flow (Advanced users only).
76
+ - **Security Perimeter**: Toggle External Workspace access.
77
+
78
+ ---
79
+
80
+ ## 🏁 License
81
+ MIT © 2026 Flux Flow Team.
82
+
83
+ ---
84
+ *Forged with ⚡ and 🧬. Welcome to the FluxFlow.*
package/dist/fluxflow.js CHANGED
@@ -4809,7 +4809,7 @@ var init_app = __esm({
4809
4809
  init_text();
4810
4810
  SESSION_START_TIME = Date.now();
4811
4811
  CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
4812
- versionFluxflow = "1.8.2";
4812
+ versionFluxflow = "1.8.3";
4813
4813
  updatedOn = "2026-05-07";
4814
4814
  ResolutionModal = ({ data, onResolve, onEdit }) => /* @__PURE__ */ React10.createElement(Box10, { flexDirection: "column", borderStyle: "round", borderColor: "magenta", paddingX: 2, paddingY: 1, width: "100%" }, /* @__PURE__ */ React10.createElement(Text10, { color: "magenta", bold: true, underline: true }, "\u{1F7E3} STEERING HINT RESOLUTION"), /* @__PURE__ */ React10.createElement(Text10, { marginTop: 1 }, "The agent already finished the task before your hint was consumed."), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 1, backgroundColor: "#222", paddingX: 1, width: "100%" }, /* @__PURE__ */ React10.createElement(Text10, { italic: true, color: "gray" }, '"', data, '"')), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 1 }, /* @__PURE__ */ React10.createElement(Text10, { color: "cyan" }, "How would you like to proceed?")), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 1 }, /* @__PURE__ */ React10.createElement(
4815
4815
  CommandMenu,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxflow-cli",
3
- "version": "1.8.2",
3
+ "version": "1.8.3",
4
4
  "description": "A high-fidelity agentic terminal assistant for the Flux Era.",
5
5
  "keywords": [
6
6
  "ai",
@@ -21,7 +21,7 @@
21
21
  },
22
22
  "files": [
23
23
  "dist",
24
- "README.md",
24
+ "README-npm.md",
25
25
  "package.json",
26
26
  "ARCHITECTURE.md",
27
27
  "TOOLS.md",