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.
- package/dist/fluxflow.js +1 -0
- 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, {
|