clavue 8.8.81 → 8.8.82

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
@@ -1,4 +1,4 @@
1
- # Clavue v8.8.81
1
+ # Clavue v8.8.82
2
2
 
3
3
  ![Clavue cover](https://unpkg.com/clavue/image.png)
4
4
 
@@ -85,7 +85,7 @@ curl -fsSL https://unpkg.com/clavue/install.sh | bash
85
85
  Install a specific version:
86
86
 
87
87
  ```bash
88
- curl -fsSL https://unpkg.com/clavue@8.8.81/install.sh | bash -s -- 8.8.81
88
+ curl -fsSL https://unpkg.com/clavue@8.8.82/install.sh | bash -s -- 8.8.82
89
89
  ```
90
90
 
91
91
  ## Quick Start: Custom API
@@ -142,6 +142,20 @@ This package is intended for users who want an execution-first coding CLI with e
142
142
 
143
143
  On macOS, `clavue` avoids Keychain by default and stores local credentials in `~/.clavue/.credentials.json` so startup does not trigger system Keychain prompts. If you explicitly want the old Keychain behavior back, launch with `CLAVUE_USE_KEYCHAIN=1 clavue`.
144
144
 
145
+ ## Long-Running Session Memory
146
+
147
+ Clavue automatically restarts normal long-running sessions with `--max-old-space-size=8192` before loading the full CLI. This prevents the common Node default ~4GB heap limit from killing large coding sessions with `Reached heap limit Allocation failed - JavaScript heap out of memory`.
148
+
149
+ Useful controls:
150
+
151
+ ```bash
152
+ CLAVUE_MAX_OLD_SPACE_SIZE_MB=12288 clavue
153
+ CLAVUE_DISABLE_HEAP_REEXEC=1 clavue
154
+ NODE_OPTIONS="--max-old-space-size=12288" clavue
155
+ ```
156
+
157
+ `clavue --version` stays on the zero-load fast path and does not restart.
158
+
145
159
  ## CLI Entry Points
146
160
 
147
161
  Version check: