chore(openclaw): sync automation state

This commit is contained in:
William Valentin
2026-05-20 17:36:42 -07:00
parent d8f9640564
commit 6a5365feee
8 changed files with 3661 additions and 139 deletions
+29 -16
View File
@@ -92,7 +92,8 @@
"cacheWrite": 0
},
"contextWindow": 202800,
"maxTokens": 131100
"maxTokens": 131100,
"api": "openai-completions"
},
{
"id": "glm-5-turbo",
@@ -108,7 +109,8 @@
"cacheWrite": 0
},
"contextWindow": 202800,
"maxTokens": 131100
"maxTokens": 131100,
"api": "openai-completions"
},
{
"id": "glm-4.7",
@@ -124,7 +126,8 @@
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072
"maxTokens": 131072,
"api": "openai-completions"
},
{
"id": "glm-4.7-flash",
@@ -140,7 +143,8 @@
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 131072
"maxTokens": 131072,
"api": "openai-completions"
},
{
"id": "glm-4.7-flashx",
@@ -156,7 +160,8 @@
"cacheWrite": 0
},
"contextWindow": 200000,
"maxTokens": 128000
"maxTokens": 128000,
"api": "openai-completions"
},
{
"id": "glm-4.6",
@@ -172,7 +177,8 @@
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072
"maxTokens": 131072,
"api": "openai-completions"
},
{
"id": "glm-4.6v",
@@ -189,7 +195,8 @@
"cacheWrite": 0
},
"contextWindow": 128000,
"maxTokens": 32768
"maxTokens": 32768,
"api": "openai-completions"
},
{
"id": "glm-4.5",
@@ -205,7 +212,8 @@
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 98304
"maxTokens": 98304,
"api": "openai-completions"
},
{
"id": "glm-4.5-air",
@@ -221,7 +229,8 @@
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 98304
"maxTokens": 98304,
"api": "openai-completions"
},
{
"id": "glm-4.5-flash",
@@ -237,7 +246,8 @@
"cacheWrite": 0
},
"contextWindow": 131072,
"maxTokens": 98304
"maxTokens": 98304,
"api": "openai-completions"
},
{
"id": "glm-4.5v",
@@ -254,7 +264,8 @@
"cacheWrite": 0
},
"contextWindow": 64000,
"maxTokens": 16384
"maxTokens": 16384,
"api": "openai-completions"
},
{
"id": "glm-5.1",
@@ -270,19 +281,21 @@
"cacheWrite": 0
},
"contextWindow": 204800,
"maxTokens": 131072
"maxTokens": 131072,
"api": "openai-completions"
}
]
},
"local": {
"baseUrl": "http://192.168.153.130:18806/v1",
"apiKey": "not-needed",
"api": "openai-completions",
"models": [
{
"id": "gemma-3-12b-local",
"name": "Gemma 3 12B Instruct (local)",
"id": "gemma-4-26b-local",
"name": "Gemma 4 26B A4B Instruct (local)",
"api": "openai-completions",
"reasoning": false,
"reasoning": true,
"input": [
"text"
],
@@ -292,7 +305,7 @@
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"contextWindow": 262144,
"maxTokens": 8192
}
]
+9 -5
View File
@@ -160,11 +160,15 @@
"kind": "cron",
"expr": "0 3 * * *"
},
"sessionTarget": "main",
"sessionTarget": "isolated",
"wakeMode": "now",
"payload": {
"kind": "systemEvent",
"text": "__openclaw_memory_core_short_term_promotion_dream__"
"kind": "agentTurn",
"message": "__openclaw_memory_core_short_term_promotion_dream__",
"lightContext": true
},
"delivery": {
"mode": "none"
},
"state": {}
},
@@ -174,7 +178,7 @@
"sessionKey": "agent:main:discord:channel:1494746041604509848",
"name": "n8n Gmail trigger failure monitor",
"description": "Read-only monitor for n8n Gmail workflow whtdorf7yJMVYeHm. Runs 2x/day and alerts #ops-alerts only for factual failure states: workflow inactive, Gmail Trigger node missing, or recent failed executions. Do not alert on mere inactivity/idle time alone.",
"enabled": true,
"enabled": false,
"createdAtMs": 1776975556829,
"schedule": {
"kind": "cron",
@@ -186,7 +190,7 @@
"payload": {
"kind": "agentTurn",
"message": "Run `/home/openclaw/.openclaw/workspace/scripts/check-n8n-gmail-trigger.sh` from the workspace. If it prints an ALERT line or exits non-zero, send a concise factual alert to this Discord channel summarizing only the confirmed condition from the script output. Do not speculate about OAuth, deactivation, or root cause unless the script output explicitly proves it. If it prints OK, stay quiet. Do not modify workflows or credentials.",
"model": "local/gemma-3-12b-local",
"model": "local/gemma-4-26b-local",
"thinking": "off",
"timeoutSeconds": 120,
"toolsAllow": [
+1 -1
View File
@@ -1 +1 @@
/home/openclaw/.local/share/pnpm/5/node_modules/.pnpm/openclaw@2026.4.9_@napi-rs+canvas@0.1.97_@types+express@5.0.6_apache-arrow@18.1.0/node_modules/openclaw
/home/openclaw/.local/share/pnpm/5/.pnpm/openclaw@2026.4.29/node_modules/openclaw
+57 -58
View File
@@ -1,11 +1,11 @@
{
"meta": {
"lastTouchedVersion": "2026.4.23",
"lastTouchedAt": "2026-04-29T16:46:42.428Z"
"lastTouchedVersion": "2026.4.29",
"lastTouchedAt": "2026-05-01T23:21:29.865Z"
},
"wizard": {
"lastRunAt": "2026-04-09T22:23:03.566Z",
"lastRunVersion": "2026.4.9",
"lastRunAt": "2026-05-01T20:32:33.527Z",
"lastRunVersion": "2026.4.29",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
@@ -253,10 +253,10 @@
"api": "openai-completions",
"models": [
{
"id": "gemma-3-12b-local",
"name": "Gemma 3 12B Instruct (local)",
"id": "gemma-4-26b-local",
"name": "Gemma 4 26B A4B Instruct (local)",
"api": "openai-completions",
"reasoning": false,
"reasoning": true,
"input": [
"text"
],
@@ -266,48 +266,19 @@
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"contextWindow": 262144,
"maxTokens": 8192
}
]
],
"apiKey": "not-needed"
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "github-copilot/claude-sonnet-4.6",
"fallbacks": [
"zai/glm-5.1",
"zai/glm-5",
"zai/glm-4.7",
"openai-codex/gpt-5.3-codex",
"openai-codex/gpt-5.4",
"openai-codex/gpt-5.3-codex-spark",
"openai/gpt-5.2",
"openai/gpt-5.3-codex",
"github-copilot/gpt-5.3-codex",
"github-copilot/gpt-5.4",
"github-copilot/grok-code-fast-1",
"github-copilot/claude-opus-4.5",
"github-copilot/claude-opus-4.6",
"github-copilot/claude-sonnet-4.5",
"github-copilot/claude-sonnet-4.6",
"github-copilot/gemini-2.5-pro",
"github-copilot/gemini-3-flash-preview",
"github-copilot/gemini-3-pro-preview",
"github-copilot/gemini-3.1-pro-preview",
"github-copilot/gpt-5",
"github-copilot/gpt-5-mini",
"github-copilot/gpt-5.1",
"github-copilot/gpt-5.1-codex",
"github-copilot/gpt-5.1-codex-max",
"github-copilot/gpt-5.1-codex-mini",
"github-copilot/gpt-5.2-codex",
"github-copilot/gpt-5.2",
"anthropic/claude-opus-4-6",
"anthropic/claude-sonnet-4-6"
]
"primary": "openai-codex/gpt-5.5",
"fallbacks": []
},
"models": {
"openai-codex/gpt-5.4": {
@@ -332,7 +303,7 @@
"alias": "GPT-5.3 Codex"
},
"openai/gpt-5.5": {
"alias": "GPT-5.5"
"alias": "GPT-5.5 API Key"
},
"openai/gpt-5.4-mini": {
"alias": "GPT-5.4 Mini"
@@ -411,6 +382,12 @@
},
"zai/glm-4.5v": {
"alias": "GLM-4.5V"
},
"local/gemma-4-26b-local": {
"alias": "Gemma 4 26B (local)"
},
"openai-codex/gpt-5.5": {
"alias": "GPT-5.5"
}
},
"memorySearch": {
@@ -473,9 +450,8 @@
"id": "automation",
"name": "Automation",
"model": {
"primary": "local/gemma-3-12b-local",
"primary": "local/gemma-4-26b-local",
"fallbacks": [
"openai-codex/gpt-5.4-nano",
"openai-codex/gpt-5.4-mini",
"zai/glm-4.7-flash"
]
@@ -486,11 +462,8 @@
"default": true,
"name": "Main",
"model": {
"primary": "openai-codex/gpt-5.4",
"fallbacks": [
"openai-codex/gpt-5.4",
"zai/glm-5.1"
]
"primary": "openai-codex/gpt-5.5",
"fallbacks": []
},
"subagents": {
"allowAgents": [
@@ -747,6 +720,9 @@
"voice": "af_heart"
}
}
},
"groupChat": {
"visibleReplies": "automatic"
}
},
"commands": {
@@ -760,13 +736,17 @@
"maintenance": {
"mode": "warn",
"pruneAfter": "30d",
"maxEntries": 500,
"rotateBytes": "50mb"
"maxEntries": 500
}
},
"hooks": {
"internal": {
"enabled": true
"enabled": true,
"entries": {
"boot-md": {
"enabled": false
}
}
}
},
"channels": {
@@ -805,6 +785,13 @@
"groupPolicy": "allowlist",
"streaming": {
"mode": "partial"
},
"network": {
"autoSelectFamily": false,
"dnsResultOrder": "ipv4first"
},
"commands": {
"native": false
}
},
"discord": {
@@ -830,7 +817,10 @@
},
"allowFrom": [
"425208577846935553"
]
],
"commands": {
"native": false
}
}
},
"gateway": {
@@ -852,7 +842,7 @@
"config": {}
},
"brave": {
"enabled": true,
"enabled": false,
"config": {
"webSearch": {
"apiKey": "BSAgLuWVVMnrGvobOt7pDQjmVJ5u380"
@@ -860,24 +850,33 @@
}
},
"github-copilot": {
"enabled": true
"enabled": false
},
"zai": {
"enabled": true
"enabled": false
},
"openai": {
"enabled": true
},
"anthropic": {
"enabled": true
"enabled": false
},
"memory-core": {
"config": {
"dreaming": {
"enabled": true
}
}
},
"enabled": false
}
},
"allow": [
"discord",
"telegram",
"openai"
],
"slots": {
"memory": "none"
}
},
"ui": {
+57 -58
View File
@@ -1,11 +1,11 @@
{
"meta": {
"lastTouchedVersion": "2026.4.23",
"lastTouchedAt": "2026-04-29T16:46:42.428Z"
"lastTouchedVersion": "2026.4.29",
"lastTouchedAt": "2026-05-01T23:21:29.865Z"
},
"wizard": {
"lastRunAt": "2026-04-09T22:23:03.566Z",
"lastRunVersion": "2026.4.9",
"lastRunAt": "2026-05-01T20:32:33.527Z",
"lastRunVersion": "2026.4.29",
"lastRunCommand": "doctor",
"lastRunMode": "local"
},
@@ -253,10 +253,10 @@
"api": "openai-completions",
"models": [
{
"id": "gemma-3-12b-local",
"name": "Gemma 3 12B Instruct (local)",
"id": "gemma-4-26b-local",
"name": "Gemma 4 26B A4B Instruct (local)",
"api": "openai-completions",
"reasoning": false,
"reasoning": true,
"input": [
"text"
],
@@ -266,48 +266,19 @@
"cacheRead": 0,
"cacheWrite": 0
},
"contextWindow": 131072,
"contextWindow": 262144,
"maxTokens": 8192
}
]
],
"apiKey": "not-needed"
}
}
},
"agents": {
"defaults": {
"model": {
"primary": "github-copilot/claude-sonnet-4.6",
"fallbacks": [
"zai/glm-5.1",
"zai/glm-5",
"zai/glm-4.7",
"openai-codex/gpt-5.3-codex",
"openai-codex/gpt-5.4",
"openai-codex/gpt-5.3-codex-spark",
"openai/gpt-5.2",
"openai/gpt-5.3-codex",
"github-copilot/gpt-5.3-codex",
"github-copilot/gpt-5.4",
"github-copilot/grok-code-fast-1",
"github-copilot/claude-opus-4.5",
"github-copilot/claude-opus-4.6",
"github-copilot/claude-sonnet-4.5",
"github-copilot/claude-sonnet-4.6",
"github-copilot/gemini-2.5-pro",
"github-copilot/gemini-3-flash-preview",
"github-copilot/gemini-3-pro-preview",
"github-copilot/gemini-3.1-pro-preview",
"github-copilot/gpt-5",
"github-copilot/gpt-5-mini",
"github-copilot/gpt-5.1",
"github-copilot/gpt-5.1-codex",
"github-copilot/gpt-5.1-codex-max",
"github-copilot/gpt-5.1-codex-mini",
"github-copilot/gpt-5.2-codex",
"github-copilot/gpt-5.2",
"anthropic/claude-opus-4-6",
"anthropic/claude-sonnet-4-6"
]
"primary": "openai-codex/gpt-5.5",
"fallbacks": []
},
"models": {
"openai-codex/gpt-5.4": {
@@ -332,7 +303,7 @@
"alias": "GPT-5.3 Codex"
},
"openai/gpt-5.5": {
"alias": "GPT-5.5"
"alias": "GPT-5.5 API Key"
},
"openai/gpt-5.4-mini": {
"alias": "GPT-5.4 Mini"
@@ -411,6 +382,12 @@
},
"zai/glm-4.5v": {
"alias": "GLM-4.5V"
},
"local/gemma-4-26b-local": {
"alias": "Gemma 4 26B (local)"
},
"openai-codex/gpt-5.5": {
"alias": "GPT-5.5"
}
},
"memorySearch": {
@@ -473,9 +450,8 @@
"id": "automation",
"name": "Automation",
"model": {
"primary": "local/gemma-3-12b-local",
"primary": "local/gemma-4-26b-local",
"fallbacks": [
"openai-codex/gpt-5.4-nano",
"openai-codex/gpt-5.4-mini",
"zai/glm-4.7-flash"
]
@@ -486,11 +462,8 @@
"default": true,
"name": "Main",
"model": {
"primary": "openai-codex/gpt-5.4",
"fallbacks": [
"openai-codex/gpt-5.4",
"zai/glm-5.1"
]
"primary": "openai-codex/gpt-5.5",
"fallbacks": []
},
"subagents": {
"allowAgents": [
@@ -747,6 +720,9 @@
"voice": "af_heart"
}
}
},
"groupChat": {
"visibleReplies": "automatic"
}
},
"commands": {
@@ -760,13 +736,17 @@
"maintenance": {
"mode": "warn",
"pruneAfter": "30d",
"maxEntries": 500,
"rotateBytes": "50mb"
"maxEntries": 500
}
},
"hooks": {
"internal": {
"enabled": true
"enabled": true,
"entries": {
"boot-md": {
"enabled": false
}
}
}
},
"channels": {
@@ -805,6 +785,13 @@
"groupPolicy": "allowlist",
"streaming": {
"mode": "partial"
},
"network": {
"autoSelectFamily": false,
"dnsResultOrder": "ipv4first"
},
"commands": {
"native": false
}
},
"discord": {
@@ -830,7 +817,10 @@
},
"allowFrom": [
"425208577846935553"
]
],
"commands": {
"native": false
}
}
},
"gateway": {
@@ -852,7 +842,7 @@
"config": {}
},
"brave": {
"enabled": true,
"enabled": false,
"config": {
"webSearch": {
"apiKey": "BSAgLuWVVMnrGvobOt7pDQjmVJ5u380"
@@ -860,24 +850,33 @@
}
},
"github-copilot": {
"enabled": true
"enabled": false
},
"zai": {
"enabled": true
"enabled": false
},
"openai": {
"enabled": true
},
"anthropic": {
"enabled": true
"enabled": false
},
"memory-core": {
"config": {
"dreaming": {
"enabled": true
}
}
},
"enabled": false
}
},
"allow": [
"discord",
"telegram",
"openai"
],
"slots": {
"memory": "none"
}
},
"ui": {
File diff suppressed because it is too large Load Diff