bravecode-cli 0.1.34 → 0.1.36

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.34";
38188
+ APP_VERSION = "0.1.36";
38189
38189
  APP_NAME = "BraveCode";
38190
38190
  }
38191
38191
  });
@@ -41986,16 +41986,15 @@ function ShortcutHints({ interrupted = false }) {
41986
41986
  function PixelLogo() {
41987
41987
  const { colors: colors2 } = useTheme();
41988
41988
  const letter = `
41989
- \u2588\u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588 \u2588 \u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588
41990
- \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588
41991
- \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588 \u2588 \u2588\u2588\u2588\u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588\u2588\u2588\u2588
41992
- \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588
41993
- \u2588\u2588\u2588\u2588\u2588 \u2588 \u2588 \u2588 \u2588 \u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588 \u2588\u2588\u2588\u2588\u2588
41989
+ \u2588\u2580\u2588 \u2588\u2580\u2588 \u2588\u2580\u2588 \u2588\u2580\u2588 \u2588\u2588\u2588 \u2588\u2580\u2588 \u2588\u2580\u2588 \u2588\u2580\u2588 \u2588\u2580\u2588
41990
+ \u2588\u2580\u2580 \u2588\u2580\u2580 \u2588\u2580\u2580 \u2588\u2580\u2580 \u2588\u2580\u2580 \u2588\u2580\u2580 \u2588\u2580\u2580 \u2588\u2580\u2580 \u2588\u2580\u2580 \u2588\u2580\u2580
41991
+ \u2580 \u2580\u2580\u2580 \u2580\u2580\u2580 \u2580\u2580\u2580 \u2580 \u2580\u2580\u2580 \u2580\u2580\u2580 \u2580\u2580\u2580 \u2580\u2580\u2580 \u2580\u2580\u2580
41994
41992
  `;
41995
41993
  const logo = letter.split("\n").filter(Boolean);
41996
41994
  return /* @__PURE__ */ jsxs("box", { alignItems: "center", flexDirection: "column", gap: 0, children: [
41997
41995
  logo.map((line, i) => /* @__PURE__ */ jsx("text", { fg: colors2.primary, children: s(line) }, s(i))),
41998
- /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: "bravecode" })
41996
+ /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: "AI coding agent \u2014 iterate, debug, and ship faster" }),
41997
+ /* @__PURE__ */ jsx("text", { fg: colors2.textMuted, children: "with a contextual AI that understands your entire codebase." })
41999
41998
  ] });
42000
41999
  }
42001
42000
  function Sidebar({ compact = false }) {
@@ -42571,10 +42570,7 @@ function App() {
42571
42570
  justifyContent: hasMessages ? "flex-start" : "center",
42572
42571
  overflow: "hidden"
42573
42572
  },
42574
- children: hasMessages ? /* @__PURE__ */ jsx(MessageContainer, {}) : /* @__PURE__ */ jsxs("box", { style: { flexDirection: "column", alignItems: "center", gap: 1 }, children: [
42575
- /* @__PURE__ */ jsx(PixelLogo, {}),
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
- ] })
42573
+ children: hasMessages ? /* @__PURE__ */ jsx(MessageContainer, {}) : /* @__PURE__ */ jsx("box", { style: { flexDirection: "column", alignItems: "center", gap: 1 }, children: /* @__PURE__ */ jsx(PixelLogo, {}) })
42578
42574
  }
42579
42575
  ),
42580
42576
  hasMessages ? /* @__PURE__ */ jsxs("box", { style: { flexDirection: "column" }, children: [
@@ -42592,7 +42588,7 @@ function App() {
42592
42588
  InputEditor,
42593
42589
  {
42594
42590
  onSubmit: handleSubmit,
42595
- placeholder: 'Ask anything... "What is the tech stack of this project?"',
42591
+ placeholder: "Ask anything...",
42596
42592
  showAbove: true
42597
42593
  }
42598
42594
  ) }),