We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71734b4 commit 9ff267cCopy full SHA for 9ff267c
2 files changed
openclaw_assistant/Dockerfile
@@ -81,7 +81,7 @@ USER root
81
82
# Install OpenClaw globally
83
RUN npm config set fund false && npm config set audit false \
84
- && npm install -g openclaw@2026.2.1
+ && npm install -g openclaw@2026.2.2-3
85
86
COPY run.sh /run.sh
87
COPY oc_config_helper.py /oc_config_helper.py
openclaw_assistant/config.yaml
@@ -1,5 +1,5 @@
1
name: OpenClaw Assistant
2
-version: "0.5.31"
+version: "0.5.32"
3
slug: openclaw_assistant
4
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
5
url: https://github.com/techartdev/OpenClawHomeAssistant
0 commit comments