@renxqoo/renx-code-win32-x64 0.0.48 → 0.0.52
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 +35 -27
- package/bin/renx.exe +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,27 +1,35 @@
|
|
|
1
|
-
# @renxqoo/renx-code
|
|
2
|
-
|
|
3
|
-
Renx Code terminal AI coding assistant for the command line.
|
|
4
|
-
|
|
5
|
-
## Install
|
|
6
|
-
|
|
7
|
-
```bash
|
|
8
|
-
npm install -g @renxqoo/renx-code
|
|
9
|
-
```
|
|
10
|
-
|
|
11
|
-
## Usage
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
renx
|
|
15
|
-
renx --help
|
|
16
|
-
renx --version
|
|
17
|
-
```
|
|
18
|
-
|
|
19
|
-
## Supported Platforms
|
|
20
|
-
|
|
21
|
-
- macOS arm64
|
|
22
|
-
- macOS x64
|
|
23
|
-
- Linux arm64
|
|
24
|
-
- Linux x64
|
|
25
|
-
- Windows x64
|
|
26
|
-
|
|
27
|
-
Windows arm64 is not bundled yet because the current Bun compiler target matrix does not provide a native `bun-windows-arm64` executable target.
|
|
1
|
+
# @renxqoo/renx-code
|
|
2
|
+
|
|
3
|
+
Renx Code terminal AI coding assistant for the command line.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install -g @renxqoo/renx-code
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Usage
|
|
12
|
+
|
|
13
|
+
```bash
|
|
14
|
+
renx
|
|
15
|
+
renx --help
|
|
16
|
+
renx --version
|
|
17
|
+
```
|
|
18
|
+
|
|
19
|
+
## Supported Platforms
|
|
20
|
+
|
|
21
|
+
- macOS arm64
|
|
22
|
+
- macOS x64
|
|
23
|
+
- Linux arm64
|
|
24
|
+
- Linux x64
|
|
25
|
+
- Windows x64
|
|
26
|
+
|
|
27
|
+
Windows arm64 is not bundled yet because the current Bun compiler target matrix does not provide a native `bun-windows-arm64` executable target.
|
|
28
|
+
|
|
29
|
+
## Runtime Cache
|
|
30
|
+
|
|
31
|
+
The launcher copies installed native binaries into a user-scoped cache before execution. This keeps active Windows processes from locking files inside `node_modules` during upgrades.
|
|
32
|
+
|
|
33
|
+
- Default cache path on Windows: `%LOCALAPPDATA%\Renx\binary-cache`
|
|
34
|
+
- Override cache path: `RENX_BINARY_CACHE_DIR`
|
|
35
|
+
- Disable the cache for debugging: `RENX_DISABLE_BINARY_CACHE=1`
|
package/bin/renx.exe
CHANGED
|
Binary file
|