@renxqoo/renx-code-win32-x64 0.0.48 → 0.0.50

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 (3) hide show
  1. package/README.md +27 -27
  2. package/bin/renx.exe +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,27 +1,27 @@
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.
package/bin/renx.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@renxqoo/renx-code-win32-x64",
3
- "version": "0.0.48",
3
+ "version": "0.0.50",
4
4
  "description": "Renx Code terminal AI coding assistant (win32-x64)",
5
5
  "type": "commonjs",
6
6
  "private": false,