Releases: techartdev/OpenClawHomeAssistant
Releases · techartdev/OpenClawHomeAssistant
Release 0.5.72
[0.5.72] - 2026-05-04
Fixed
- Repair startup when a persisted OpenClaw config still selects the unavailable
tools.web.search.provider=braveprovider. The add-on now clears that provider before launching the gateway so OpenClaw can start; users can reinstall/enable the Brave provider later if they want web search through Brave.
Full Changelog: v0.5.71...v0.5.72
Release 0.5.71
Release 0.5.70
v0.5.69
Release 0.5.67
Release 0.5.66
What's Changed
- fix: re-render landing page with gateway token after onboard (issue #102) by @techartdev in #107
- Bump OpenClaw to 2026.4.12 by @techartdev in #116
Full Changelog: v0.5.65...v0.5.66
Release 0.5.65
What's Changed
- chore: bump OpenClaw to 2026.4.2 by @techartdev in #106
Full Changelog: v0.5.63...v0.5.65
Release 0.5.63
Release 0.5.62
Fixed
- Gateway restart loop (issue #95):
openclaw gateway runis a thin wrapper that spawnsopenclaw-gatewayas a long-running daemon then exits. The supervisor had two bugs: (1)pgreppattern"openclaw.*(gateway|node).*run"never matched the daemon nameopenclaw-gateway, so self-restarts were never detected; (2) after re-tracking a self-restarted PID,waitfailed with "pid N is not a child of this shell" (exit 127) because the new daemon was spawned by the old one, not by run.sh. The supervisor loop now usespgrep -f "openclaw-gateway"for reliable daemon detection and switches tokill -0polling for non-child PIDs instead ofwait. The loopback relay (tailnet mode) is also stopped/restarted around supervisor-initiated gateway restarts to prevent port conflicts.
Full Changelog: v0.5.60...v0.5.62
Release 0.5.60
Fixed
- Session lock cleanup ignored non-default agents:
cleanup_session_lockswas hardcoded toagents/main/sessions, skipping stale locks for any agent with a customforcedAgentId. Stale locks could block the gateway from opening sessions for those agents, causing silent fallback tomain. Cleanup now scans allagents/*/sessions/directories.
Full Changelog: v0.5.59...v0.5.60