fluxflow-cli 2.12.1 → 2.12.2

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 +5 -0
  2. package/package.json +1 -1
package/dist/fluxflow.js CHANGED
@@ -12599,6 +12599,11 @@ ${cleanText}`, color: "magenta" }];
12599
12599
  });
12600
12600
  fs22.remove(path20.join(DATA_DIR, "playground")).catch(() => {
12601
12601
  });
12602
+ setSystemSettings((s2) => ({
12603
+ ...s2,
12604
+ allowExternalAccess: originalAllowExternalAccessRef.current,
12605
+ memory: originalMemoryRef.current
12606
+ }));
12602
12607
  }
12603
12608
  setChatId(generateChatId());
12604
12609
  setSessionStats({ tokens: 0 });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fluxflow-cli",
3
- "version": "2.12.1",
3
+ "version": "2.12.2",
4
4
  "date": "2026-06-24",
5
5
  "description": "A high-fidelity agentic terminal assistant for the Flux Era.",
6
6
  "keywords": [