clavue 8.8.86 → 8.8.88
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 +3 -3
- package/dist/cli.js +1629 -1634
- package/dist/provider-setup.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# Clavue v8.8.
|
|
1
|
+
# Clavue v8.8.88
|
|
2
2
|
|
|
3
3
|

|
|
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.
|
|
88
|
+
curl -fsSL https://unpkg.com/clavue@8.8.88/install.sh | bash -s -- 8.8.88
|
|
89
89
|
```
|
|
90
90
|
|
|
91
91
|
## Quick Start: Custom API
|
|
@@ -250,7 +250,7 @@ Companion commands are still available and can either follow the current app pro
|
|
|
250
250
|
|
|
251
251
|
- Remote headers and status lines use the remote cwd instead of echoing the local machine path.
|
|
252
252
|
- Clearing a remote conversation clears the backend session before resetting the local UI.
|
|
253
|
-
- Idle task boards
|
|
253
|
+
- Idle task boards label unfinished work as needing continuation instead of implying active execution.
|
|
254
254
|
- Proactive compaction stays enabled for large sessions, and reactive overflow recovery remains available when a route still hits a hard context limit.
|
|
255
255
|
|
|
256
256
|
## Compatibility And Routing Notes
|