fluxflow-cli 3.11.0 → 3.11.1
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 -1
- package/package.json +1 -1
package/dist/fluxflow.js
CHANGED
|
@@ -21663,7 +21663,7 @@ Selection: ${val}`,
|
|
|
21663
21663
|
glintColor: colors.textMuted,
|
|
21664
21664
|
glintWidth: 3
|
|
21665
21665
|
}
|
|
21666
|
-
), /* @__PURE__ */ React16.createElement(Text16, { color: colors.textMuted
|
|
21666
|
+
), /* @__PURE__ */ React16.createElement(Text16, { color: colors.textMuted }, " (", thinkingLevel, ")"))), /* @__PURE__ */ React16.createElement(Box14, { flexDirection: "column", width: "100%" }, /* @__PURE__ */ React16.createElement(Box14, { width: "100%", height: 1, overflow: "hidden" }, /* @__PURE__ */ React16.createElement(Text16, { color: colors.inputBorder }, "\u2584".repeat(Math.max(1, terminalSize.columns)))), /* @__PURE__ */ React16.createElement(
|
|
21667
21667
|
Box14,
|
|
21668
21668
|
{
|
|
21669
21669
|
backgroundColor: colors.inputBg,
|