"workspace": "/home/ai/.openclaw/workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
}
}
},
"tools": {
"profile": "messaging",
"web": {
"search": {
"enabled": false
},
"fetch": {
"enabled": true
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": true,
"nativeSkills": true,
"text": true,
"bash": true,
"config": true,
"debug": true,
"restart": true,
"useAccessGroups": true,
"ownerDisplay": "raw"
},
"session": {
"dmScope": "per-channel-peer"
},
"hooks": {
"internal": {
"enabled": true,
"entries": {
"boot-md": {
"enabled": true
},
"bootstrap-extra-files": {
"enabled": true
},
"command-logger": {
"enabled": true
},
"session-memory": {
"enabled": true
}
}
}
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "lan",
"controlUi": {
"enabled": true,
"allowedOrigins": [
"http://localhost:18789",
"http://127.0.0.1:18789"
],
"dangerouslyAllowHostHeaderOriginFallback": true,
"allowInsecureAuth": true,
"dangerouslyDisableDeviceAuth": true
},
"auth": {
"mode": "token",
"token": "my-token-i-have-saved",
"password": "none",
"rateLimit": {
"maxAttempts": 10,
"exemptLoopback": false
}
},
"allowRealIpFallback": false,
"tailscale": {
"mode": "off",
"resetOnExit": false
},
"nodes": {
"denyCommands": []
}
},
"memory": {
"backend": "qmd"
},
"skills": {
"allowBundled": [],
"install": {
"nodeManager": "npm"
}
}