fluxflow-cli 3.19.1 → 3.19.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/ARCHITECTURE.md CHANGED
@@ -1,3 +1,6 @@
1
+ ##### **THIS DOCUMENTATION FILE IS OUTDATED & NO LONGER MAINTAINED. TO SEE LATEST ARCHITECTURAL DOCUMENTATION & CHANGES VISIT: [FluxFlow Architecture Documentation](https://fluxflow-cli.onrender.com/architecture/)**
2
+ ##### [Changelog](https://fluxflow-cli.onrender.com/changelog.html)
3
+
1
4
  # 🏛️ Architecture & Design
2
5
 
3
6
  Flux Flow is built on a modern, reactive stack that brings web-like development paradigms to the terminal. It utilizes a custom agentic loop for reasoning and a unique dual-model system for background processing.
package/README.md CHANGED
@@ -11,7 +11,7 @@
11
11
 
12
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
+ **Flux Flow** is not just another CLI—it's a high-speed, sassy, and goal-oriented CLI AI Agent powered by multi-provider frontier models (Google Gemini, DeepSeek, OpenRouter, and more). Designed for developers who demand a premium UI/UX while managing complex file-system tasks, web research, and autonomous workflows.
15
15
 
16
16
  ---
17
17
 
@@ -74,7 +74,7 @@ Zero setup means zero setup. On first run, Flux Flow performs an integrity check
74
74
  - **Rich Aesthetics**: High-contrast, sleek design with smooth transitions and micro-animations.
75
75
 
76
76
  ### 🧠 **The Dual-Intelligence System**
77
- - **Flux Mode (Dev)**: High-speed, agentic problem solving with a 70-turn persistent loop for massive coding tasks.
77
+ - **Flux Mode (Dev)**: High-speed, agentic problem solving for massive coding tasks.
78
78
  - **Flow Mode (Chat)**: Optimized for high-quality conversation and web-assisted reasoning.
79
79
 
80
80
  ### 🛡️ **Digital Fortress Governance**
@@ -83,8 +83,6 @@ Security isn't an afterthought; it's a boundary.
83
83
  - **Granular Command Policies**: Configure Auto-Approve (`Auto` / `Read-Only` / `None`), Auto-Disallow (`Auto` / `Destructive` / `None`), Network Access toggle, and Auto-Approve Git Commits independently.
84
84
  - **External Path Hardlock**: Restricts the agent to your Current Working Directory (CWD) unless you explicitly unlock it.
85
85
  - **Human-in-the-Loop (HITL)**: Every file write and terminal command requires your high-fidelity approval.
86
- - **XOR Vaulting**: All local session histories, memories, and API keys are obfuscated and encrypted at rest.
87
- - **Adaptive Failover**: Automatic multi-stage retry logic with high-concurrency fallback model switching (Gemini 3.1 Flash Lite) during peak API congestion.
88
86
 
89
87
  ### 🧹 **The Background Janitor**
90
88
  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.
@@ -98,7 +96,7 @@ Delegate complex tasks to subagents. Spawns blocking subagents (`invokeSync`) or
98
96
  - **Deep File-System Interaction**: Edit, move, and refactor code across multiple files with atomic precision.
99
97
  - **Real-Time Web Intelligence**: Autonomous web-searching via DuckDuckGo for live news and technical research.
100
98
  - **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.
101
- - **High-Reliability Fallback**: Automatic failover to a lighter, high-concurrency model during peak traffic to ensure zero session loss.
99
+
102
100
  - **Persistent Memory**: The agent learns from your preferences and project requirements across sessions.
103
101
 
104
102
  ---
package/TOOLS.md CHANGED
@@ -1,3 +1,6 @@
1
+ ##### **THIS DOCUMENTATION FILE IS OUTDATED & NO LONGER MAINTAINED. TO SEE LATEST TOOLS DOCUMENTATION & AVAILABILITY VISIT: [FluxFlow Tools Documentation](https://fluxflow-cli.onrender.com/tools/)**
2
+ ##### [Changelog](https://fluxflow-cli.onrender.com/changelog.html)
3
+
1
4
  # 🧰 Agent Tools & Capabilities
2
5
 
3
6
  Flux Flow provides a robust set of tools that allow the AI to interact with the file system, execute code, and search the web. The availability of these tools depends on the active operating mode.
package/UI_FEATURES.md CHANGED
@@ -1,3 +1,6 @@
1
+ ##### **THIS DOCUMENTATION FILE IS OUTDATED & NO LONGER MAINTAINED. TO SEE LATEST UI FEATURES & CHANGES VISIT: [FluxFlow Documentation](https://fluxflow-cli.onrender.com/)**
2
+ ##### [Changelog](https://fluxflow-cli.onrender.com/changelog.html)
3
+
1
4
  # 🎮 User Interface & Interaction Features
2
5
 
3
6
  Flux Flow is designed to be a high-performance terminal application. Beyond basic chat, it includes a variety of advanced UI features and human-in-the-loop controls to keep you in command of the agent.
@@ -88,4 +91,4 @@ Flux Flow is a "Self-Healing" agent. It actively monitors its own environment to
88
91
 
89
92
  - **Startup Integrity Check**: On launch, Flux performs a "Heartbeat Check" on its internal engines.
90
93
  - **Automatic Recovery**: If a dependency is missing, you will see a `🔧 [SYSTEM] Initializing...` message. Flux will autonomously download and configure the required binaries using `pnpm` or `npx` fallbacks, keeping you informed every step of the way.
91
- - **Silent Maintenance**: Once the engine is ready, you'll receive a `✅ [SYSTEM] All dependencies installed successfully.` confirmation.
94
+ - **Silent Maintenance**: Once the engine is ready, you'll receive a `✅ [SYSTEM] All dependencies installed successfully.` confirmation.