@renxqoo/renx-code-win32-x64 0.0.50 → 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 CHANGED
@@ -25,3 +25,11 @@ renx --version
25
25
  - Windows x64
26
26
 
27
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@renxqoo/renx-code-win32-x64",
3
- "version": "0.0.50",
3
+ "version": "0.0.52",
4
4
  "description": "Renx Code terminal AI coding assistant (win32-x64)",
5
5
  "type": "commonjs",
6
6
  "private": false,