fluxflow-cli 3.1.3 → 3.1.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.
Files changed (2) hide show
  1. package/dist/fluxflow.js +9 -9
  2. package/package.json +1 -1
package/dist/fluxflow.js CHANGED
@@ -3989,14 +3989,14 @@ var init_terminal = __esm({
3989
3989
  getFluxLogo = (version = "2.0.0", provider = "Google") => {
3990
3990
  const quote = STARTUP_QUOTES[Math.floor(Math.random() * STARTUP_QUOTES.length)];
3991
3991
  const art = [
3992
- " \u2588\u2588\u2588 ",
3993
- " \u2591\u2591\u2591\u2588\u2588\u2588 ",
3994
- " \u2591\u2591\u2591\u2588\u2588\u2588 ",
3995
- " \u2591\u2591\u2591\u2588\u2588\u2588 ",
3996
- " \u2588\u2588\u2588\u2591 ",
3997
- " \u2588\u2588\u2588\u2591 ",
3998
- " \u2588\u2588\u2588\u2591 ",
3999
- " \u2591\u2591\u2591 "
3992
+ " \u2588\u2588\u2588 ",
3993
+ " \u2591\u2591\u2591\u2588\u2588\u2588 ",
3994
+ " \u2591\u2591\u2591\u2588\u2588\u2588 ",
3995
+ " \u2591\u2591\u2591\u2588\u2588\u2588 ",
3996
+ " \u2588\u2588\u2588\u2591 ",
3997
+ " \u2588\u2588\u2588\u2591 ",
3998
+ " \u2588\u2588\u2588\u2591 ",
3999
+ " \u2591\u2591\u2591 "
4000
4000
  ];
4001
4001
  const coloredArt = gradient(["#0077ff", "#ff00ff"]).multiline(art.join("\n")).split("\n");
4002
4002
  const grey = (t) => `\x1B[90m${t}\x1B[0m`;
@@ -20244,7 +20244,7 @@ var init_app = __esm({
20244
20244
  return fileList;
20245
20245
  };
20246
20246
  })();
20247
- cachedShortcut = "\\ + Enter";
20247
+ cachedShortcut = "Ctrl + Enter";
20248
20248
  getLatencyColor2 = (delay) => {
20249
20249
  if (delay <= 400) return "#00a564";
20250
20250
  if (delay >= 5e3) return "#ff0000";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxflow-cli",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "date": "2026-07-05",
5
5
  "description": "A High-Fidelity Agentic CLI with Sub-Agents for the Flux Era.",
6
6
  "keywords": [