fluxflow-cli 1.9.18 → 1.9.19
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 +4 -4
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -948,8 +948,8 @@ Architectural Planning: Consider the long-term impact on the project structure a
|
|
|
948
948
|
Refinement: Iterate on the chosen path until it is bulletproof.
|
|
949
949
|
RULES:
|
|
950
950
|
- NO HEADINGS. Just a solid, stable analytical monologue.
|
|
951
|
-
- Be thorough and exhaustive. Explore the 'why' behind
|
|
952
|
-
|
|
951
|
+
- Be thorough and exhaustive. Explore the 'why' behind the decision, depth and nuances.
|
|
952
|
+
DO NOT GET STUCK IN RE-VERIFICATION LOOP.
|
|
953
953
|
- MANDATORY THINKING: You MUST engage in full reasoning regardless of perceived simplicity.`,
|
|
954
954
|
High: "EFFORT_LEVEL: HIGH\nThink in a stable, analytical monologue within the <think>...</think> block. Avoid headings or structured formatting. Your thinking should be a continuous stream of logical deduction:\nAnalyze the immediate task and its dependencies.\nMentally simulate the execution to identify potential failure points.\nStructure a precise plan that addresses both primary goals and secondary constraints.\nRULES:\n- NO HEADINGS. Maintain a fluid monologue style.\n- Be detailed and rigorous in your self-questioning.\n- Focus on accuracy, technical correctness, depth and nuances.\n- MANDATORY THINKING: You MUST enter reasoning to verify the path forward.",
|
|
955
955
|
Medium: "EFFORT_LEVEL: MEDIUM\nThink in a concise, stable monologue within the <think>...</think> block. No headings needed. Focus on the core logic required to solve the task efficiently:\nIdentify the most direct path to the solution.\nBriefly consider and discard obvious alternatives.\nConfirm the plan meets the user's immediate requirements.\nRULES:\n- NO HEADINGS. Keep it as a simple, logical stream.\n- Be efficient. Spend energy only on what matters for the task.\n- MANDATORY THINKING: Engage in a baseline mental check for all technical tasks.",
|
|
@@ -1053,7 +1053,7 @@ ${projectContextBlock}
|
|
|
1053
1053
|
- Multi-tool: Stack tools if needed, but always end with [turn: continue] if called any tools
|
|
1054
1054
|
TO END THE LOOP YOU **MUST** WRITE [turn: finish] AT VERY END OF YOUR RESPONSE
|
|
1055
1055
|
|
|
1056
|
-
[METADATA (PRIORITY: DYNAMIC)] Time: ${dateTimeStr} | v1.9.
|
|
1056
|
+
[METADATA (PRIORITY: DYNAMIC)] Time: ${dateTimeStr} | v1.9.19 | Turn Progress: ${currentLoop}/${maxLoops} steps (Prompt user if reached)
|
|
1057
1057
|
=== END SYSTEM PROMPT ===`.trim();
|
|
1058
1058
|
};
|
|
1059
1059
|
getJanitorInstruction = (originalText, agentRaws, userMemories = "", isMemoryEnabled = true, needTitle = true) => {
|
|
@@ -5624,7 +5624,7 @@ var init_app = __esm({
|
|
|
5624
5624
|
init_text();
|
|
5625
5625
|
SESSION_START_TIME = Date.now();
|
|
5626
5626
|
CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
|
|
5627
|
-
versionFluxflow = "1.9.
|
|
5627
|
+
versionFluxflow = "1.9.19";
|
|
5628
5628
|
updatedOn = "2026-05-16";
|
|
5629
5629
|
ResolutionModal = ({ data, onResolve, onEdit }) => /* @__PURE__ */ React10.createElement(Box10, { flexDirection: "column", borderStyle: "round", borderColor: "gray", padding: 0, width: "100%" }, /* @__PURE__ */ React10.createElement(Box10, { paddingX: 1 }, /* @__PURE__ */ React10.createElement(Text10, { color: "magenta", bold: true, underline: true }, "\u{1F7E3} STEERING HINT RESOLUTION")), /* @__PURE__ */ React10.createElement(Box10, { paddingX: 1, marginTop: 1 }, /* @__PURE__ */ React10.createElement(Text10, null, "The agent already finished the task before your hint was consumed.")), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 1, backgroundColor: "#222", paddingX: 2, width: "100%" }, /* @__PURE__ */ React10.createElement(Text10, { italic: true, color: "gray" }, '"', data, '"')), /* @__PURE__ */ React10.createElement(Box10, { paddingX: 1, marginTop: 1 }, /* @__PURE__ */ React10.createElement(Text10, { color: "cyan" }, "How would you like to proceed?")), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 0 }, /* @__PURE__ */ React10.createElement(
|
|
5630
5630
|
CommandMenu,
|