Skip to content

Releases: techartdev/OpenClawHomeAssistant

Release 0.5.72

04 May 07:21

Choose a tag to compare

[0.5.72] - 2026-05-04

Fixed

  • Repair startup when a persisted OpenClaw config still selects the unavailable tools.web.search.provider=brave provider. 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

03 May 09:02
c769cb8

Choose a tag to compare

What's Changed

Full Changelog: v0.5.70...v0.5.71

Release 0.5.70

30 Apr 01:19
80ef635

Choose a tag to compare

What's Changed

Full Changelog: v0.5.69...v0.5.70

v0.5.69

27 Apr 11:33
f66c574

Choose a tag to compare

What's Changed

Full Changelog: v0.5.67...v0.5.69

Release 0.5.67

24 Apr 21:41
2b6c875

Choose a tag to compare

What's Changed

Full Changelog: v0.5.66...v0.5.67

Release 0.5.66

14 Apr 09:10
9a65e66

Choose a tag to compare

What's Changed

Full Changelog: v0.5.65...v0.5.66

Release 0.5.65

04 Apr 00:10
ba8fd59

Choose a tag to compare

What's Changed

Full Changelog: v0.5.63...v0.5.65

Release 0.5.63

14 Mar 18:16

Choose a tag to compare

Changed

  • Bump OpenClaw to 2026.3.13.

Full Changelog: v0.5.62...v0.5.63

Release 0.5.62

10 Mar 21:43

Choose a tag to compare

Fixed

  • Gateway restart loop (issue #95): openclaw gateway run is a thin wrapper that spawns openclaw-gateway as a long-running daemon then exits. The supervisor had two bugs: (1) pgrep pattern "openclaw.*(gateway|node).*run" never matched the daemon name openclaw-gateway, so self-restarts were never detected; (2) after re-tracking a self-restarted PID, wait failed 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 uses pgrep -f "openclaw-gateway" for reliable daemon detection and switches to kill -0 polling for non-child PIDs instead of wait. 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

10 Mar 20:50

Choose a tag to compare

Fixed

  • Session lock cleanup ignored non-default agents: cleanup_session_locks was hardcoded to agents/main/sessions, skipping stale locks for any agent with a custom forcedAgentId. Stale locks could block the gateway from opening sessions for those agents, causing silent fallback to main. Cleanup now scans all agents/*/sessions/ directories.

Full Changelog: v0.5.59...v0.5.60