{ "meta": { "lastTouchedVersion": "2026.1.24-3", "lastTouchedAt": "2026-01-26T07:27:51.684Z" }, "wizard": { "lastRunAt": "2026-01-26T07:27:51.673Z", "lastRunVersion": "2026.1.24-3", "lastRunCommand": "configure", "lastRunMode": "local" }, "auth": { "profiles": { "zai:default": { "provider": "zai", "mode": "api_key" } } }, "models": { "providers": { "deepseek": { "baseUrl": "https://api.deepseek.com/v1", "apiKey": "secret", "api": "openai-completions", "models": [ { "id": "deepseek-chat", "name": "DeepSeek Chat", "reasoning": false, "input": [ "text" ], "cost": { "input": 0.28, "output": 0.42, "cacheRead": 0.028, "cacheWrite": 0.28 }, "contextWindow": 131072, "maxTokens": 8192 }, { "id": "deepseek-reasoner", "name": "DeepSeek Reasoner", "reasoning": true, "input": [ "text" ], "cost": { "input": 0.28, "output": 0.42, "cacheRead": 0.028, "cacheWrite": 0.28 }, "contextWindow": 131072, "maxTokens": 65536 } ] } } }, "agents": { "defaults": { "model": { "primary": "zai/glm-4.7" }, "models": { "deepseek/deepseek-chat": {}, "zai/glm-4.7": {} }, "workspace": "/home/username/clawd", "maxConcurrent": 4, "subagents": { "maxConcurrent": 8 } } }, "tools": { "message": { "crossContext": { "allowWithinProvider": true, "allowAcrossProviders": true } } }, "messages": { "ackReactionScope": "group-mentions" }, "commands": { "native": "auto", "nativeSkills": "auto", "restart": true }, "channels": { "telegram": { "enabled": true, "dmPolicy": "pairing", "botToken": "secret", "groupPolicy": "allowlist", "streamMode": "partial" }, "discord": { "enabled": true, "token": "secret", "allowBots": false, "groupPolicy": "allowlist", "guilds": { "secret": { "requireMention": true, "users": [ "secret", "secret", "secret" ] } } } }, "gateway": { "port": 18789, "mode": "local", "bind": "loopback", "auth": { "mode": "token", "token": "secret" }, "tailscale": { "mode": "off", "resetOnExit": false } }, "plugins": { "entries": { "telegram": { "enabled": true }, "discord": { "enabled": true } } } }