From 63af3fd93f37a2556bd59a741b2e3f68f5eccb42 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 10 Feb 2026 09:37:31 +0200 Subject: [PATCH] Bump OpenClaw to 2026.2.9 (add-on 0.5.38) --- 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 735849e..6a0a8ad 100644 --- a/openclaw_assistant/Dockerfile +++ b/openclaw_assistant/Dockerfile @@ -97,7 +97,7 @@ USER root # Install OpenClaw globally RUN npm config set fund false && npm config set audit false \ - && npm install -g openclaw@2026.2.6-3 + && npm install -g openclaw@2026.2.9-3 COPY run.sh /run.sh COPY oc_config_helper.py /oc_config_helper.py diff --git a/openclaw_assistant/config.yaml b/openclaw_assistant/config.yaml index 60d9646..322c518 100644 --- a/openclaw_assistant/config.yaml +++ b/openclaw_assistant/config.yaml @@ -1,5 +1,5 @@ name: OpenClaw Assistant -version: "0.5.37" +version: "0.5.38" slug: openclaw_assistant description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on. url: https://github.com/techartdev/OpenClawHomeAssistant