@rayu-dev/rayu-cli 1.3.464 → 1.3.466

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/rayu.js +4216 -3792
  2. package/package.json +3 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rayu-dev/rayu-cli",
3
- "version": "1.3.464",
3
+ "version": "1.3.466",
4
4
  "description": "Rayu-CLI — a multi-provider AI coding CLI",
5
5
  "type": "module",
6
6
  "bin": {
@@ -17,7 +17,9 @@
17
17
  "preinstall": "node scripts/preinstall.cjs",
18
18
  "postinstall": "node scripts/postinstall.cjs",
19
19
  "dev": "bun run src/entrypoints/cli.tsx",
20
+ "dev:local": "RAYU_API_URL=http://localhost:4000/api RAYU_WEB_URL=http://localhost:3000 RAYU_GATEWAY_URL=http://localhost:8080 bun run src/entrypoints/cli.tsx",
20
21
  "build": "bun run scripts/build.ts",
22
+ "start:local": "RAYU_API_URL=http://localhost:4000/api RAYU_WEB_URL=http://localhost:3000 RAYU_GATEWAY_URL=http://localhost:8080 node dist/rayu.js",
21
23
  "build:binaries": "bun run scripts/build-binaries.ts",
22
24
  "build-native": "bun run scripts/build-native.ts",
23
25
  "build:packages": "bun run scripts/build-packages.ts",