@robota-sdk/agent-cli 3.0.0-beta.52 → 3.0.0-beta.54

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.
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  startCli
3
- } from "./chunk-QZUCO4ZK.js";
3
+ } from "./chunk-ASBCJDLC.js";
4
4
  export {
5
5
  startCli
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@robota-sdk/agent-cli",
3
- "version": "3.0.0-beta.52",
3
+ "version": "3.0.0-beta.54",
4
4
  "description": "AI coding assistant CLI built on Robota SDK",
5
5
  "type": "module",
6
6
  "bin": {
@@ -33,7 +33,7 @@
33
33
  "dist"
34
34
  ],
35
35
  "dependencies": {
36
- "@robota-sdk/agent-sessions": "3.0.0-beta.52",
36
+ "@robota-sdk/agent-sessions": "3.0.0-beta.54",
37
37
  "chalk": "^5.3.0",
38
38
  "cli-highlight": "^2.1.0",
39
39
  "ink": "^6.8.0",
@@ -44,10 +44,10 @@
44
44
  "marked-terminal": "^7.3.0",
45
45
  "react": "19.2.4",
46
46
  "string-width": "^8.2.0",
47
- "@robota-sdk/agent-core": "3.0.0-beta.52",
48
- "@robota-sdk/agent-transport-headless": "3.0.0-beta.52",
49
- "@robota-sdk/agent-sdk": "3.0.0-beta.52",
50
- "@robota-sdk/agent-provider-anthropic": "3.0.0-beta.52"
47
+ "@robota-sdk/agent-core": "3.0.0-beta.54",
48
+ "@robota-sdk/agent-provider-anthropic": "3.0.0-beta.54",
49
+ "@robota-sdk/agent-sdk": "3.0.0-beta.54",
50
+ "@robota-sdk/agent-transport-headless": "3.0.0-beta.54"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@types/marked": "^6.0.0",
@@ -65,6 +65,8 @@
65
65
  },
66
66
  "scripts": {
67
67
  "build": "tsup src/index.ts src/bin.ts --format esm,cjs --dts --out-dir dist/node --clean && rm -f dist/node/bin.cjs dist/node/bin.d.cts",
68
+ "build:js": "tsup src/index.ts src/bin.ts --format esm,cjs --out-dir dist/node --clean && rm -f dist/node/bin.cjs",
69
+ "build:types": "tsup src/index.ts src/bin.ts --format esm,cjs --dts-only --out-dir dist/node && rm -f dist/node/bin.d.cts",
68
70
  "dev": "tsx --env-file=.env src/bin.ts",
69
71
  "start": "node --env-file=.env dist/node/bin.js",
70
72
  "test": "vitest run --passWithNoTests",