fix(openclaw): restore active runtime state

This commit is contained in:
William Valentin
2026-06-04 13:29:47 -07:00
parent dad13e7648
commit d2f4dd7cef
20 changed files with 10382 additions and 5904 deletions
+17 -2
View File
@@ -4,6 +4,21 @@
"path": "/home/openclaw/.openclaw/exec-approvals.sock",
"token": "X-zuaMd7uFuSifeKYSh7fkrU8o4GOOvQ"
},
"defaults": {},
"agents": {}
"defaults": {
"security": "full",
"ask": "on-miss",
"askFallback": "full",
"autoAllowSkills": true
},
"agents": {
"main": {
"security": "full",
"allowlist": [
{
"pattern": "/home/openclaw/.openclaw/workspace/scripts/gog-calendar-read.sh",
"id": "3c9288ce-ee6c-42c9-b523-b66d483bbe12"
}
]
}
}
}