fluxflow-cli 1.9.16 → 1.9.17

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.
Files changed (2) hide show
  1. package/dist/fluxflow.js +7 -7
  2. package/package.json +2 -2
package/dist/fluxflow.js CHANGED
@@ -903,7 +903,7 @@ CSS: background-color,color,font-family,font-size(pt),font-style,font-weight,mar
903
903
  - File structure: Use real newlines for code formatting`.trim() : `
904
904
  - DEV TOOLS ARE NOT AVAILABLE IN FLOW MODE. If you need to access files, tell the user to switch to FLUX`.trim()}
905
905
 
906
- - Results: Passed as [TOOL_RESULT] SYSTEM, [USER] USER
906
+ - Results: Passed as [TOOL_RESULT] SYSTEM
907
907
  - Tool calls: End with [turn: continue]. Only use [turn: finish] after verifying goals
908
908
  - Multi-call: Stack 1-by-1. Upto 3`.trim();
909
909
  }
@@ -1037,7 +1037,7 @@ ${projectContextBlock}
1037
1037
 
1038
1038
  -- MEMORY INSTRUCTIONS --
1039
1039
  - Memory: ${isMemoryEnabled ? "Use memories to subtly personalize" : "OFF (tell user to enable in /settings if needed)"}
1040
- - Time: Logs are timestamped. Use **relative time** (e.g., few mins ago, few hours ago), never absolute
1040
+ - Time: Logs are timestamped. RELATIVE TIME REFERENCE (e.g., few mins ago, few hours ago)
1041
1041
 
1042
1042
  -- SECURITY BOUNDARY --
1043
1043
  - EXTERNAL WORKSPACE ACCESS: ${systemSettings.allowExternalAccess ? "ENABLED" : "RESTRICTED (CWD only)"}
@@ -1056,7 +1056,7 @@ Every ${isMemoryEnabled ? "Prompt, Responses & Memories" : "Prompt & Responses"}
1056
1056
  - Multi-tool: Stack tools if needed, but always end with [turn: continue] if called any tools
1057
1057
  TO END THE LOOP YOU **MUST** WRITE [turn: finish] AT VERY END OF YOUR RESPONSE
1058
1058
 
1059
- [METADATA (PRIORITY: DYNAMIC)] Time: ${dateTimeStr} | v1.9.16 | Turn Progress: ${currentLoop}/${maxLoops} steps (Prompt user if reached)
1059
+ [METADATA (PRIORITY: DYNAMIC)] Time: ${dateTimeStr} | v1.9.17 | Turn Progress: ${currentLoop}/${maxLoops} steps (Prompt user if reached)
1060
1060
  === END SYSTEM PROMPT ===`.trim();
1061
1061
  };
1062
1062
  getJanitorInstruction = (originalText, agentRaws, userMemories = "", isMemoryEnabled = true, needTitle = true) => {
@@ -3835,12 +3835,12 @@ var init_setup = __esm({
3835
3835
  return false;
3836
3836
  };
3837
3837
  installPuppeteerBrowser = async (onStatus) => {
3838
- if (onStatus) onStatus("\u{1F4E5} Downloading Chromium engine (Wait a moment)...");
3838
+ if (onStatus) onStatus("\u{1F4E5} Downloading Chromium engine (chrome@148)...");
3839
3839
  try {
3840
3840
  try {
3841
- await execAsync("pnpm exec puppeteer browsers install chrome");
3841
+ await execAsync("pnpm exec puppeteer browsers install chrome@148");
3842
3842
  } catch (pnpmErr) {
3843
- await execAsync("npx -y puppeteer browsers install chrome");
3843
+ await execAsync("npx -y puppeteer browsers install chrome@148");
3844
3844
  }
3845
3845
  await new Promise((r) => setTimeout(r, 1e3));
3846
3846
  return { success: true };
@@ -5627,7 +5627,7 @@ var init_app = __esm({
5627
5627
  init_text();
5628
5628
  SESSION_START_TIME = Date.now();
5629
5629
  CHANGELOG_URL = "https://fluxflow-cli.onrender.com/changelog.html";
5630
- versionFluxflow = "1.9.16";
5630
+ versionFluxflow = "1.9.17";
5631
5631
  updatedOn = "2026-05-16";
5632
5632
  ResolutionModal = ({ data, onResolve, onEdit }) => /* @__PURE__ */ React10.createElement(Box10, { flexDirection: "column", borderStyle: "round", borderColor: "gray", padding: 0, width: "100%" }, /* @__PURE__ */ React10.createElement(Box10, { paddingX: 1 }, /* @__PURE__ */ React10.createElement(Text10, { color: "magenta", bold: true, underline: true }, "\u{1F7E3} STEERING HINT RESOLUTION")), /* @__PURE__ */ React10.createElement(Box10, { paddingX: 1, marginTop: 1 }, /* @__PURE__ */ React10.createElement(Text10, null, "The agent already finished the task before your hint was consumed.")), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 1, backgroundColor: "#222", paddingX: 2, width: "100%" }, /* @__PURE__ */ React10.createElement(Text10, { italic: true, color: "gray" }, '"', data, '"')), /* @__PURE__ */ React10.createElement(Box10, { paddingX: 1, marginTop: 1 }, /* @__PURE__ */ React10.createElement(Text10, { color: "cyan" }, "How would you like to proceed?")), /* @__PURE__ */ React10.createElement(Box10, { marginTop: 0 }, /* @__PURE__ */ React10.createElement(
5633
5633
  CommandMenu,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxflow-cli",
3
- "version": "1.9.16",
3
+ "version": "1.9.17",
4
4
  "description": "A high-fidelity agentic terminal assistant for the Flux Era.",
5
5
  "keywords": [
6
6
  "ai",
@@ -51,7 +51,7 @@
51
51
  "nanoid": "^5.1.9",
52
52
  "pdf-lib": "^1.17.1",
53
53
  "pptxgenjs": "^4.0.1",
54
- "puppeteer": "^24.42.0",
54
+ "puppeteer": "24.43.1",
55
55
  "react": "^19.2.5",
56
56
  "zod": "^4.3.6"
57
57
  },