{
meta: {
lastTouchedVersion: '2026.3.13',
lastTouchedAt: '2026-03-18T08:43:02.682Z',
},
wizard: {
lastRunAt: '2026-03-18T07:31:09.135Z',
lastRunVersion: '2026.3.13',
lastRunCommand: 'onboard',
lastRunMode: 'local',
},
models: {
providers: {
lmstudio: {
baseUrl: 'http://10.0.71.31:1234/v1',
apiKey: '__OPENCLAW_REDACTED__',
api: 'openai-completions',
models: [
{
id: 'qwen3.5-4b',
name: 'Qwen 3.5 4B (LM Studio)',
api: 'openai-completions',
reasoning: false,
input: [
'text',
],
cost: {
input: 0,
output: 0,
cacheRead: 0,
cacheWrite: 0,
},
contextWindow: 32768,
maxTokens: 16384,
},
],
},
},
},
agents: {
defaults: {
model: {
primary: 'lmstudio/qwen3.5-4b',
},
workspace: '/Users/dengzemiao/.openclaw/workspace',
compaction: {
mode: 'safeguard',
},
},
},
tools: {
profile: 'coding',
},
commands: {
native: 'auto',
nativeSkills: 'auto',
restart: true,
ownerDisplay: 'raw',
},
session: {
dmScope: 'per-channel-peer',
},
gateway: {
port: 18789,
mode: 'local',
bind: 'lan',
controlUi: {
allowedOrigins: [
'http://localhost:18789',
'http://127.0.0.1:18789',
'http://10.0.91.97:18789',
],
dangerouslyAllowHostHeaderOriginFallback: true,
allowInsecureAuth: true,
dangerouslyDisableDeviceAuth: true,
},
auth: {
mode: 'token',
token: '__OPENCLAW_REDACTED__',
},
tailscale: {
mode: 'off',
resetOnExit: false,
},
remote: {
url: 'wss://10.0.91.97:18789',
},
nodes: {
denyCommands: [
'camera.snap',
'camera.clip',
'screen.record',
'contacts.add',
'calendar.add',
'reminders.add',
'sms.send',
],
},
},
}
模型配置主要关注:models 、agents。
局域网访问主要关注:gateway、auth、remote。