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 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144
| { "meta": { "lastTouchedVersion": "2026.3.13", "lastTouchedAt": "2026-03-19T06:45:04.014Z" }, "wizard": { "lastRunAt": "2026-03-19T06:45:03.823Z", "lastRunVersion": "2026.3.13", "lastRunCommand": "configure", "lastRunMode": "local" }, "models": { "mode": "merge", "providers": { "ollama": { "baseUrl": "http://192.168.1.48:11434/v1", "api": "openai-completions", "models": [ { "id": "qwen3:8b", "name": "qwen3:8b (Custom Provider)", "reasoning": false, "input": [ "text" ], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 16000, "maxTokens": 4096 } ] } } }, "agents": { "defaults": { "model": { "primary": "ollama/qwen3:8b" }, "models": { "ollama/qwen3:8b": { "alias": "ollama" }, "longcat/LongCat-Flash-Lite": { "alias": "longcat" } }, "workspace": "/home/node/.openclaw/workspace" } }, "tools": { "profile": "coding", "web": { "search": { "enabled": false }, "fetch": { "enabled": true } } }, "commands": { "native": "auto", "nativeSkills": "auto", "restart": true, "ownerDisplay": "raw" }, "session": { "dmScope": "per-channel-peer" }, "hooks": { "internal": { "enabled": true, "entries": { "session-memory": { "enabled": true } } } }, "channels": { "feishu": { "enabled": true, "appId": "cli_a93c756960b89bd2", "appSecret": "D2FhsP6JptBiaKforcjVggso42rhby3Z", "connectionMode": "websocket", "domain": "feishu", "groupPolicy": "open" } }, "gateway": { "port": 18789, "mode": "local", "bind": "loopback", "auth": { "mode": "token", "token": "几里哇啦咕哩呱啦" }, "tailscale": { "mode": "off", "resetOnExit": false }, "nodes": { "denyCommands": [ "camera.snap", "camera.clip", "screen.record", "contacts.add", "calendar.add", "reminders.add", "sms.send" ] } }, "plugins": { "load": { "paths": [ "/app/extensions/feishu" ] }, "slots": { "memory": "openclaw-memmachine" }, "entries": { "feishu": { "enabled": true }, "openclaw-memmachine": { "enabled": true, "config": { "baseUrl": "http://memmachine-app:8080/api/v2", "autoCapture": true, "autoRecall": true, "orgId": "openclaw", "projectId": "openclaw" } } } } }
|