Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-03-09 07:06:03 +00:00
parent a5f51ad30f
commit 832fa34ecd
7 changed files with 69 additions and 52 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"gateway": {
"mode": "local",
"controlUi": {
"dangerouslyAllowHostHeaderOriginFallback": true
}
},
"agents": {
"defaults": {
"workspace": "/home/node/.openclaw/workspace"
},
"list": [
{
"id": "main",
"workspace": "/home/node/.openclaw/workspace",
"identity": {
"name": "Clawd",
"theme": "helpful assistant",
"emoji": "🦞"
}
}
]
}
}