Skip to content

Commit 7cb0782

Browse files
committed
Fix: enable ttyd writable mode (-W) for keyboard input; bump to 0.5.33
1 parent 675af43 commit 7cb0782

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

openclaw_assistant_dev/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: OpenClaw Assistant (DEV)
2-
version: "0.5.32"
2+
version: "0.5.33"
33
slug: openclaw_assistant_dev
44
description: Run OpenClaw Assistant (OpenClaw-compatible) as a Home Assistant add-on.
55
url: https://github.com/techartdev/OpenClawHomeAssistant

openclaw_assistant_dev/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ GW_PID=$!
189189
# Start web terminal (optional)
190190
if [ "$ENABLE_TERMINAL" = "true" ]; then
191191
echo "Starting web terminal (ttyd) on 127.0.0.1:7681 ..."
192-
ttyd -i 127.0.0.1 -p 7681 -b /terminal bash &
192+
ttyd -W -i 127.0.0.1 -p 7681 -b /terminal bash &
193193
TTYD_PID=$!
194194
else
195195
echo "Terminal disabled (enable_terminal=false)"

0 commit comments

Comments
 (0)