feat: ship agent-first mission control v0.2.57
This commit is contained in:
+44
-10
@@ -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": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user