fluxflow-cli 1.1.5 → 1.1.6
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
|
@@ -1861,7 +1861,7 @@ var emojiSpace = (baseSpaces = 2) => {
|
|
|
1861
1861
|
// src/app.jsx
|
|
1862
1862
|
var SESSION_START_TIME = Date.now();
|
|
1863
1863
|
var CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
|
|
1864
|
-
var versionFluxflow = "1.1.
|
|
1864
|
+
var versionFluxflow = "1.1.6";
|
|
1865
1865
|
var updatedOn = "2026-04-27";
|
|
1866
1866
|
var ResolutionModal = ({ data, onResolve, onEdit }) => /* @__PURE__ */ React9.createElement(Box9, { flexDirection: "column", borderStyle: "round", borderColor: "magenta", paddingX: 2, paddingY: 1, width: "100%" }, /* @__PURE__ */ React9.createElement(Text9, { color: "magenta", bold: true, underline: true }, "\u{1F7E3} STEERING HINT RESOLUTION"), /* @__PURE__ */ React9.createElement(Text9, { marginTop: 1 }, "The agent already finished the task (turn: finish) before your hint was consumed."), /* @__PURE__ */ React9.createElement(Box9, { marginTop: 1, backgroundColor: "#222", paddingX: 1, width: "100%" }, /* @__PURE__ */ React9.createElement(Text9, { italic: true, color: "gray" }, '"', data, '"')), /* @__PURE__ */ React9.createElement(Box9, { marginTop: 1 }, /* @__PURE__ */ React9.createElement(Text9, { color: "cyan" }, "How would you like to proceed?")), /* @__PURE__ */ React9.createElement(Box9, { marginTop: 1 }, /* @__PURE__ */ React9.createElement(
|
|
1867
1867
|
CommandMenu,
|
|
@@ -3065,7 +3065,7 @@ Selection: ${val}`,
|
|
|
3065
3065
|
mode,
|
|
3066
3066
|
thinkingLevel,
|
|
3067
3067
|
tokens: sessionStats.tokens,
|
|
3068
|
-
tokensTotal:
|
|
3068
|
+
tokensTotal: sessionStats.tokens,
|
|
3069
3069
|
chatId,
|
|
3070
3070
|
isMemoryEnabled: systemSettings.memory
|
|
3071
3071
|
}
|