Skip to content

0.1.55

Choose a tag to compare

@techartdev techartdev released this 23 Feb 14:48
· 29 commits to main since this release

Added

  • Added configurable response timeout (thinking_timeout) to integration options (Settings → Integrations → OpenClaw → Configure → Response timeout (seconds)). Applies to all chat cards automatically.
  • Added thinking_timeout card config key (seconds) for per-card override. Card YAML takes precedence over the integration setting, which takes precedence over the built-in default of 120 s.

Fixed

  • Fixed chat always scrolling to the TOP instead of bottom on every message (both user and bot).
  • Restored requestAnimationFrame in _scrollToBottom() — synchronous scrollTop assignment after innerHTML replacement does not persist in shadow DOM before the browser finalizes layout.
  • Changed _render() to only upgrade _autoScrollPinned to true (never downgrade), preventing a race condition where rapid re-renders set it to false permanently.
  • Fixed "Gateway: Unknown" badge — entity ID lookup now matches sensor.openclaw*status and binary_sensor.openclaw*connected patterns, covering has_entity_name variants like sensor.openclaw_assistant_status.

Full Changelog: 0.1.54...0.1.55