@vibelet/cli 1.0.14 → 1.0.16
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 +2 -1
- package/dist/index.cjs +53 -53
- package/dist/runtime-version.cjs +1 -1
- package/dist/vibelet.mjs +88 -45
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -72,7 +72,8 @@ The dual publish script builds once, then publishes the same CLI bundle to both
|
|
|
72
72
|
|----------|---------|-------------|
|
|
73
73
|
| `VIBE_PORT` | `9876` | Daemon listen port |
|
|
74
74
|
| `VIBE_IDLE_TIMEOUT_MS` | `1800000` (30 min) | Idle timeout before a driver is released (0 = disabled) |
|
|
75
|
-
| `VIBE_TURN_STALL_TIMEOUT_MS` | `300000` (5 min) |
|
|
75
|
+
| `VIBE_TURN_STALL_TIMEOUT_MS` | `300000` (5 min) | Soft inactivity threshold for suspecting an in-flight turn has stalled (0 = disabled) |
|
|
76
|
+
| `VIBE_TURN_STALL_HARD_TIMEOUT_MS` | `900000` (15 min) | Hard inactivity threshold for force-stopping a stalled turn after warning (0 = warn only) |
|
|
76
77
|
| `VIBE_AUDIT_MAX_BYTES` | `8388608` (8 MB) | Max audit.jsonl size before trimming |
|
|
77
78
|
| `VIBE_DAEMON_LOG_MAX_BYTES` | `16777216` (16 MB) | Max daemon log file size before trimming |
|
|
78
79
|
| `VIBE_STORAGE_HOUSEKEEPING_INTERVAL_MS` | `300000` (5 min) | Log trimming check interval |
|