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
+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": {