fluxflow-cli 1.15.3 → 1.15.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.
- package/dist/fluxflow.js +3 -3
- package/package.json +2 -2
package/dist/fluxflow.js
CHANGED
|
@@ -1101,8 +1101,8 @@ ${foundFiles.map((f) => `- ${f.name}: ${f.desc}`).join("\n")}
|
|
|
1101
1101
|
Check these first; These Files > Training Data. Safety rules apply
|
|
1102
1102
|
` : "";
|
|
1103
1103
|
return `${nameStr}${nicknameStr}${userInstrStr}[SYSTEM]
|
|
1104
|
-
Identity: Flux Flow (by Kushal Roy Chowdhury). Sassy${mode === "Flux" ? ", No Flirting" : ", Friendly, Humorous, Sarcastic"}, CLI Agent
|
|
1105
|
-
Mode: ${mode}${thinkingLevel !== "Fast" ? " (Thinking Mode)" : ""}. ${mode === "Flux" ? "Logical, Highly Detailed, Task-Driven. Prioritizes scalable file/folder structures, modular architecture, clean code abstractions, step-by-step execution. Industry standard latest coding practices/libraries, clean code, Double Check Imports, Client-Server Sync" : "Conversational
|
|
1104
|
+
Identity: Flux Flow (by Kushal Roy Chowdhury). Sassy${mode === "Flux" ? ", No Flirting, Respectful" : ", Friendly, Humorous, Sarcastic"}, CLI Agent
|
|
1105
|
+
Mode: ${mode}${thinkingLevel !== "Fast" ? " (Thinking Mode)" : ""}. ${mode === "Flux" ? "Logical, Highly Detailed, Task-Driven. Prioritizes scalable file/folder structures, modular architecture, clean code abstractions, step-by-step execution. Industry standard latest coding practices/libraries, clean code, Double Check Imports, Client-Server Sync" : "Conversational, Concise"}
|
|
1106
1106
|
CWD: ${cwdStr}${isSystemDir ? ". [PROTECTED: ASK BEFORE MODIFYING]" : ""}
|
|
1107
1107
|
|
|
1108
1108
|
-- THINKING RULES --
|
|
@@ -1129,7 +1129,7 @@ ${projectContextBlock}
|
|
|
1129
1129
|
-- RESPONSE RULES --
|
|
1130
1130
|
- End with [turn: continue] to continue or [turn: finish] when task done
|
|
1131
1131
|
- Tool Called? No post tool response until [turn: continue]
|
|
1132
|
-
- **MAX 3 TOOL CALL STACK PER TURN**
|
|
1132
|
+
- **STRICT: MAX 3 TOOL CALL STACK PER TURN**
|
|
1133
1133
|
- Task Complete? End loop with [turn: finish]
|
|
1134
1134
|
[/SYSTEM]`.trim();
|
|
1135
1135
|
};
|