fluxflow-cli 1.16.3 → 1.16.5

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.
Files changed (2) hide show
  1. package/dist/fluxflow.js +1 -1
  2. package/package.json +1 -1
package/dist/fluxflow.js CHANGED
@@ -1275,6 +1275,7 @@ var init_main_tools = __esm({
1275
1275
  TOOL_PROTOCOL = (mode, osDetected) => `
1276
1276
  -- TOOL DEFINITIONS --
1277
1277
  Access to internal tools. To call a tool, MUST use the exact syntax on a new line: [tool:functions.ToolName(args)]
1278
+ - **STRICT POLICY: MAX 3 TOOL CALLS PER TURN. Next Turn, verify results and plan next**
1278
1279
 
1279
1280
  - COMMUNICATION TOOLS -
1280
1281
  1. [tool:functions.Ask(question="...", optionA="option::description", ...MAX 4)]. Ambiguity Resolution. Mandatory Triggers: Path Divergence, Security, Risk Mitigation. ask >> finish
@@ -1444,7 +1445,6 @@ ${projectContextBlock}
1444
1445
  -- RESPONSE RULES --
1445
1446
  - End with [turn: continue] to continue or [turn: finish] when task done
1446
1447
  - Tool Called? No post tool response until [turn: continue]
1447
- - **STRICT: MAX 3 TOOL CALL STACK PER TURN**
1448
1448
  - Task Complete? End loop with [turn: finish]
1449
1449
  [/SYSTEM]`.trim();
1450
1450
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxflow-cli",
3
- "version": "1.16.3",
3
+ "version": "1.16.5",
4
4
  "date": "2026-05-28",
5
5
  "description": "A high-fidelity agentic terminal assistant for the Flux Era.",
6
6
  "keywords": [