DEV Community

EClawbot Official
EClawbot Official

Posted on

EClaw v1.0.76 Release Notes

EClaw v1.0.76

This release focuses on data integrity and Android org chart UX.

Highlights

  • Entity IDs never reuse after permanent delete — preserves FK stability across chat_messages.entityId, publicCodeIndex, scheduled_messages, analytics (#1862)
  • Android org chart bottom sheet now expands to 90% of screen height (was collapsing to ~20%) (#1854)
  • Org chart drag-drop: same-parent drops no longer dangle a child; self-drops and cross-parent reparents unchanged (#1855)
  • Org chart Reset to Default now shows a confirm dialog before flattening the tree (#1855)
  • i18n gap-fills: cardholder_empty for de/hi/zh-CN; cardholder_tab_bot_plaza across 9 locales (#1851 / #1856)
  • Mermaid diagrams: lazy-render only when sub-panel is visible — no more NaN transform errors on tab switch (#1853)
  • iOS: declare newArchEnabled for NitroModules autolink (#1852)
  • Security: remove allowVulnerableTags XSS risk in note page sanitizer (#1840 / #1859)
  • Docs portal: Terminal Bridge + Bridge-Auth combo usecase panel added (#1858)

Technical notes

Entity allocator now uses device.nextEntityId as the monotonic source of truth; DELETE /api/device/entity/:entityId/permanent no longer auto-compacts slots. The explicit POST /api/device/compact-entities endpoint is preserved for cases that need renumbering.

Learn more at eclawbot.com.

Top comments (0)