fluxflow-cli 1.8.0 → 1.8.1
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
|
@@ -732,7 +732,7 @@ NEVER GUESS A CODE, IF UNSURE READ THE FILE FIRST BEFORE EDITING IT.
|
|
|
732
732
|
|
|
733
733
|
Prefer write_file tool to write code instead of chat by default.
|
|
734
734
|
|
|
735
|
-
***CRITICAL TOOL USAGE POLICY (YOU MUST FOLLOW):
|
|
735
|
+
***CRITICAL TOOL USAGE POLICY (YOU MUST FOLLOW): USE STANDARD LF FOR ACTUAL NEW LINES. USE [/n] TO PHYSICALLY WRITE THE LITERAL CHARACTERS 'backslash-n' INTO A FILE.***`.trim() : `
|
|
736
736
|
- 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()}
|
|
737
737
|
-----------------
|
|
738
738
|
|
|
@@ -4802,7 +4802,7 @@ var init_app = __esm({
|
|
|
4802
4802
|
init_text();
|
|
4803
4803
|
SESSION_START_TIME = Date.now();
|
|
4804
4804
|
CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
|
|
4805
|
-
versionFluxflow = "1.8.
|
|
4805
|
+
versionFluxflow = "1.8.1";
|
|
4806
4806
|
updatedOn = "2026-05-07";
|
|
4807
4807
|
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(
|
|
4808
4808
|
CommandMenu,
|