From 80f86ae03042aa0474798e7a7df98b59ecd1bb9e Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 May 2026 09:01:20 +0300 Subject: [PATCH 1/2] Bump OpenClaw to 2026.5.27 (add-on 0.5.75) --- openclaw_assistant/Dockerfile | 2 +- openclaw_assistant/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openclaw_assistant/Dockerfile b/openclaw_assistant/Dockerfile index 8995999..37ee4ea 100644 --- a/openclaw_assistant/Dockerfile +++ b/openclaw_assistant/Dockerfile @@ -117,7 +117,7 @@ USER root # Bundle node-llama-cpp in the image so the default local memory/embeddings # provider works in HAOS without requiring manual npm installs in /usr/lib. RUN npm config set fund false && npm config set audit false \ - && npm install -g openclaw@2026.5.22 node-llama-cpp@3.18.1 + && npm install -g openclaw@2026.5.27 node-llama-cpp@3.18.1 # Shell aliases and color options for interactive use RUN tee -a /etc/bash.bashrc <<'EOF' diff --git a/openclaw_assistant/config.yaml b/openclaw_assistant/config.yaml index c16d29b..26617f0 100644 --- a/openclaw_assistant/config.yaml +++ b/openclaw_assistant/config.yaml @@ -1,5 +1,5 @@ name: OpenClaw Assistant -version: "0.5.74" +version: "0.5.75" slug: openclaw_assistant description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on. url: https://github.com/techartdev/OpenClawHomeAssistant From 661085afc3c131acec6dd3c9e039c86d6bd3f74d Mon Sep 17 00:00:00 2001 From: TechArtDev Date: Fri, 29 May 2026 13:21:32 +0300 Subject: [PATCH 2/2] Bump version to 0.5.76 in config.yaml --- openclaw_assistant/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openclaw_assistant/config.yaml b/openclaw_assistant/config.yaml index 26617f0..590187b 100644 --- a/openclaw_assistant/config.yaml +++ b/openclaw_assistant/config.yaml @@ -1,5 +1,5 @@ name: OpenClaw Assistant -version: "0.5.75" +version: "0.5.76" slug: openclaw_assistant description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on. url: https://github.com/techartdev/OpenClawHomeAssistant