fluxflow-cli 1.8.6 → 1.8.7
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 -3
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -2423,7 +2423,7 @@ var init_terminal = __esm({
|
|
|
2423
2423
|
});
|
|
2424
2424
|
|
|
2425
2425
|
// src/utils/ai.js
|
|
2426
|
-
import { GoogleGenAI, ThinkingLevel } from "@google/genai";
|
|
2426
|
+
import { GoogleGenAI, ThinkingLevel, HarmBlockThreshold, HarmCategory } from "@google/genai";
|
|
2427
2427
|
import path16 from "path";
|
|
2428
2428
|
import fs16 from "fs";
|
|
2429
2429
|
var client, TERMINATION_SIGNAL, signalTermination, detectToolCalls, initAI, getAIStream;
|
|
@@ -2868,7 +2868,7 @@ ${boxBottom}
|
|
|
2868
2868
|
model: janitorModel || "gemma-4-26b-a4b-it",
|
|
2869
2869
|
contents: janitorContents,
|
|
2870
2870
|
config: {
|
|
2871
|
-
maxOutputTokens:
|
|
2871
|
+
maxOutputTokens: 384,
|
|
2872
2872
|
temperature: 0.69,
|
|
2873
2873
|
safetySettings: [
|
|
2874
2874
|
{
|
|
@@ -4863,7 +4863,7 @@ var init_app = __esm({
|
|
|
4863
4863
|
init_text();
|
|
4864
4864
|
SESSION_START_TIME = Date.now();
|
|
4865
4865
|
CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
|
|
4866
|
-
versionFluxflow = "1.8.
|
|
4866
|
+
versionFluxflow = "1.8.7";
|
|
4867
4867
|
updatedOn = "2026-05-08";
|
|
4868
4868
|
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(
|
|
4869
4869
|
CommandMenu,
|