mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-30 22:09:49 +02:00
Add documentation for config schema sections that existed in source but had zero coverage in the reference doc: - diagnostics (otel, cacheTrace, flags, stuckSessionWarnMs) - update (channel, checkOnStart, auto.*) - acp (enabled, dispatch, backend, stream.*, runtime.*) - gateway.tls (enabled, autoGenerate, certPath, keyPath, caPath) - gateway.reload (mode, debounceMs, deferralTimeoutMs) - cron.retry (maxAttempts, backoffMs, retryOn) - cron.failureAlert (enabled, after, cooldownMs, mode) - auth.cooldowns (billingBackoffHours, billingMaxHours, failureWindowHours) - logging.maxFileBytes - session.scope (per-sender vs global) - session.agentToAgent.maxPingPongTurns (range 0-5)