fluxflow-cli 1.6.3 → 1.6.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 -2
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -683,7 +683,7 @@ ${mode === "Flux" ? `
|
|
|
683
683
|
|
|
684
684
|
AFTER GETTING THE TOOL RESULT, YOU MUST VERIFY THAT ITS A SUCCESS, IF IT GIVES A ERROR, TELL THE USER AND TRY TO FIX IF YOU CAN. DO NOT HALLUCINATE SUCCESS IF TOOL RETURNS ERROR.
|
|
685
685
|
|
|
686
|
-
**
|
|
686
|
+
**CRITICAL POLICY: WHEN WRITING/UPDATING FILES, USE ACTUAL NEW LINE CONTROL CHARACTER (LF) FOR LINE BREAKS RATHER THAN STRING '\\n'**`.trim() : `
|
|
687
687
|
- DEV & FILE TOOLS ARE NOT AVAILABLE IN FLOW MODE. If you need to access files, tell the user to switch to FLUX MODE (manually by user).`.trim()}
|
|
688
688
|
-----------------
|
|
689
689
|
Results will be provided in the next loop as: [TOOL_RESULT]: [content]
|
|
@@ -3464,6 +3464,7 @@ Selection: ${val}`,
|
|
|
3464
3464
|
inCodeBlock = false;
|
|
3465
3465
|
inToolCall = false;
|
|
3466
3466
|
toolCallEncounteredInTurn = false;
|
|
3467
|
+
thinkConsumedInTurn = false;
|
|
3467
3468
|
continue;
|
|
3468
3469
|
}
|
|
3469
3470
|
if (packet.type === "memory_updated") {
|
|
@@ -4296,7 +4297,7 @@ var init_app = __esm({
|
|
|
4296
4297
|
init_setup();
|
|
4297
4298
|
SESSION_START_TIME = Date.now();
|
|
4298
4299
|
CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
|
|
4299
|
-
versionFluxflow = "1.6.
|
|
4300
|
+
versionFluxflow = "1.6.5";
|
|
4300
4301
|
updatedOn = "2026-05-02";
|
|
4301
4302
|
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(
|
|
4302
4303
|
CommandMenu,
|