fluxflow-cli 3.0.8 → 3.0.9
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 +1 -1
- package/dist/fluxflow.js +5 -5
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<a href="https://nodejs.org"><img src="https://img.shields.io/badge/Node-%3E%3D20-green?style=plastic" alt="Node Compatibility"></a>
|
|
9
9
|
</p>
|
|
10
10
|
|
|
11
|
-
### *The High-Fidelity Agentic
|
|
11
|
+
### *The High-Fidelity Agentic CLI with Sub-Agents for the Flux Era.*
|
|
12
12
|
|
|
13
13
|
**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
14
|
|
package/dist/fluxflow.js
CHANGED
|
@@ -5147,12 +5147,12 @@ ${mode === "Flux" ? `- WORKSPACE TOOLS (path = relative to CWD & WILL BE FIRST A
|
|
|
5147
5147
|
9. [tool:functions.await(time="seconds")]. For waiting without exiting agent loop, 15s - 180s
|
|
5148
5148
|
|
|
5149
5149
|
-- SUB AGENTS DEFINITIONS --
|
|
5150
|
-
USE PROACTIVELY
|
|
5150
|
+
USE PROACTIVELY A LOT **USE OF SUB AGENTS HIGHLY RECOMENDED**
|
|
5151
5151
|
Invocation Types:
|
|
5152
|
-
- invoke (async,
|
|
5153
|
-
- invokeSync (sync,
|
|
5152
|
+
- invoke (async, background worker for parallel tasks, upto 7 parallel agents together). Can take long time, If invoked DO NOT REPEAT SAME TASK AGAIN UNLESS subagent returns ERROR. Usage: Benefits parallelism & speed
|
|
5153
|
+
- invokeSync (sync, blocking main agent loop). Usage: Repeatetive work, Sequential tasks, Task delegation. Huge tokens/costs savings
|
|
5154
5154
|
|
|
5155
|
-
1. [agent:generalist.invokeSync/invoke(title="...", task="...")]. Task must me detailed,
|
|
5155
|
+
1. [agent:generalist.invokeSync/invoke(title="...", task="...")]. Task must me detailed, including exact file paths, imports/exports, dependency, folder structure
|
|
5156
5156
|
2. [agent:generalist.getProgress(id="...")]. Usage: Check progress of async subagent task, taking time? do your own task OR await (exponentially longer after 1st check, eg. 15s, 30s, 45s ...) >>> spamming getProgress`.trim() : `- CREATIVE TOOLS (path = relative to CWD & WILL BE FIRST ARGUMENT, path separator: '/') -
|
|
5157
5157
|
1. [tool:functions.WritePDF(path="...", content="...", orientation="...")]. PROACTIVE A4 PAGE BREAKS MUST IN CSS. HTML/CSS for PREMIUM layout
|
|
5158
5158
|
2. [tool:functions.WriteDoc(path="...", content="...")]. A4 Word document
|
|
@@ -14016,7 +14016,7 @@ ${providedToolsSection.trimEnd()}
|
|
|
14016
14016
|
NO EXPLICIT THINKING REQUIRED. FOCUS ON COMPLETING THE TASK DIRECTLY
|
|
14017
14017
|
|
|
14018
14018
|
Your main focus should be on tools and task, not chatting. Your Chat won't be visible to user
|
|
14019
|
-
Once you have fully completed the task, provide a detailed final structured summary preferebly in Tables/Bullet Points, if any task failed report back in detail, no hallucination
|
|
14019
|
+
Once you have fully completed the task, provide a detailed final structured summary preferebly in Tables/Bullet Points with file modified info, if any task failed report back in detail, no hallucination
|
|
14020
14020
|
|
|
14021
14021
|
CWD: ${process.cwd()}
|
|
14022
14022
|
Current Time: ${(/* @__PURE__ */ new Date()).toLocaleString("en-US", { year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", hour12: true }).replace(/(\d+)\/(\d+)\/(\d+),/, "$3-$1-$2").replace(":", "-")}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "fluxflow-cli",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"date": "2026-07-03",
|
|
5
|
-
"description": "A
|
|
5
|
+
"description": "A High-Fidelity Agentic CLI with Sub-Agents for the Flux Era.",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"ai",
|
|
8
8
|
"agent",
|