Skip to content

v0.0.436

Choose a tag to compare

@github-actions github-actions released this 06 Jul 21:21
· 2204 commits to main since this release
b3c7634

Version 0.0.436 (July 6, 2026)

  • Excel (.xlsx) export for CreateData + Hebrew CSV fix (#559) — the CreateData result download becomes a CSV / Excel dropdown, with .xlsx generated server-side via GET /steps/{id}/export?format=xlsx. Every CSV export path (server, email attachment, client-side) now emits a UTF-8 BOM so non-ASCII (e.g. Hebrew) headers and values render correctly in Excel instead of ANSI mojibake, and a Unicode widget title no longer crashes the download (RFC 6266 filename*).
  • Fix agent-name chips and unreachable suggestion popover in instruction review (#558) — the instruction editor's agents chip now shows the real agent name instead of its raw UUID even for deactivated or hidden agents (and lets you remove them), and the pending-review Accept/Reject popover is a single JS-positioned floating card anchored under the pointer — fixing it rendering far from the change and vanishing en route in RTL.