fluxflow-cli 1.4.1 → 1.4.2
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 +23 -9
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -629,8 +629,8 @@ var thinking_prompts_default;
|
|
|
629
629
|
var init_thinking_prompts = __esm({
|
|
630
630
|
"src/data/thinking_prompts.json"() {
|
|
631
631
|
thinking_prompts_default = {
|
|
632
|
-
Max: "-- START THINKING INSTRUCTIONS --\nEFFORT_LEVEL: MAX\nThink Step by Step in Chain-of-Thought. Provide the thinking in <think>...</think> block, length given. Thinking should be structured in this format:\n\n<think>\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\ncontinue.\n\\n\\n\n</think>\\n\\n\n\n(MUST START THE RESPONSE IN NEW LINE AFTER ENDING THINKING BLOCK)\n\n**CRITICAL**: Heading blocks: **MIN
|
|
633
|
-
High: "-- START THINKING INSTRUCTIONS --\nEFFORT_LEVEL: HIGH\nThink Step by Step in Chain-of-Thought. Provide the thinking in <think>...</think> block, length given. Thinking should be structured in this format:\n\n<think>\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\ncontinue.\n\\n\\n\n</think>\\n\\n\n\n(MUST START THE RESPONSE IN NEW LINE AFTER ENDING THINKING BLOCK)\n\n**CRITICAL**: Heading blocks: **MIN
|
|
632
|
+
Max: "-- START THINKING INSTRUCTIONS --\nEFFORT_LEVEL: MAX\nThink Step by Step in Chain-of-Thought. Provide the thinking in <think>...</think> block, length given. Thinking should be structured in this format:\n\n<think>\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\ncontinue.\n\\n\\n\n</think>\\n\\n\n\n(MUST START THE RESPONSE IN NEW LINE AFTER ENDING THINKING BLOCK)\n\n**CRITICAL**: Heading blocks: **MIN 12**, **MAX 15**. EACH HEADING SHOULD HAVE MIN 12, MAX 16 SENTENCES OF INTERNAL MONOLOGUE. EXPLORE EDGE CASES & NUANCES. Dynamic Thinking preferred based on query.\nNEVER WRITE FUNCTION CALLS IN THINKING BLOCK WITH 'tool:' PREFIX AND NEVER WRITE '[turn: ...]' INSIDE THINKING BLOCK.\nConverge Thinking & Avoid running into thinking Loops. YOU MUST NOT EXCEED ALLOTTED THINKING BUDGET. COMPLETE YOUR THINKING WITHIN LIMITS AND START YOUR RESPONSE. DEFINE YOUR DYNAMIC THINKING BUDGET BASED ON THE QUERY COMPLEXITY. DO NOT OVERTHINK SIMPLE ONES.\n-- END THINKING INSTRUCTIONS --",
|
|
633
|
+
High: "-- START THINKING INSTRUCTIONS --\nEFFORT_LEVEL: HIGH\nThink Step by Step in Chain-of-Thought. Provide the thinking in <think>...</think> block, length given. Thinking should be structured in this format:\n\n<think>\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\ncontinue.\n\\n\\n\n</think>\\n\\n\n\n(MUST START THE RESPONSE IN NEW LINE AFTER ENDING THINKING BLOCK)\n\n**CRITICAL**: Heading blocks: **MIN 8**, **MAX 11**. EACH HEADING SHOULD HAVE MIN 8, MAX 12 SENTENCES OF INTERNAL MONOLOGUE. EXPLORE EDGE CASES & THINK LONGER before responding. Dynamic Thinking preferred based on query.\nNEVER WRITE FUNCTION CALLS IN THINKING BLOCK WITH 'tool:' PREFIX AND NEVER WRITE '[turn: ...]' INSIDE THINKING BLOCK.\nConverge Thinking & Avoid running into thinking Loops. YOU MUST NOT EXCEED ALLOTTED THINKING BUDGET. COMPLETE YOUR THINKING WITHIN LIMITS AND START YOUR RESPONSE. DEFINE YOUR DYNAMIC THINKING BUDGET BASED ON THE QUERY COMPLEXITY. DO NOT OVERTHINK SIMPLE ONES.\n-- END THINKING INSTRUCTIONS --",
|
|
634
634
|
Medium: "-- START THINKING INSTRUCTIONS --\nEFFORT_LEVEL: MEDIUM\nThink Step by Step in Chain-of-Thought. Provide the thinking in <think>...</think> block, length given. Thinking should be structured in this format:\n\n<think>\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\ncontinue.\n\\n\\n\n</think>\\n\\n\n\n(MUST START THE RESPONSE IN NEW LINE AFTER ENDING THINKING BLOCK)\n\n**CRITICAL**: Heading blocks: **MIN 3**, **MAX 5**. EACH HEADING SHOULD HAVE MIN 4, MAX 8 SENTENCES OF INTERNAL MONOLOGUE. THINK LONGER FOR COMPLEX QUERIES. Dynamic Thinking preferred based on query.\nNEVER WRITE FUNCTION CALLS IN THINKING BLOCK WITH 'tool:' PREFIX AND NEVER WRITE '[turn: ...]' INSIDE THINKING BLOCK.\nConverge Thinking & Avoid running into thinking Loops. YOU MUST NOT EXCEED ALLOTTED THINKING BUDGET. COMPLETE YOUR THINKING WITHIN LIMITS AND START YOUR RESPONSE. DEFINE YOUR DYNAMIC THINKING BUDGET BASED ON THE QUERY COMPLEXITY. DO NOT OVERTHINK SIMPLE ONES.\n-- END THINKING INSTRUCTIONS --",
|
|
635
635
|
Minimal: "-- START THINKING INSTRUCTIONS --\nEFFORT_LEVEL: LOW\nThink Step by Step in Chain-of-Thought. Provide the thinking in <think>...</think> block, length given. Thinking should be structured in this format:\n\n<think>\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\n\\n\\n\n**Heading**\n\\n\\n\nSelf MONOLOGUE\ncontinue.\n\\n\\n\n</think>\\n\\n\n\n(MUST START THE RESPONSE IN NEW LINE AFTER ENDING THINKING BLOCK)\n\n**CRITICAL**: Heading blocks: **MIN 0**, **MAX 2**. EACH HEADING SHOULD HAVE MIN 1, MAX 3 SENTENCES OF INTERNAL MONOLOGUE. No Thinking is preferred if query is simple.\nNEVER WRITE FUNCTION CALLS IN THINKING BLOCK WITH 'tool:' PREFIX AND NEVER WRITE '[turn: ...]' INSIDE THINKING BLOCK.\nConverge Thinking & Avoid running into thinking Loops. YOU MUST NOT EXCEED ALLOTTED THINKING BUDGET. COMPLETE YOUR THINKING WITHIN LIMITS AND START YOUR RESPONSE. DEFINE YOUR DYNAMIC THINKING BUDGET BASED ON THE QUERY COMPLEXITY. DO NOT OVERTHINK SIMPLE ONES.\n-- END THINKING INSTRUCTIONS --"
|
|
636
636
|
};
|
|
@@ -1854,7 +1854,7 @@ USER_PROMPT: ${agentText}`.trim();
|
|
|
1854
1854
|
label = `EXECUTING ${toolCall.toolName}`.toUpperCase();
|
|
1855
1855
|
}
|
|
1856
1856
|
if (label) {
|
|
1857
|
-
const boxWidth = Math.min(label.length + 4,
|
|
1857
|
+
const boxWidth = Math.min(label.length + 4, 115);
|
|
1858
1858
|
const boxTop = `\u256D${"\u2500".repeat(boxWidth)}\u256E`;
|
|
1859
1859
|
const boxMid = `\u2502 ${label.padEnd(boxWidth - 2).substring(0, boxWidth - 2)} \u2502`;
|
|
1860
1860
|
const boxBottom = `\u2570${"\u2500".repeat(boxWidth)}\u256F`;
|
|
@@ -1954,12 +1954,17 @@ ${boxBottom}
|
|
|
1954
1954
|
} catch (logErr) {
|
|
1955
1955
|
}
|
|
1956
1956
|
const cleanResultForAI = result.split(/\r?\n/).filter((line) => !line.includes("[UI_CONTEXT]")).join("\n");
|
|
1957
|
-
|
|
1957
|
+
const aiContent = `[TOOL_RESULT]: ${cleanResultForAI}`;
|
|
1958
|
+
toolResults.push(aiContent);
|
|
1958
1959
|
let uiContent = `[TOOL_RESULT]: ${result}`;
|
|
1959
1960
|
if (toolCall.toolName === "view_file" || toolCall.toolName === "web_scrape") {
|
|
1960
1961
|
uiContent = `[TOOL_RESULT]: ${label} (Context Locked for UI Clarity)`;
|
|
1961
1962
|
}
|
|
1962
|
-
yield {
|
|
1963
|
+
yield {
|
|
1964
|
+
type: "tool_result",
|
|
1965
|
+
content: uiContent,
|
|
1966
|
+
aiContent
|
|
1967
|
+
};
|
|
1963
1968
|
if (toolCall.toolName === "memory" && result.includes("SUCCESS")) {
|
|
1964
1969
|
yield { type: "memory_updated" };
|
|
1965
1970
|
}
|
|
@@ -2909,7 +2914,10 @@ ${timestamp}` };
|
|
|
2909
2914
|
try {
|
|
2910
2915
|
const cleanHistoryForAI = [...messages, userMessage].filter(
|
|
2911
2916
|
(m) => m.role !== "think" && !String(m.id).startsWith("welcome")
|
|
2912
|
-
)
|
|
2917
|
+
).map((m) => ({
|
|
2918
|
+
...m,
|
|
2919
|
+
text: m.fullText || m.text
|
|
2920
|
+
}));
|
|
2913
2921
|
const stream = getAIStream(
|
|
2914
2922
|
activeModel,
|
|
2915
2923
|
cleanHistoryForAI,
|
|
@@ -3051,7 +3059,13 @@ Selection: ${val}`,
|
|
|
3051
3059
|
continue;
|
|
3052
3060
|
}
|
|
3053
3061
|
if (packet.type === "tool_result") {
|
|
3054
|
-
setMessages((prev) => [...prev, {
|
|
3062
|
+
setMessages((prev) => [...prev, {
|
|
3063
|
+
id: "tool-" + Date.now(),
|
|
3064
|
+
role: "system",
|
|
3065
|
+
text: packet.content,
|
|
3066
|
+
fullText: packet.aiContent
|
|
3067
|
+
// Preserve raw data for next turn
|
|
3068
|
+
}]);
|
|
3055
3069
|
continue;
|
|
3056
3070
|
}
|
|
3057
3071
|
let chunkText = packet.content;
|
|
@@ -3781,8 +3795,8 @@ var init_app = __esm({
|
|
|
3781
3795
|
init_exec_command();
|
|
3782
3796
|
SESSION_START_TIME = Date.now();
|
|
3783
3797
|
CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
|
|
3784
|
-
versionFluxflow = "1.4.
|
|
3785
|
-
updatedOn = "2026-04-
|
|
3798
|
+
versionFluxflow = "1.4.2";
|
|
3799
|
+
updatedOn = "2026-04-30";
|
|
3786
3800
|
ResolutionModal = ({ data, onResolve, onEdit }) => /* @__PURE__ */ React10.createElement(Box10, { flexDirection: "column", borderStyle: "round", borderColor: "magenta", paddingX: 2, paddingY: 1, width: "100%" }, /* @__PURE__ */ React10.createElement(Text10, { color: "magenta", bold: true, underline: true }, "\u{1F7E3} STEERING HINT RESOLUTION"), /* @__PURE__ */ React10.createElement(Text10, { marginTop: 1 }, "The agent already finished the task (turn: finish) before your hint was consumed."), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 1, backgroundColor: "#222", paddingX: 1, width: "100%" }, /* @__PURE__ */ React10.createElement(Text10, { italic: true, color: "gray" }, '"', data, '"')), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 1 }, /* @__PURE__ */ React10.createElement(Text10, { color: "cyan" }, "How would you like to proceed?")), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 1 }, /* @__PURE__ */ React10.createElement(
|
|
3787
3801
|
CommandMenu,
|
|
3788
3802
|
{
|