fluxflow-cli 1.7.23 → 1.7.24
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 +5 -2
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -728,7 +728,10 @@ ${mode === "Flux" ? `
|
|
|
728
728
|
|
|
729
729
|
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.
|
|
730
730
|
NEVER GUESS A CODE, IF UNSURE READ THE FILE FIRST BEFORE EDITING IT.
|
|
731
|
-
|
|
731
|
+
|
|
732
|
+
Prefer write_file tool to write code instead of chat by default.
|
|
733
|
+
|
|
734
|
+
***CRITICAL POLICY: WHEN WRITING/UPDATING FILES, ALWAYS USE ACTUAL NEW LINE CONTROL CHARACTER (LF) FOR LINE BREAKS. WHEN YOU WANT TO WRITE ' n' IN THE FILE, PROPERLY ESPACE IT WITH DOUBLE BACKSLASHES OR IT WILL BE TREATED AS NEW LINE.***`.trim() : `
|
|
732
735
|
- 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()}
|
|
733
736
|
-----------------
|
|
734
737
|
|
|
@@ -4731,7 +4734,7 @@ var init_app = __esm({
|
|
|
4731
4734
|
init_text();
|
|
4732
4735
|
SESSION_START_TIME = Date.now();
|
|
4733
4736
|
CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
|
|
4734
|
-
versionFluxflow = "1.7.
|
|
4737
|
+
versionFluxflow = "1.7.24";
|
|
4735
4738
|
updatedOn = "2026-05-07";
|
|
4736
4739
|
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 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(
|
|
4737
4740
|
CommandMenu,
|