fluxflow-cli 3.0.14 → 3.0.15

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 +1 -0
  2. package/package.json +1 -1
package/dist/fluxflow.js CHANGED
@@ -17989,6 +17989,7 @@ Selection: ${val}`,
17989
17989
  continue;
17990
17990
  }
17991
17991
  if (packet.type === "visual_feedback") {
17992
+ await new Promise((resolve) => setTimeout(resolve, 150));
17992
17993
  setMessages((prev) => {
17993
17994
  const updatedPrev = prev.map((m) => m.isStreaming ? { ...m, isStreaming: false } : m);
17994
17995
  const newMsgs = [...updatedPrev, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxflow-cli",
3
- "version": "3.0.14",
3
+ "version": "3.0.15",
4
4
  "date": "2026-07-04",
5
5
  "description": "A High-Fidelity Agentic CLI with Sub-Agents for the Flux Era.",
6
6
  "keywords": [