目前本产品处于公测期,如您有更好的建议欢迎联系我们反馈
~/.openclaw/config.json,可通过引导向导自动生成,也可以手动编辑。{
"meta": {
"lastTouchedVersion": "2026.2.26",
"lastTouchedAt": "2026-03-01T02:01:47.818Z"
},
"wizard": {
"lastRunAt": "2026-02-27T08:04:00.750Z",
"lastRunVersion": "2026.2.26",
"lastRunCommand": "onboard",
"lastRunMode": "local"
},
"agents": {
"defaults": {
"workspace": "/root/.openclaw/workspace",
"compaction": {
"mode": "safeguard"
},
"maxConcurrent": 4,
"subagents": {
"maxConcurrent": 8
},
"model": {
"primary": "tyg/doubao-seed-2.0-code"
}
}
},
"messages": {
"ackReactionScope": "group-mentions"
},
"commands": {
"native": "auto",
"nativeSkills": "auto",
"restart": true
},
"session": {
"dmScope": "per-channel-peer"
},
"gateway": {
"port": 18789,
"mode": "local",
"bind": "lan",
"controlUi": {
"allowInsecureAuth": false,
"dangerouslyDisableDeviceAuth": false
},
"auth": {
"mode": "token",
"token": "123456789"
},
"tailscale": {
"mode": "off",
"resetOnExit": false
}
},
"skills": {
"install": {
"nodeManager": "npm"
}
},
"plugins": {
"entries": {
"feishu": {
"enabled": false
}
}
},
"models": {
"providers": {
"tyg": {
"baseUrl": "https://api.model.yungnet.cn/v1",
"apiKey": "你的密钥",
"api": "openai-completions",
"models": [
{
"id": "doubao-seed-2.0-code",
"name": "doubao-seed-2.0-code",
"compat": {
"supportsStore": false
}
}
]
}
},
"mode": "merge"
}
}