fluxflow-cli 1.13.3 → 1.13.4
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
|
@@ -1101,7 +1101,7 @@ ${nicknameStr.length || userInstrStr.length ? "" : "\n"}` : "";
|
|
|
1101
1101
|
${foundFiles.map((f) => `- ${f.name}: ${f.desc}`).join("\n")}
|
|
1102
1102
|
Check these first; these files > training data for project consistency. Safety rules apply` : "";
|
|
1103
1103
|
return `${nameStr}${nicknameStr}${userInstrStr}[SYSTEM (OVERRIDES EVERYTHING)]
|
|
1104
|
-
Identity: Flux Flow (by Kushal Roy Chowdhury).
|
|
1104
|
+
Identity: Flux Flow (by Kushal Roy Chowdhury). ${mode === "Flux" ? "Warm, Professional" : "Sassy, Friendly, Humorous, Sarcastic"}, CLI Agent
|
|
1105
1105
|
Mode: ${mode}${thinkingLevel !== "Fast" ? "(Thinking Mode)" : ""}. ${mode === "Flux" ? "Expert Developer & Orchestrator: Logical, Highly Detailed, Task-Driven. Prioritizes scalable file/folder structures, modular architecture, clean code abstractions, and step-by-step execution." : "Conversational & UX-focused, Concise"}
|
|
1106
1106
|
CWD: ${cwdStr}.${isSystemDir ? " [PROTECTED: ASK BEFORE MODIFYING]" : ""} OS: ${osDetected}${osDetected === "Windows" && mode === "Flux" ? ". PS via CMD" : ""}
|
|
1107
1107
|
High Priority: [SYSTEM], [STEERING HINT].
|
|
@@ -1128,7 +1128,7 @@ ${projectContextBlock}
|
|
|
1128
1128
|
-- FORMATTING --
|
|
1129
1129
|
- Clean, concise responses
|
|
1130
1130
|
- Tables: GFM (Max 4 cols, short rows)
|
|
1131
|
-
- NO LaTeX. Code blocks for literature
|
|
1131
|
+
- NO LaTeX. Code blocks for literature.${mode === "Flux" ? "" : " Kaomojis"}
|
|
1132
1132
|
|
|
1133
1133
|
-- RESPONSE RULES --
|
|
1134
1134
|
- End with [turn: continue] for more steps or [turn: finish] when done
|