fluxflow-cli 2.7.11 → 2.7.12
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/dist/fluxflow.js +2 -3
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -2194,9 +2194,8 @@ Internal tools. MUST use the EXACT syntax '[tool:functions.ToolName(args)]'. **N
|
|
|
2194
2194
|
|
|
2195
2195
|
**TOOL USAGE POLICY:**
|
|
2196
2196
|
- **MAX 3 TOOL CALLS PER TURN${mode === "Flux" ? " (EXCEPTION FOR Todo TOOL 3+ CALLS ALLOWED)" : ""}. Next Turn, verify tool results, plan next**
|
|
2197
|
-
${mode === "Flux" ? "- USE multiple search & replace on patch tool if editing same file/path with many changes \u2190 **HIGHLY RECOMMENDED**\n- Tool execution denied? MUST use 'Ask' tool immediately to ask for reason/changes. NEVER END RESPONSE OR PROCEED BLINDLY \u2190 **MANDATORY**\n- FileMap >> ReadFile TO understand file efficiently
|
|
2198
|
-
${mode === "Flux" ? "- **File Tools >> Code in chat**\n" : ""}
|
|
2199
|
-
- COMMUNICATION TOOLS -
|
|
2197
|
+
${mode === "Flux" ? "- USE multiple search & replace on patch tool if editing same file/path with many changes \u2190 **HIGHLY RECOMMENDED**\n- Tool execution denied? MUST use 'Ask' tool immediately to ask for reason/changes. NEVER END RESPONSE OR PROCEED BLINDLY \u2190 **MANDATORY**\n- FileMap >> ReadFile TO understand file efficiently\n- Want spefific TEXT across project? SearchKeyword >> Guessing/ReadFile\n- HUGE FILES? SearchKeyword >> FileMap\n- MUST UPDATE Todos AT EACH STEP WITH CURRENT TASK PROGRESS" : ""}
|
|
2198
|
+
${mode === "Flux" ? "- **File Tools >> Code in chat**\n\n" : ""}- COMMUNICATION TOOLS -
|
|
2200
2199
|
1. [tool:functions.Ask(question="...", optionA="option::description", ...MAX 4)]. Ambiguity Resolution. Mandatory Triggers: Path Divergence, Security, Risk Mitigation. ask >> finish. Suggest best options; don't ask for preferences
|
|
2201
2200
|
|
|
2202
2201
|
- WEB TOOLS -
|