We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71734b4 + 9ff267c commit 5000cc9Copy full SHA for 5000cc9
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