From 29a98137a743ec5e8c3a76c28ad3004b983d3945 Mon Sep 17 00:00:00 2001 From: Krilly Date: Sat, 21 Feb 2026 12:31:36 +0000 Subject: [PATCH] Backup after restore and config cleanup 2026-02-21T12:31:36+00:00 --- state-backup/openclaw.json | 78 +++++++++++++++++++++++++------------- 1 file changed, 52 insertions(+), 26 deletions(-) diff --git a/state-backup/openclaw.json b/state-backup/openclaw.json index e015f33..2950584 100644 --- a/state-backup/openclaw.json +++ b/state-backup/openclaw.json @@ -1,7 +1,7 @@ { "meta": { "lastTouchedVersion": "2026.2.19-2", - "lastTouchedAt": "2026-02-21T06:58:28.589Z" + "lastTouchedAt": "2026-02-21T11:05:42.683Z" }, "env": { "shellEnv": { @@ -11,7 +11,8 @@ "GOTIFY_API_KEY": "AGoV3cAUyUMDbyt", "GOTIFY_URL": "http://runtipi.kangaroo-eel.ts.net:8129", "N8N_API_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiJjNDMwMjUzNS1hNWMzLTRkZjAtODIzNi1lZmE5YmVmNTAxMjQiLCJpc3MiOiJuOG4iLCJhdWQiOiJwdWJsaWMtYXBpIiwiaWF0IjoxNzY1NTk1MzkyfQ.RrwOyN27-F3Pztxtv4IAyBt1MKKU1l5lWb6nMGpGNic", - "N8N_BASE_URL": "https://n8n.kangaroo-eel.ts.net/" + "N8N_BASE_URL": "https://n8n.kangaroo-eel.ts.net/", + "CEREBRAS_API_KEY": "csk-k5dtdkpwht62c5rm3pkr5fehn833mckv8crv3xepxcj8m299" }, "NIM_API_KEY": "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", "OPENCODE_API_KEY": "sk-84HEPfjNyw4Lv3YWp5yUV4LAvOlz1oL6wYF00oONARWaneKCPgtEJvHyE61aOypS", @@ -71,6 +72,10 @@ "kimi-coding:default": { "provider": "kimi-coding", "mode": "api_key" + }, + "openrouter:default": { + "provider": "openrouter", + "mode": "api_key" } }, "order": {} @@ -178,6 +183,31 @@ "maxTokens": 8192 } ] + }, + "openrouter": { + "baseUrl": "https://openrouter.ai/api/v1", + "apiKey": "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", + "auth": "api-key", + "api": "openai-completions", + "authHeader": true, + "models": [ + { + "id": "openrouter/arcee-ai/trinity-large-preview:free", + "name": "Trinity Large Preview (Free)", + "reasoning": false, + "input": [ + "text" + ], + "cost": { + "input": 0, + "output": 0, + "cacheRead": 0, + "cacheWrite": 0 + }, + "contextWindow": 262144, + "maxTokens": 8192 + } + ] } }, "bedrockDiscovery": { @@ -193,7 +223,7 @@ "agents": { "defaults": { "model": { - "primary": "openai-codex/gpt-5.3-codex", + "primary": "opencode/kimi-k2.5-free", "fallbacks": [ "opencode/kimi-k2.5-free", "opencode/glm-5-free", @@ -204,10 +234,6 @@ ] }, "models": { - "anthropic/claude-opus-4-6": { - "alias": "opus", - "streaming": true - }, "moonshot/kimi-2.5": { "alias": "kimi", "streaming": true @@ -249,17 +275,6 @@ "alias": "codex53", "streaming": true }, - "google-antigravity/claude-opus-4-6-thinking": {}, - "openrouter/qwen/qwen3-coder:free": { - "alias": "qwen-coder-free", - "streaming": true - }, - "openrouter/openai/gpt-oss-120b:free": { - "alias": "gpt-oss-free" - }, - "openrouter/stepfun/step-3.5-flash:free": { - "alias": "step-free" - }, "nim/nvidia/llama-3.1-nemotron-70b-instruct": { "alias": "nemotron-70b" }, @@ -297,8 +312,10 @@ "alias": "gpt-oss-20b" }, "github-copilot/claude-sonnet-4.5": {}, - "openai-codex/gpt-5.2": {}, - "openrouter/arcee-ai/trinity-large-preview:free": {}, + "openrouter/arcee-ai/trinity-large-preview:free": { + "alias": "trinity-free", + "streaming": true + }, "kimi-coding/k2p5": { "alias": "Kimi K2.5" } @@ -430,7 +447,11 @@ }, "elevated": { "enabled": true, - "allowFrom": {} + "allowFrom": { + "telegram": [ + "1793951355" + ] + } }, "exec": { "host": "gateway", @@ -626,8 +647,8 @@ "http://127.0.0.1:18789", "http://localhost:18789" ], - "allowInsecureAuth": true, - "dangerouslyDisableDeviceAuth": true + "allowInsecureAuth": false, + "dangerouslyDisableDeviceAuth": false }, "auth": { "mode": "token", @@ -683,8 +704,13 @@ } }, "memory": { - "backend": "builtin", - "citations": "auto" + "backend": "qmd", + "citations": "auto", + "qmd": { + "command": "qmd", + "includeDefaultMemory": true, + "paths": [] + } }, "skills": { "allowBundled": [], @@ -754,4 +780,4 @@ } } } -} +} \ No newline at end of file