bravecode-cli 0.1.52 → 0.1.53
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 +4 -4
- package/dist/cli-main.mjs.map +2 -2
- package/package.json +1 -1
package/dist/cli-main.mjs
CHANGED
|
@@ -38280,7 +38280,7 @@ var APP_VERSION, APP_NAME;
|
|
|
38280
38280
|
var init_version = __esm({
|
|
38281
38281
|
"src/version.ts"() {
|
|
38282
38282
|
"use strict";
|
|
38283
|
-
APP_VERSION = "0.1.
|
|
38283
|
+
APP_VERSION = "0.1.53";
|
|
38284
38284
|
APP_NAME = "BraveCode";
|
|
38285
38285
|
}
|
|
38286
38286
|
});
|
|
@@ -44911,17 +44911,17 @@ function App() {
|
|
|
44911
44911
|
children: hasMessages ? /* @__PURE__ */ jsx(MessageContainer, {}) : /* @__PURE__ */ jsx("box", { style: { flexDirection: "column", alignItems: "center", gap: 1 }, children: /* @__PURE__ */ jsx(PixelLogo, {}) })
|
|
44912
44912
|
}
|
|
44913
44913
|
),
|
|
44914
|
-
hasMessages ? /* @__PURE__ */ jsxs("box", { style: { flexDirection: "column" }, children: [
|
|
44914
|
+
hasMessages ? /* @__PURE__ */ jsxs("box", { style: { flexDirection: "column", flexShrink: 0 }, children: [
|
|
44915
44915
|
/* @__PURE__ */ jsx(
|
|
44916
44916
|
InputEditor,
|
|
44917
44917
|
{
|
|
44918
44918
|
onSubmit: handleSubmit,
|
|
44919
|
-
placeholder: isRunning ? "Generating\u2026 press esc to interrupt" :
|
|
44919
|
+
placeholder: isRunning ? "Generating\u2026 press esc to interrupt" : "Ask anything...",
|
|
44920
44920
|
showAbove: false
|
|
44921
44921
|
}
|
|
44922
44922
|
),
|
|
44923
44923
|
/* @__PURE__ */ jsx(ShortcutHints, { interrupted: isRunning })
|
|
44924
|
-
] }) : /* @__PURE__ */ jsxs("box", { style: { flexDirection: "column", alignItems: "center" }, children: [
|
|
44924
|
+
] }) : /* @__PURE__ */ jsxs("box", { style: { flexDirection: "column", alignItems: "center", flexShrink: 0 }, children: [
|
|
44925
44925
|
/* @__PURE__ */ jsx("box", { style: { width: 60, maxWidth: "80%" }, children: /* @__PURE__ */ jsx(
|
|
44926
44926
|
InputEditor,
|
|
44927
44927
|
{
|