1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
| { "meta": { "lastTouchedVersion": "2026.3.13", "lastTouchedAt": "2026-03-19T15:19:18.416Z" }, "wizard": { "lastRunAt": "2026-03-19T14:49:12.291Z", "lastRunVersion": "2026.3.13", "lastRunCommand": "onboard", "lastRunMode": "local" }, "agents": { "defaults": { "model": "bailian/qwen-max", "workspace": "/home/node/.openclaw/workspace", "compaction": { "mode": "safeguard" }, "sandbox": { "mode": "off" } } }, "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://192.168.31.128:18789", "http://localhost:18789", "http://127.0.0.1:18789" ], "allowInsecureAuth": true, "dangerouslyDisableDeviceAuth": true }, "auth": { "mode": "token", "token": "57e80e658e4e4f52ac38326ef7681d72f9765baaa5fb7a2315dd246db65f46f8" }, "tailscale": { "mode": "off", "resetOnExit": false }, "nodes": { "denyCommands": [ "camera.snap", "camera.clip", "screen.record", "contacts.add", "calendar.add", "reminders.add", "sms.send" ] } }, "models": { "providers": { "bailian": { "baseUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1", "apiKey": "sk-Key在这里填完整", "api": "openai-completions", "models": [ { "id": "qwen-max", "name": "Qwen-Max" }, { "id": "qwen-plus", "name": "Qwen-Plus" }, { "id": "qwen-turbo", "name": "Qwen-Turbo" } ] } } } }
|