fluxflow-cli 1.6.3 → 1.6.4
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 -1
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -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.4";
|
|
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,
|