feat: ship agent-first mission control v0.2.57
CI - Build & Test / Backend (.NET) (push) Successful in 42s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 2m46s
CI - Build & Test / Security Check (push) Successful in 3s
CI - Build & Test / Deploy Nexus (push) Successful in 56s

This commit is contained in:
AzuTear
2026-07-31 22:39:47 +02:00
parent 3bc7622977
commit f5552218bc
535 changed files with 95242 additions and 8791 deletions
+44 -10
View File
@@ -5,15 +5,9 @@
"Integrations": {
"OpenClaw": {
"BaseUrl": "http://127.0.0.1:18789",
"RequiredVersion": "",
"RequiredVersion": "2026.7.1",
"Token": "",
"Password": ""
},
"Ollama": {
"BaseUrl": "http://127.0.0.1:11434"
},
"Nvidia": {
"ApiKey": ""
}
},
"Jwt": {
@@ -22,17 +16,57 @@
"AccessTokenExpirationMinutes": 15,
"RefreshTokenExpirationDays": 7
},
"AgentConfigPath": "/home/node/.openclaw/agents-sanitized.json",
"TaskRecovery": {
"StaleHours": 2,
"IntervalMinutes": 30
},
"ForwardedHeaders": {
"ForwardLimit": 1,
"KnownProxies": [],
"KnownNetworks": []
},
"GatewayConnector": {
"WebSocketPath": "/ws",
"WebSocketPath": "/",
"ProtocolVersion": 4,
"HandshakeTimeoutSeconds": 15,
"RpcTimeoutSeconds": 30,
"MaxFrameBytes": 4194304,
"EventBufferCapacity": 500,
"DeviceStatePath": "",
"OperationAuditPath": "",
"DeviceFamily": "server",
"ClientId": "nexus",
"ClientMode": "backend",
"ClientDisplayName": "Nexus Mission Control",
"ClientInstanceId": "",
"ExternalClientIdentitySupported": false,
"AllowReservedInternalClientIdentity": false,
"TlsFingerprint": "",
"TrustedPlaintextHosts": [
"openclaw-gateway",
"host.docker.internal"
],
"ReconnectInitialDelayMs": 1000,
"ReconnectMaxDelayMs": 300000,
"FailFastOnVersionMismatch": true,
"FailFastOnMissingVersion": false
"FailFastOnMissingVersion": false,
"Scopes": [
"operator.read"
],
"Capabilities": [
"approvals",
"exec-approvals",
"session-scoped-events",
"task-suggestions",
"tool-events"
]
},
"OpenClawAgentProvisioning": {
"WorkspaceRoot": "~/.openclaw",
"PollIntervalSeconds": 5,
"LeaseSeconds": 60,
"MaxProposalFileBytes": 262144,
"MaxProposalFilesBytes": 524288
},
"AllowedHosts": "*"
}