bravecode-cli 0.1.33 → 0.1.34

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.33";
38188
+ APP_VERSION = "0.1.34";
38189
38189
  APP_NAME = "BraveCode";
38190
38190
  }
38191
38191
  });
@@ -42573,7 +42573,7 @@ function App() {
42573
42573
  },
42574
42574
  children: hasMessages ? /* @__PURE__ */ jsx(MessageContainer, {}) : /* @__PURE__ */ jsxs("box", { style: { flexDirection: "column", alignItems: "center", gap: 1 }, children: [
42575
42575
  /* @__PURE__ */ jsx(PixelLogo, {}),
42576
- /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: "Agentic coding assistant with free model access" })
42576
+ /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: "AI coding agent \u2014 iterate, debug, and ship faster with a contextual AI that understands your entire codebase." })
42577
42577
  ] })
42578
42578
  }
42579
42579
  ),