@rivocode-cli/cli 1.0.1

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 (4) hide show
  1. package/LICENSE +202 -0
  2. package/README.md +177 -0
  3. package/bin/rivo.js +252 -0
  4. package/package.json +92 -0
package/LICENSE ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright 2025-2026 RivoCode (Created by Sanket Padhyal)
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
package/README.md ADDED
@@ -0,0 +1,177 @@
1
+ # Rivo CLI
2
+
3
+ A modern, AI-powered CLI tool for developers that brings intelligent code assistance directly to your terminal.
4
+
5
+ ## Features
6
+
7
+ ### Chat Interface
8
+ - Interactive chat with AI assistants directly in your terminal
9
+ - Syntax-highlighted code blocks with copy support
10
+ - Markdown rendering for rich responses
11
+ - Message threading for conversation context
12
+
13
+ ### Attachment System
14
+ - Attach text, images, and files to messages
15
+ - Preview cards for different attachment types
16
+ - Pending attachments banner showing queued items
17
+ - Support for multiple file formats
18
+
19
+ ### AI Model Integration
20
+ - Multiple AI provider support:
21
+ - **MiniMax** (MiniMax-M3) - Fast, cost-effective LLM
22
+ - **Llama 3.3** - Open source model
23
+ - **Gemini** - Google's AI model
24
+ - Easy model switching via model picker
25
+ - Streaming responses for real-time output
26
+
27
+ ### Project Context
28
+ - Codebase-aware AI assistance
29
+ - AST-based indexing for intelligent context
30
+ - Automatic project structure analysis
31
+ - Vector embeddings for semantic search
32
+
33
+ ### File Tools
34
+ - Read, write, and edit files directly from chat
35
+ - Run terminal commands
36
+ - Search and replace across files
37
+ - Create and manage project structure
38
+
39
+ ## Tech Stack
40
+
41
+ - **React Native** / **Expo** for cross-platform mobile support
42
+ - **TypeScript** for type safety
43
+ - **Expo Router** for file-based navigation
44
+ - **Zustand** for state management
45
+ - **TanStack Query** for data fetching
46
+ - **OpenAI SDK** for AI integrations
47
+
48
+ ## MiniMax Integration
49
+
50
+ ### API Setup
51
+
52
+ 1. Sign up at [MiniMax Platform](https://platform.minimax.io)
53
+ 2. Get your API key from the dashboard
54
+ 3. Configure in your environment:
55
+
56
+ ```bash
57
+ # Add to .env file
58
+ MINIMAX_API_KEY=your_api_key_here
59
+ ```
60
+
61
+ ### Usage with MiniMax
62
+
63
+ ```bash
64
+ # Direct API call example
65
+ curl https://api.minimax.io/v1/chat/completions \
66
+ -H "Authorization: Bearer $MINIMAX_API_KEY" \
67
+ -H "Content-Type: application/json" \
68
+ -d '{
69
+ "model": "MiniMax-M3",
70
+ "messages": [{"role": "user", "content": "Hello!"}]
71
+ }'
72
+ ```
73
+
74
+ ### Available MiniMax Features
75
+
76
+ | Feature | Description |
77
+ |---------|-------------|
78
+ | **MiniMax-M3** | Latest LLM model |
79
+ | **Image Generation** | AI image creation |
80
+ | **Video Generation V2** | Text-to-video |
81
+ | **Text-to-Speech** | Voice synthesis |
82
+ | **Voice Design** | Custom voice creation |
83
+ | **Music Generation** | AI music creation |
84
+
85
+ ### SDK Integration
86
+
87
+ ```bash
88
+ npm install @ai-sdk/minimax
89
+ ```
90
+
91
+ ```javascript
92
+ import { createMiniMax } from '@ai-sdk/minimax';
93
+
94
+ const minimax = createMiniMax({ apiKey: process.env.MINIMAX_API_KEY });
95
+ const response = await minimax('Your question here');
96
+ ```
97
+
98
+ ## Project Structure
99
+
100
+ ```
101
+ cli/
102
+ ├── src/
103
+ │ ├── app/ # Expo Router screens
104
+ │ ├── components/ # Reusable UI components
105
+ │ ├── hooks/ # Custom React hooks
106
+ │ ├── services/ # API and AI service integrations
107
+ │ ├── stores/ # Zustand state stores
108
+ │ ├── types/ # TypeScript type definitions
109
+ │ └── utils/ # Utility functions
110
+ ├── assets/ # Static assets
111
+ └── app.json # Expo configuration
112
+ ```
113
+
114
+ ## Getting Started
115
+
116
+ ### Prerequisites
117
+
118
+ - Node.js 18+
119
+ - npm or yarn
120
+ - Expo CLI
121
+ - MiniMax API key (for MiniMax integration)
122
+
123
+ ### Installation
124
+
125
+ ```bash
126
+ # Clone the repository
127
+ git clone <repository-url>
128
+ cd rivocode
129
+
130
+ # Install dependencies
131
+ npm install
132
+
133
+ # Start the development server
134
+ npx expo start
135
+ ```
136
+
137
+ ### Configuration
138
+
139
+ Set up your AI provider API keys:
140
+
141
+ ```bash
142
+ # Add to your environment or .env file
143
+ MINIMAX_API_KEY=your_api_key
144
+ OPENAI_API_KEY=your_api_key
145
+ GEMINI_API_KEY=your_api_key
146
+ ```
147
+
148
+ ## Usage
149
+
150
+ ### Starting the CLI
151
+
152
+ ```bash
153
+ npx expo start
154
+ ```
155
+
156
+ ### Chat Commands
157
+
158
+ - `/help` - Show available commands
159
+ - `/model [name]` - Switch AI model (mini, llama, gemini)
160
+ - `/clear` - Clear conversation history
161
+ - `/attach [file]` - Attach file to message
162
+
163
+ ### Switching Models
164
+
165
+ ```
166
+ /model mini # Use MiniMax
167
+ /model llama # Use Llama 3.3
168
+ /model gemini # Use Gemini
169
+ ```
170
+
171
+ ## License
172
+
173
+ MIT License
174
+
175
+ ## Contributing
176
+
177
+ Contributions are welcome! Please feel free to submit a Pull Request.
package/bin/rivo.js ADDED
@@ -0,0 +1,252 @@
1
+ #!/usr/bin/env node
2
+
3
+ import { spawn, execSync } from 'node:child_process';
4
+ import {
5
+ existsSync,
6
+ mkdirSync,
7
+ createWriteStream,
8
+ chmodSync,
9
+ unlinkSync,
10
+ readFileSync,
11
+ renameSync,
12
+ } from 'node:fs';
13
+ import { homedir, platform, arch } from 'node:os';
14
+ import { join, dirname } from 'node:path';
15
+ import { fileURLToPath } from 'node:url';
16
+ import https from 'node:https';
17
+ import http from 'node:http';
18
+
19
+ const __filename = fileURLToPath(import.meta.url);
20
+ const __dirname = dirname(__filename);
21
+
22
+ // Read package.json version
23
+ function getPackageVersion() {
24
+ try {
25
+ const pkgPath = join(__dirname, '..', 'package.json');
26
+ const pkg = JSON.parse(readFileSync(pkgPath, 'utf8'));
27
+ return pkg.version || '1.0.1';
28
+ } catch {
29
+ return '1.0.1';
30
+ }
31
+ }
32
+
33
+ const GITHUB_REPO = 'sanketpadhyal/RivoCode-Cli';
34
+ const VERSION = getPackageVersion();
35
+
36
+ function getTargetInfo() {
37
+ const osType = platform();
38
+ const archType = arch();
39
+
40
+ if (osType === 'darwin') {
41
+ if (archType === 'arm64') {
42
+ return {
43
+ target: 'darwin-arm64',
44
+ binaryName: 'rivo-darwin-arm64',
45
+ archiveName: 'rivo-darwin-arm64.tar.gz',
46
+ isZip: false,
47
+ isWindows: false,
48
+ };
49
+ }
50
+ if (archType === 'x64') {
51
+ return {
52
+ target: 'darwin-x64',
53
+ binaryName: 'rivo-darwin-x64',
54
+ archiveName: 'rivo-darwin-x64.tar.gz',
55
+ isZip: false,
56
+ isWindows: false,
57
+ };
58
+ }
59
+ } else if (osType === 'linux') {
60
+ if (archType === 'x64') {
61
+ return {
62
+ target: 'linux-x64',
63
+ binaryName: 'rivo-linux-x64',
64
+ archiveName: 'rivo-linux-x64.tar.gz',
65
+ isZip: false,
66
+ isWindows: false,
67
+ };
68
+ }
69
+ if (archType === 'arm64') {
70
+ return {
71
+ target: 'linux-arm64',
72
+ binaryName: 'rivo-linux-arm64',
73
+ archiveName: 'rivo-linux-arm64.tar.gz',
74
+ isZip: false,
75
+ isWindows: false,
76
+ };
77
+ }
78
+ } else if (osType === 'win32') {
79
+ if (archType === 'x64') {
80
+ return {
81
+ target: 'win32-x64',
82
+ binaryName: 'rivo-windows-x64.exe',
83
+ archiveName: 'rivo-windows-x64.exe.zip',
84
+ isZip: true,
85
+ isWindows: true,
86
+ };
87
+ }
88
+ }
89
+
90
+ throw new Error(
91
+ `Unsupported platform: ${osType} (${archType}).\n` +
92
+ `RivoCode supports macOS (arm64, x64), Linux (x64, arm64), and Windows (x64).`
93
+ );
94
+ }
95
+
96
+ function downloadFile(url, dest, maxRedirects = 5) {
97
+ return new Promise((resolve, reject) => {
98
+ if (maxRedirects < 0) {
99
+ return reject(new Error('Too many redirects when downloading binary.'));
100
+ }
101
+
102
+ const client = url.startsWith('https:') ? https : http;
103
+
104
+ client
105
+ .get(url, { headers: { 'User-Agent': 'rivocode-installer' } }, (res) => {
106
+ if (
107
+ res.statusCode &&
108
+ res.statusCode >= 300 &&
109
+ res.statusCode < 400 &&
110
+ res.headers.location
111
+ ) {
112
+ return resolve(
113
+ downloadFile(res.headers.location, dest, maxRedirects - 1)
114
+ );
115
+ }
116
+
117
+ if (res.statusCode !== 200) {
118
+ return reject(
119
+ new Error(
120
+ `Failed to download binary: HTTP ${res.statusCode} ${res.statusMessage}`
121
+ )
122
+ );
123
+ }
124
+
125
+ const fileStream = createWriteStream(dest);
126
+ res.pipe(fileStream);
127
+
128
+ fileStream.on('finish', () => {
129
+ fileStream.close(() => resolve());
130
+ });
131
+
132
+ fileStream.on('error', (err) => {
133
+ unlinkSync(dest);
134
+ reject(err);
135
+ });
136
+ })
137
+ .on('error', (err) => {
138
+ if (existsSync(dest)) unlinkSync(dest);
139
+ reject(err);
140
+ });
141
+ });
142
+ }
143
+
144
+ function extractArchive(archivePath, destDir, isZip) {
145
+ if (isZip) {
146
+ // Windows ZIP extraction
147
+ try {
148
+ execSync(`tar -xf "${archivePath}" -C "${destDir}"`, { stdio: 'ignore' });
149
+ } catch {
150
+ execSync(
151
+ `powershell -Command "Expand-Archive -Path '${archivePath}' -DestinationPath '${destDir}' -Force"`,
152
+ { stdio: 'ignore' }
153
+ );
154
+ }
155
+ } else {
156
+ // Unix tar.gz extraction
157
+ execSync(`tar -xzf "${archivePath}" -C "${destDir}"`, { stdio: 'inherit' });
158
+ }
159
+ }
160
+
161
+ async function ensureBinary() {
162
+ const targetInfo = getTargetInfo();
163
+
164
+ // If local binary exists in development tree, prefer it
165
+ const localDevBinary = join(
166
+ __dirname,
167
+ '..',
168
+ 'cli',
169
+ 'bin',
170
+ targetInfo.isWindows ? 'rivo.exe' : 'rivo'
171
+ );
172
+ if (process.env.RIVO_LOCAL === '1' && existsSync(localDevBinary)) {
173
+ return localDevBinary;
174
+ }
175
+
176
+ const cacheBase = join(homedir(), '.rivocode', 'bin', `v${VERSION}`);
177
+ const finalBinaryName = targetInfo.isWindows ? 'rivo.exe' : 'rivo';
178
+ const finalBinaryPath = join(cacheBase, finalBinaryName);
179
+
180
+ if (existsSync(finalBinaryPath)) {
181
+ return finalBinaryPath;
182
+ }
183
+
184
+ // Create directory
185
+ mkdirSync(cacheBase, { recursive: true });
186
+
187
+ const downloadUrl = `https://github.com/${GITHUB_REPO}/releases/download/v${VERSION}/${targetInfo.archiveName}`;
188
+ const tempArchive = join(cacheBase, targetInfo.archiveName);
189
+
190
+ console.log(`\x1b[36m⚡ Downloading RivoCode v${VERSION} (${targetInfo.target})...\x1b[0m`);
191
+
192
+ try {
193
+ await downloadFile(downloadUrl, tempArchive);
194
+ console.log(`\x1b[32m✔ Download complete. Installing...\x1b[0m`);
195
+
196
+ extractArchive(tempArchive, cacheBase, targetInfo.isZip);
197
+
198
+ // If the extracted binary was named target-specific (e.g. rivo-darwin-arm64), rename to rivo
199
+ const rawBinaryPath = join(cacheBase, targetInfo.binaryName);
200
+ if (existsSync(rawBinaryPath) && rawBinaryPath !== finalBinaryPath) {
201
+ renameSync(rawBinaryPath, finalBinaryPath);
202
+ }
203
+
204
+ if (!targetInfo.isWindows && existsSync(finalBinaryPath)) {
205
+ chmodSync(finalBinaryPath, 0o755);
206
+ }
207
+
208
+ // Clean up archive
209
+ if (existsSync(tempArchive)) {
210
+ unlinkSync(tempArchive);
211
+ }
212
+
213
+ return finalBinaryPath;
214
+ } catch (err) {
215
+ // Clean up on failure
216
+ if (existsSync(tempArchive)) unlinkSync(tempArchive);
217
+ throw new Error(
218
+ `Failed to install RivoCode v${VERSION}:\n${err.message}\n` +
219
+ `You can manually download the binary from: https://github.com/${GITHUB_REPO}/releases/tag/v${VERSION}`
220
+ );
221
+ }
222
+ }
223
+
224
+ async function main() {
225
+ try {
226
+ const binaryPath = await ensureBinary();
227
+ const args = process.argv.slice(2);
228
+
229
+ const child = spawn(binaryPath, args, {
230
+ stdio: 'inherit',
231
+ env: process.env,
232
+ });
233
+
234
+ child.on('exit', (code, signal) => {
235
+ if (signal) {
236
+ process.kill(process.pid, signal);
237
+ } else {
238
+ process.exit(code ?? 0);
239
+ }
240
+ });
241
+
242
+ child.on('error', (err) => {
243
+ console.error('\x1b[31mFailed to start RivoCode:\x1b[0m', err.message);
244
+ process.exit(1);
245
+ });
246
+ } catch (err) {
247
+ console.error('\x1b[31mError:\x1b[0m', err.message);
248
+ process.exit(1);
249
+ }
250
+ }
251
+
252
+ main();
package/package.json ADDED
@@ -0,0 +1,92 @@
1
+ {
2
+ "name": "@rivocode-cli/cli",
3
+ "version": "1.0.1",
4
+ "description": "RivoCode — AI-powered terminal coding assistant",
5
+ "author": "Sanket Padhyal <mrsanketpadhyal@gmail.com>",
6
+ "license": "Apache-2.0",
7
+ "type": "module",
8
+ "bin": {
9
+ "rivo": "bin/rivo.js",
10
+ "rivocode": "bin/rivo.js",
11
+ "cli": "bin/rivo.js"
12
+ },
13
+ "files": [
14
+ "bin",
15
+ "README.md",
16
+ "LICENSE"
17
+ ],
18
+ "repository": {
19
+ "type": "git",
20
+ "url": "git+https://github.com/sanketpadhyal/RivoCode-Cli.git"
21
+ },
22
+ "bugs": {
23
+ "url": "https://github.com/sanketpadhyal/RivoCode-Cli/issues"
24
+ },
25
+ "homepage": "https://github.com/sanketpadhyal/RivoCode-Cli#readme",
26
+ "publishConfig": {
27
+ "access": "public"
28
+ },
29
+ "workspaces": [
30
+ "agents",
31
+ "cli",
32
+ "common",
33
+ "packages/agent-runtime",
34
+ "packages/code-map",
35
+ "packages/llm-providers",
36
+ "sdk"
37
+ ],
38
+ "scripts": {
39
+ "rivo": "bun --cwd cli dev",
40
+ "start": "bun run rivo",
41
+ "start-cli": "bun run rivo",
42
+ "dev": "bun run rivo",
43
+ "build:binary": "bun run --cwd=cli build:binary",
44
+ "release:cli": "bun run --cwd=cli release",
45
+ "release:sdk": "bun run --cwd=sdk release",
46
+ "build:sdk": "cd sdk && bun run build",
47
+ "ci": "bun run build:sdk",
48
+ "typecheck": "bun --cwd cli typecheck"
49
+ },
50
+ "dependencies": {
51
+ "canvas": "^3.2.0",
52
+ "gif-encoder-2": "^1.0.5",
53
+ "zod": "^4.2.1"
54
+ },
55
+ "overrides": {
56
+ "react": "^19.0.0",
57
+ "react-dom": "^19.0.0",
58
+ "@types/react": "19.2.14",
59
+ "@types/react-dom": "19.2.3",
60
+ "baseline-browser-mapping": "^2.9.14",
61
+ "caniuse-lite": "^1.0.30001792",
62
+ "zod": "^4.2.1",
63
+ "signal-exit": "3.0.7"
64
+ },
65
+ "devDependencies": {
66
+ "@tanstack/react-query": "^5.90.12",
67
+ "@types/bun": "1.3.11",
68
+ "@types/js-yaml": "^4.0.9",
69
+ "@types/lodash": "^4.17.21",
70
+ "@types/node": "^22.9.0",
71
+ "@types/node-fetch": "^2.6.12",
72
+ "@types/parse-path": "^7.1.0",
73
+ "@typescript-eslint/eslint-plugin": "^6.17",
74
+ "bun-types": "1.3.11",
75
+ "eslint-config-prettier": "^9.1.0",
76
+ "eslint-plugin-import": "^2.29.1",
77
+ "eslint-plugin-unused-imports": "^4.1.4",
78
+ "ignore": "^6.0.2",
79
+ "lodash": "4.17.23",
80
+ "prettier": "^3.7.4",
81
+ "ts-node": "^10.9.2",
82
+ "ts-pattern": "^5.9.0",
83
+ "tsc-alias": "^1.8.16",
84
+ "tsconfig-paths": "4.2.0",
85
+ "typescript": "5.5.4",
86
+ "typescript-eslint": "^7.17.0"
87
+ },
88
+ "engines": {
89
+ "bun": "1.3.14"
90
+ },
91
+ "packageManager": "bun@1.3.14"
92
+ }