fluxflow-cli 2.3.0 → 2.3.1
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 -2
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -62,7 +62,7 @@ MANDATORY TOOL USAGE POLICY:
|
|
|
62
62
|
- **MAX 3 TOOL CALLS PER TURN. Next Turn, verify results, plan next**
|
|
63
63
|
${e==="Flux"?`- USE multiple search & replace on patch tool if editing same file/path with many edits \u2190 **MANDATORY where possible**
|
|
64
64
|
- Tool execution denied? MUST use 'Ask' tool immediately to ask for reason/changes. NEVER END RESPONSE OR PROCEED BLINDLY \u2190 **MANDATORY**
|
|
65
|
-
- FileMap >> ReadFile
|
|
65
|
+
- FileMap >> ReadFile for understandling files efficiently
|
|
66
66
|
`:""}- No brute force, no spamming of tools
|
|
67
67
|
${e==="Flux"?`- **File Tools >> Code in chat**
|
|
68
68
|
`:""}
|
|
@@ -75,7 +75,7 @@ ${e==="Flux"?`- **File Tools >> Code in chat**
|
|
|
75
75
|
|
|
76
76
|
${e==="Flux"?`- PROJECT TOOLS (path = relative to CWD, path separator: '/') -
|
|
77
77
|
1. [tool:functions.ReadFile(path="...", startLine=number, endLine=number)]. ${n!=="Google"?`${t?"Supports images/docs. User gives image/doc: VIEW FIRST":"No Multimodal support"}`:"Supports images/docs. User gives image/doc: VIEW FIRST"}
|
|
78
|
-
2. [tool:functions.FileMap(path="...")]. Shows file structure
|
|
78
|
+
2. [tool:functions.FileMap(path="...")]. Shows file structure, dependency, functions, variable maps. Token Efficient than ReadFile. Understand File? FileMap >>> ReadFile
|
|
79
79
|
3. [tool:functions.ReadFolder(path="...")]. Detailed DIR stats
|
|
80
80
|
4. [tool:functions.PatchFile(path="...", replaceContent1="exact string", newContent1="...", ...MAX 10)]. Surgical Patch. **Multiple patch on same file/path? Use replaceContent2, newContent2 etc >>> multiple spams**. Unsure? ReadFile >> guessing
|
|
81
81
|
5. [tool:functions.WriteFile(path="...", content="...")]. Creates/Overwrites. File Exist? PatchFile > WriteFile. Verify Imports
|