@rayu-dev/rayu-cli 1.1.3
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/README.md +56 -0
- package/dist/rayu.js +733380 -0
- package/package.json +115 -0
package/package.json
ADDED
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@rayu-dev/rayu-cli",
|
|
3
|
+
"version": "1.1.3",
|
|
4
|
+
"description": "Rayu-CLI — a multi-provider AI coding CLI",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"bin": {
|
|
7
|
+
"rayu": "dist/rayu.js"
|
|
8
|
+
},
|
|
9
|
+
"files": [
|
|
10
|
+
"dist/rayu.js",
|
|
11
|
+
"README.md"
|
|
12
|
+
],
|
|
13
|
+
"scripts": {
|
|
14
|
+
"dev": "bun run src/entrypoints/cli.tsx",
|
|
15
|
+
"build": "bun run scripts/build.ts",
|
|
16
|
+
"build:binaries": "bun run scripts/build-binaries.ts",
|
|
17
|
+
"build:packages": "bun run scripts/build-packages.ts",
|
|
18
|
+
"package": "bun run scripts/build-binaries.ts",
|
|
19
|
+
"typecheck": "tsc --noEmit",
|
|
20
|
+
"test": "bun test"
|
|
21
|
+
},
|
|
22
|
+
"engines": {
|
|
23
|
+
"node": ">=18.0.0"
|
|
24
|
+
},
|
|
25
|
+
"devDependencies": {
|
|
26
|
+
"@types/bun": "^1.3.14",
|
|
27
|
+
"@types/node": "^20.19.0",
|
|
28
|
+
"@types/react": "^18.3.0",
|
|
29
|
+
"typescript": "^5.6.0"
|
|
30
|
+
},
|
|
31
|
+
"dependencies": {
|
|
32
|
+
"@alcalzone/ansi-tokenize": "^0.3.0",
|
|
33
|
+
"@anthropic-ai/bedrock-sdk": "^0.29.2",
|
|
34
|
+
"@anthropic-ai/claude-agent-sdk": "^0.3.158",
|
|
35
|
+
"@anthropic-ai/foundry-sdk": "^0.2.4",
|
|
36
|
+
"@anthropic-ai/mcpb": "^2.1.2",
|
|
37
|
+
"@anthropic-ai/sandbox-runtime": "^0.0.52",
|
|
38
|
+
"@anthropic-ai/sdk": "^0.100.1",
|
|
39
|
+
"@anthropic-ai/vertex-sdk": "^0.16.1",
|
|
40
|
+
"@aws-sdk/client-bedrock": "^3.1057.0",
|
|
41
|
+
"@aws-sdk/client-bedrock-runtime": "^3.1057.0",
|
|
42
|
+
"@aws-sdk/client-sts": "^3.1057.0",
|
|
43
|
+
"@azure/identity": "^4.13.1",
|
|
44
|
+
"@commander-js/extra-typings": "12",
|
|
45
|
+
"@growthbook/growthbook": "^1.6.5",
|
|
46
|
+
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
47
|
+
"@opentelemetry/api": "^1.9.1",
|
|
48
|
+
"@opentelemetry/api-logs": "^0.218.0",
|
|
49
|
+
"@opentelemetry/core": "^2.7.1",
|
|
50
|
+
"@opentelemetry/exporter-logs-otlp-http": "^0.218.0",
|
|
51
|
+
"@opentelemetry/exporter-metrics-otlp-http": "^0.218.0",
|
|
52
|
+
"@opentelemetry/exporter-trace-otlp-http": "^0.218.0",
|
|
53
|
+
"@opentelemetry/resources": "^2.7.1",
|
|
54
|
+
"@opentelemetry/sdk-logs": "^0.218.0",
|
|
55
|
+
"@opentelemetry/sdk-metrics": "^2.7.1",
|
|
56
|
+
"@opentelemetry/sdk-trace-base": "^2.7.1",
|
|
57
|
+
"@opentelemetry/semantic-conventions": "^1.41.1",
|
|
58
|
+
"ajv": "^8.20.0",
|
|
59
|
+
"asciichart": "^1.5.25",
|
|
60
|
+
"auto-bind": "^5.0.1",
|
|
61
|
+
"axios": "^1.16.1",
|
|
62
|
+
"bidi-js": "^1.0.3",
|
|
63
|
+
"chalk": "^5.6.2",
|
|
64
|
+
"chokidar": "^5.0.0",
|
|
65
|
+
"cli-boxes": "^4.0.1",
|
|
66
|
+
"cli-highlight": "^2.1.11",
|
|
67
|
+
"code-excerpt": "^4.0.0",
|
|
68
|
+
"commander": "12",
|
|
69
|
+
"diff": "^9.0.0",
|
|
70
|
+
"emoji-regex": "^10.6.0",
|
|
71
|
+
"env-paths": "^4.0.0",
|
|
72
|
+
"execa": "^9.6.1",
|
|
73
|
+
"fflate": "^0.8.3",
|
|
74
|
+
"figures": "^6.1.0",
|
|
75
|
+
"fuse.js": "^7.4.0",
|
|
76
|
+
"get-east-asian-width": "^1.6.0",
|
|
77
|
+
"google-auth-library": "^10.6.2",
|
|
78
|
+
"highlight.js": "^11.11.1",
|
|
79
|
+
"https-proxy-agent": "^9.0.0",
|
|
80
|
+
"ignore": "^7.0.5",
|
|
81
|
+
"indent-string": "^5.0.0",
|
|
82
|
+
"ink": "^7.0.5",
|
|
83
|
+
"jpeg-js": "0.4.4",
|
|
84
|
+
"jsonc-parser": "^3.3.1",
|
|
85
|
+
"lodash-es": "^4.18.1",
|
|
86
|
+
"lru-cache": "^11.5.1",
|
|
87
|
+
"marked": "^18.0.4",
|
|
88
|
+
"openai": "^6.39.1",
|
|
89
|
+
"p-map": "^7.0.4",
|
|
90
|
+
"picomatch": "^4.0.4",
|
|
91
|
+
"proper-lockfile": "^4.1.2",
|
|
92
|
+
"qrcode": "^1.5.4",
|
|
93
|
+
"react": "^19.2.6",
|
|
94
|
+
"react-reconciler": "^0.33.0",
|
|
95
|
+
"semver": "^7.8.1",
|
|
96
|
+
"shell-quote": "^1.8.4",
|
|
97
|
+
"signal-exit": "^4.1.0",
|
|
98
|
+
"stack-utils": "^2.0.6",
|
|
99
|
+
"strip-ansi": "^7.2.0",
|
|
100
|
+
"supports-hyperlinks": "^4.4.0",
|
|
101
|
+
"tree-kill": "^1.2.2",
|
|
102
|
+
"turndown": "^7.2.4",
|
|
103
|
+
"type-fest": "^5.6.0",
|
|
104
|
+
"undici": "^8.3.0",
|
|
105
|
+
"usehooks-ts": "^3.1.1",
|
|
106
|
+
"vscode-jsonrpc": "^8.2.1",
|
|
107
|
+
"vscode-languageserver-protocol": "^3.17.5",
|
|
108
|
+
"vscode-languageserver-types": "^3.17.5",
|
|
109
|
+
"wrap-ansi": "^10.0.0",
|
|
110
|
+
"ws": "^8.21.0",
|
|
111
|
+
"xss": "^1.0.15",
|
|
112
|
+
"yaml": "^2.9.0",
|
|
113
|
+
"zod": "^4.4.3"
|
|
114
|
+
}
|
|
115
|
+
}
|