Skip to content

v3.1.8: update recovery + gateway repair

Choose a tag to compare

@yalexx yalexx released this 20 Jul 09:33
3c09ddc

ClawBox 3.1.8 hotfix for the rollout issues seen after 3.1.7.

Changes:

  • Fixes update detection on older / branch-pinned boxes that showed Latest: - and You're up to date even when a newer release existed.
  • Prevents stale update_completed=true from hiding a newer update in /setup-api/update/status.
  • Re-asserts and restarts clawbox-gateway.service during post-update fixups so boxes left with the OpenClaw gateway down can recover through the next System Update.
  • Keeps chat header dropdown popovers visible by preventing the header pill row from clipping the menu; fixes provider/model/thinking dropdowns that appeared not to open.

Verification:

  • bash -n install.sh
  • targeted updater/status tests
  • production build
  • GitHub CI: test, e2e, e2e-install, review, CodeRabbit all passed on PR #260 and PR #261.

Note:

  • v3.1.8 was intentionally retagged from 4a834d0 to 3c09ddc to include the dropdown fix without creating another release number.