@robota-sdk/agent-cli 3.0.0-beta.14 → 3.0.0-beta.15

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/node/bin.cjs CHANGED
@@ -1050,7 +1050,8 @@ function App(props) {
1050
1050
  isDisabled: isThinking || !!permissionRequest,
1051
1051
  registry
1052
1052
  }
1053
- )
1053
+ ),
1054
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_ink8.Text, { children: " " })
1054
1055
  ] });
1055
1056
  }
1056
1057
 
package/dist/node/bin.js CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env node
2
2
  import {
3
3
  startCli
4
- } from "./chunk-73QW5EEP.js";
4
+ } from "./chunk-B423R5N3.js";
5
5
 
6
6
  // src/bin.ts
7
7
  process.on("uncaughtException", (err) => {
@@ -1033,7 +1033,8 @@ function App(props) {
1033
1033
  isDisabled: isThinking || !!permissionRequest,
1034
1034
  registry
1035
1035
  }
1036
- )
1036
+ ),
1037
+ /* @__PURE__ */ jsx8(Text8, { children: " " })
1037
1038
  ] });
1038
1039
  }
1039
1040
 
@@ -1066,7 +1066,8 @@ function App(props) {
1066
1066
  isDisabled: isThinking || !!permissionRequest,
1067
1067
  registry
1068
1068
  }
1069
- )
1069
+ ),
1070
+ /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(import_ink8.Text, { children: " " })
1070
1071
  ] });
1071
1072
  }
1072
1073
 
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  startCli
3
- } from "./chunk-73QW5EEP.js";
3
+ } from "./chunk-B423R5N3.js";
4
4
 
5
5
  // src/index.ts
6
6
  import { Session, SessionStore, query, TRUST_TO_MODE } from "@robota-sdk/agent-sdk";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robota-sdk/agent-cli",
3
- "version": "3.0.0-beta.14",
3
+ "version": "3.0.0-beta.15",
4
4
  "description": "AI coding assistant CLI built on Robota SDK",
5
5
  "type": "module",
6
6
  "bin": {
@@ -35,8 +35,8 @@
35
35
  "marked-terminal": "^7.3.0",
36
36
  "react": "19.2.4",
37
37
  "string-width": "^8.2.0",
38
- "@robota-sdk/agent-core": "3.0.0-beta.14",
39
- "@robota-sdk/agent-sdk": "3.0.0-beta.14"
38
+ "@robota-sdk/agent-core": "3.0.0-beta.15",
39
+ "@robota-sdk/agent-sdk": "3.0.0-beta.15"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@types/marked": "^6.0.0",