@robinpath/cli 1.99.0 → 2.0.0
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.mjs +1 -11
- package/package.json +1 -1
package/dist/cli.mjs
CHANGED
|
@@ -18598,7 +18598,7 @@ function getNativeModules() {
|
|
|
18598
18598
|
import { join as join3, basename as basename2 } from "node:path";
|
|
18599
18599
|
import { homedir as homedir2, platform as platform2 } from "node:os";
|
|
18600
18600
|
import { existsSync as existsSync2 } from "node:fs";
|
|
18601
|
-
var CLI_VERSION = true ? "
|
|
18601
|
+
var CLI_VERSION = true ? "2.0.0" : "2.0.0";
|
|
18602
18602
|
var FLAG_QUIET = false;
|
|
18603
18603
|
var FLAG_VERBOSE = false;
|
|
18604
18604
|
var FLAG_AUTO_ACCEPT = false;
|
|
@@ -24582,16 +24582,6 @@ function ChatApp({ engine }) {
|
|
|
24582
24582
|
] })
|
|
24583
24583
|
] })
|
|
24584
24584
|
] }) : null,
|
|
24585
|
-
!isFirst || loading ? /* @__PURE__ */ jsx2(Box2, { marginBottom: 1, paddingX: 1, children: /* @__PURE__ */ jsxs2(Text2, { children: [
|
|
24586
|
-
/* @__PURE__ */ jsx2(Text2, { color: "cyan", bold: true, children: "\u25C6" }),
|
|
24587
|
-
" ",
|
|
24588
|
-
/* @__PURE__ */ jsx2(Text2, { bold: true, children: "RobinPath" }),
|
|
24589
|
-
" ",
|
|
24590
|
-
/* @__PURE__ */ jsxs2(Text2, { dimColor: true, children: [
|
|
24591
|
-
"v",
|
|
24592
|
-
CLI_VERSION
|
|
24593
|
-
] })
|
|
24594
|
-
] }) }) : null,
|
|
24595
24585
|
/* @__PURE__ */ jsx2(Static, { items: messages, children: (msg) => /* @__PURE__ */ jsx2(Box2, { paddingX: 1, marginBottom: msg.text.startsWith("\u276F") ? 0 : 1, flexDirection: "column", children: msg.text.startsWith("\u276F") ? /* @__PURE__ */ jsxs2(Text2, { children: [
|
|
24596
24586
|
/* @__PURE__ */ jsx2(Text2, { color: "cyan", bold: true, children: "\u276F" }),
|
|
24597
24587
|
/* @__PURE__ */ jsx2(Text2, { bold: true, children: msg.text.slice(1) })
|