@robinpath/cli 1.85.0 → 1.87.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.
Files changed (2) hide show
  1. package/dist/cli.mjs +3 -3
  2. 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 ? "1.85.0" : "1.85.0";
18601
+ var CLI_VERSION = true ? "1.87.0" : "1.87.0";
18602
18602
  var FLAG_QUIET = false;
18603
18603
  var FLAG_VERBOSE = false;
18604
18604
  var FLAG_AUTO_ACCEPT = false;
@@ -24386,7 +24386,7 @@ function ChatApp({ engine }) {
24386
24386
  engine.updateStatus();
24387
24387
  }, [engine]);
24388
24388
  const isFirst = messages.length === 0;
24389
- return /* @__PURE__ */ jsxs2(Box2, { flexDirection: "column", padding: 1, children: [
24389
+ return /* @__PURE__ */ jsxs2(Box2, { flexDirection: "column", paddingY: 1, children: [
24390
24390
  /* @__PURE__ */ jsx2(Box2, { marginBottom: 1, children: /* @__PURE__ */ jsxs2(Text2, { children: [
24391
24391
  /* @__PURE__ */ jsx2(Text2, { color: "cyan", bold: true, children: "\u25C6" }),
24392
24392
  " ",
@@ -24411,7 +24411,7 @@ function ChatApp({ engine }) {
24411
24411
  InputArea,
24412
24412
  {
24413
24413
  onSubmit: handleSubmit,
24414
- placeholder: isFirst ? "Anything to automate with RobinPath?" : "Ask anything..."
24414
+ placeholder: "Message RobinPath..."
24415
24415
  }
24416
24416
  ),
24417
24417
  status ? /* @__PURE__ */ jsx2(Box2, { marginTop: 1, paddingX: 1, children: /* @__PURE__ */ jsx2(Text2, { dimColor: true, children: status }) }) : null
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robinpath/cli",
3
- "version": "1.85.0",
3
+ "version": "1.87.0",
4
4
  "description": "AI-powered scripting CLI — automate anything from your terminal",
5
5
  "type": "module",
6
6
  "license": "MIT",