feat: add gateway runtime compatibility checks and minimum version enforcement
This commit is contained in:
@@ -61,6 +61,9 @@ class Settings(BaseSettings):
|
||||
rq_dispatch_retry_base_seconds: float = 10.0
|
||||
rq_dispatch_retry_max_seconds: float = 120.0
|
||||
|
||||
# OpenClaw gateway runtime compatibility
|
||||
gateway_min_version: str = "2026.02.9"
|
||||
|
||||
# Logging
|
||||
log_level: str = "INFO"
|
||||
log_format: str = "text"
|
||||
|
||||
Reference in New Issue
Block a user