This repository was archived by the owner on Mar 30, 2026. It is now read-only.
v1.1.2
Bug Fixes
- fix: use python3 instead of jq for secret validation checks — v1.1.1 switched from broken
greptojqfor JSON path checks, butjqis not installed on the agents. Now usespython3 -cwhich is always available (OpenClaw is Python-based). Verified all checks pass via SSH against live agents.
What was broken (since v1.1.0)
clawup validatereported all dep/plugin secrets as "not configured" even when they were correctly present inopenclaw.json- Root cause (v1.1.0): searched for env var names instead of config key names at the correct JSON paths
- Root cause (v1.1.1): used
jqwhich isn't installed on the agents
What's fixed
ghauth: checksgh auth status(credential store) instead of grepping openclaw.jsonbrave-search: checks.tools.web.search.apiKeyvia python3- Plugin secrets: checks
.plugins.entries["<name>"].config.<key>via python3 - Slack secrets: checks
.channels.slack.<key>via python3