bravecode-cli 0.1.46 → 0.1.47

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/cli-main.mjs CHANGED
@@ -38185,7 +38185,7 @@ var APP_VERSION, APP_NAME;
38185
38185
  var init_version = __esm({
38186
38186
  "src/version.ts"() {
38187
38187
  "use strict";
38188
- APP_VERSION = "0.1.46";
38188
+ APP_VERSION = "0.1.47";
38189
38189
  APP_NAME = "BraveCode";
38190
38190
  }
38191
38191
  });
@@ -44133,11 +44133,13 @@ function StatusBar() {
44133
44133
  },
44134
44134
  children: [
44135
44135
  /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: s(cwd) }),
44136
- /* @__PURE__ */ jsxs("text", { fg: colors2.textMuted, children: [
44137
- s(tokenStr),
44138
- " (",
44139
- pct,
44140
- "%)",
44136
+ /* @__PURE__ */ jsxs("box", { style: { flexDirection: "row" }, children: [
44137
+ /* @__PURE__ */ jsxs("text", { fg: colors2.textMuted, children: [
44138
+ s(tokenStr),
44139
+ " (",
44140
+ pct,
44141
+ "%)"
44142
+ ] }),
44141
44143
  /* @__PURE__ */ jsx("text", { fg: colors2.info, children: " ctrl+p " }),
44142
44144
  /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: "commands" }),
44143
44145
  isRunning ? /* @__PURE__ */ jsx("text", { fg: colors2.warning, children: " esc interrupt" }) : null