bravecode-cli 0.1.24 → 0.1.25

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.24";
38188
+ APP_VERSION = "0.1.25";
38189
38189
  APP_NAME = "BraveCode";
38190
38190
  }
38191
38191
  });
@@ -41944,17 +41944,13 @@ function StatusBar() {
41944
41944
  alignItems: "center"
41945
41945
  },
41946
41946
  children: [
41947
+ /* @__PURE__ */ jsx("text", { fg: colors2.success, children: /* @__PURE__ */ jsx("b", { children: "\u25CF" }) }),
41948
+ /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: " 1 MCP " }),
41949
+ /* @__PURE__ */ jsx("text", { fg: colors2.info, children: "/status" }),
41950
+ /* @__PURE__ */ jsx("text", { fg: colors2.primary, children: /* @__PURE__ */ jsx("b", { children: s(APP_NAME) }) }),
41947
41951
  /* @__PURE__ */ jsxs("text", { fg: colors2.textMuted, children: [
41948
- /* @__PURE__ */ jsx("text", { fg: colors2.success, children: /* @__PURE__ */ jsx("b", { children: "\u25CF" }) }),
41949
- /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: " 1 MCP " }),
41950
- /* @__PURE__ */ jsx("text", { fg: colors2.info, children: "/status" })
41951
- ] }),
41952
- /* @__PURE__ */ jsxs("text", { fg: colors2.textMuted, children: [
41953
- /* @__PURE__ */ jsx("text", { fg: colors2.primary, children: /* @__PURE__ */ jsx("b", { children: s(APP_NAME) }) }),
41954
- /* @__PURE__ */ jsxs("text", { fg: colors2.textMuted, children: [
41955
- " ",
41956
- s(APP_VERSION)
41957
- ] })
41952
+ " ",
41953
+ s(APP_VERSION)
41958
41954
  ] })
41959
41955
  ]
41960
41956
  }
@@ -42221,25 +42217,25 @@ function HelpDialog() {
42221
42217
  children: [
42222
42218
  /* @__PURE__ */ jsx("box", { style: { flexDirection: "row", justifyContent: "center", width: "100%" }, children: /* @__PURE__ */ jsx("text", { fg: colors2.primary, children: /* @__PURE__ */ jsx("b", { children: "Help \xB7 Commands & Shortcuts" }) }) }),
42223
42219
  /* @__PURE__ */ jsxs("box", { style: { flexDirection: "column", gap: 0, width: "100%" }, children: [
42224
- /* @__PURE__ */ jsxs("text", { fg: colors2.text, children: [
42220
+ /* @__PURE__ */ jsxs("box", { style: { flexDirection: "row" }, children: [
42225
42221
  /* @__PURE__ */ jsx("text", { fg: colors2.accent, children: /* @__PURE__ */ jsx("b", { children: "Tab" }) }),
42226
- " \u2014 cycle agent"
42222
+ /* @__PURE__ */ jsx("text", { fg: colors2.text, children: " \u2014 cycle agent" })
42227
42223
  ] }),
42228
- /* @__PURE__ */ jsxs("text", { fg: colors2.text, children: [
42224
+ /* @__PURE__ */ jsxs("box", { style: { flexDirection: "row" }, children: [
42229
42225
  /* @__PURE__ */ jsx("text", { fg: colors2.accent, children: /* @__PURE__ */ jsx("b", { children: "Ctrl+P" }) }),
42230
- " \u2014 model/commands palette"
42226
+ /* @__PURE__ */ jsx("text", { fg: colors2.text, children: " \u2014 model/commands palette" })
42231
42227
  ] }),
42232
- /* @__PURE__ */ jsxs("text", { fg: colors2.text, children: [
42228
+ /* @__PURE__ */ jsxs("box", { style: { flexDirection: "row" }, children: [
42233
42229
  /* @__PURE__ */ jsx("text", { fg: colors2.accent, children: /* @__PURE__ */ jsx("b", { children: "Ctrl+B" }) }),
42234
- " \u2014 toggle sidebar"
42230
+ /* @__PURE__ */ jsx("text", { fg: colors2.text, children: " \u2014 toggle sidebar" })
42235
42231
  ] }),
42236
- /* @__PURE__ */ jsxs("text", { fg: colors2.text, children: [
42232
+ /* @__PURE__ */ jsxs("box", { style: { flexDirection: "row" }, children: [
42237
42233
  /* @__PURE__ */ jsx("text", { fg: colors2.accent, children: /* @__PURE__ */ jsx("b", { children: "Esc" }) }),
42238
- " \u2014 interrupt / close dialog"
42234
+ /* @__PURE__ */ jsx("text", { fg: colors2.text, children: " \u2014 interrupt / close dialog" })
42239
42235
  ] }),
42240
- /* @__PURE__ */ jsxs("text", { fg: colors2.text, children: [
42236
+ /* @__PURE__ */ jsxs("box", { style: { flexDirection: "row" }, children: [
42241
42237
  /* @__PURE__ */ jsx("text", { fg: colors2.accent, children: /* @__PURE__ */ jsx("b", { children: "Ctrl+C" }) }),
42242
- " \u2014 exit (when idle)"
42238
+ /* @__PURE__ */ jsx("text", { fg: colors2.text, children: " \u2014 exit (when idle)" })
42243
42239
  ] })
42244
42240
  ] }),
42245
42241
  /* @__PURE__ */ jsx("box", { style: { flexDirection: "column", gap: 0, marginTop: 1, width: "100%" }, children: /* @__PURE__ */ jsx("text", { fg: colors2.textSecondary, children: "/help \xB7 /models \xB7 /agents \xB7 /clear \xB7 /exit" }) })