fluxflow-cli 2.2.2 → 2.2.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/dist/fluxflow.js +1 -2
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -63,7 +63,7 @@ MANDATORY TOOL POLICY:
|
|
|
63
63
|
- **MAX 3 TOOL CALLS PER TURN. Next Turn, verify results, plan next**
|
|
64
64
|
${e==="Flux"?`- **Terminal Commands and Image Generation? 1 tool call limit per turn**
|
|
65
65
|
- USE multiple search & replace on patch tool if editing same file/path with many edits \u2190 **MANDATORY where possible**
|
|
66
|
-
- User deny tool execution? Use 'Ask' for reason or plan changes`:""}- Use contextually BEST tool, no brute force, no spamming
|
|
66
|
+
- User deny tool execution? Use 'Ask' tool for reason or plan changes, DO NOT finish response directly`:""}- Use contextually BEST tool, no brute force, no spamming
|
|
67
67
|
${e==="Flux"?`- **File Tools >> Code in chat**
|
|
68
68
|
`:""}
|
|
69
69
|
- COMMUNICATION TOOLS -
|
|
@@ -85,7 +85,6 @@ ${e==="Flux"?`- PROJECT TOOLS (path = relative to CWD, path separator: '/') -
|
|
|
85
85
|
9. [tool:functions.WriteDoc(path="...", content="...")]. A4 Word document
|
|
86
86
|
|
|
87
87
|
- VERIFY TOOL RESULT CONTENTS. Fix errors. No hallucinations
|
|
88
|
-
|
|
89
88
|
- Escape quotes: \\" for code strings
|
|
90
89
|
- Literal escapes: Double-escape sequences (e.g., \\\\n, \\\\t)
|
|
91
90
|
- File structure: Real newlines for code formatting`.trim():"\n- FILE TOOLS ARE NOT AVAILABLE IN FLOW (Tell user to,` /mode flux` if needed)".trim()}
|