craby-gateway 0.17.6 → 0.17.7

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
@@ -81,6 +81,7 @@ gateway:
81
81
  auditLogPath: ~/.craby-ai/logs/audit.log
82
82
  gatewayLogPath: ~/.craby-ai/logs/gateway.log
83
83
  idleTtlMs: 900000
84
+ readableLiveDeltaCoalesceMs: 75
84
85
  ```
85
86
 
86
87
  Default config values include:
@@ -109,6 +110,7 @@ The package still accepts environment variable overrides. Common ones include:
109
110
  - `ENABLE_NATIVE_PROVIDERS`
110
111
  - `REQUIRE_NATIVE_CODEX`
111
112
  - `GATEWAY_BOOTSTRAP_PAIRING_CODE_ON_START`
113
+ - `GATEWAY_READABLE_LIVE_DELTA_COALESCE_MS`
112
114
 
113
115
  You can also point commands at a custom config file:
114
116