vibelet 1.2.153 → 1.2.154

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
@@ -53,6 +53,14 @@ vibelet --access= # Clear saved relay URL
53
53
 
54
54
  Remote access is enabled by default for `vibelet`, `vibelet start`, `vibelet restart`, and `vibelet reset`. Use `--access=local` when you want a LAN-only QR code for that run. Legacy aliases still work: `--local`, `--relay`, `--host`, `--fallback-hosts`, `--remote`, and `--tunnel`.
55
55
 
56
+ Managed Cloudflare Tunnels use cloudflared's `auto` transport so QUIC is preferred
57
+ when UDP is available and HTTP/2 remains the fallback. The CLI checks its bundled,
58
+ user-owned cloudflared binary for updates at most once every 24 hours. A failed
59
+ check does not prevent startup, and system package-manager binaries are never
60
+ modified. Versions older than 2026.5.2 temporarily stay on HTTP/2 because their
61
+ automatic QUIC fallback can delay tunnel readiness for minutes. Update metadata
62
+ is stored in `~/.vibelet/cloudflared-update.json`.
63
+
56
64
  ## Release
57
65
 
58
66
  ```bash
@@ -74,6 +82,7 @@ The dual publish script builds once, then publishes the same CLI bundle to both
74
82
  | `VIBE_IDLE_TIMEOUT_MS` | `1800000` (30 min) | Idle timeout before a driver is released (0 = disabled) |
75
83
  | `VIBE_TURN_STALL_TIMEOUT_MS` | `300000` (5 min) | Soft inactivity threshold for suspecting an in-flight turn has stalled (0 = disabled) |
76
84
  | `VIBE_TURN_STALL_HARD_TIMEOUT_MS` | `900000` (15 min) | Hard inactivity threshold for force-stopping a stalled turn after warning (0 = warn only) |
85
+ | `VIBE_TEXT_DELTA_BATCH_MS` | `24` | Maximum delay for combining streaming text updates before WebSocket broadcast (0 = disabled) |
77
86
  | `VIBE_AUDIT_MAX_BYTES` | `8388608` (8 MB) | Max audit.jsonl size before trimming |
78
87
  | `VIBE_DAEMON_LOG_MAX_BYTES` | `16777216` (16 MB) | Max daemon log file size before trimming |
79
88
  | `VIBE_STORAGE_HOUSEKEEPING_INTERVAL_MS` | `300000` (5 min) | Log trimming check interval |