v3.1.8: update recovery + gateway repair
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: -andYou're up to dateeven when a newer release existed. - Prevents stale
update_completed=truefrom hiding a newer update in/setup-api/update/status. - Re-asserts and restarts
clawbox-gateway.serviceduring 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.8was intentionally retagged from4a834d0to3c09ddcto include the dropdown fix without creating another release number.