Skip to content

v2.18.4

Choose a tag to compare

@github-actions github-actions released this 13 Sep 15:32
· 483 commits to main since this release

2.18.4 (2026-09-13)

Bug Fixes

  • build: point the pre-push hook at vitest instead of node:test (b7564b5)
  • keep a project-room directory node with no agents in the tree (408a0b1)

Tests

  • migrate core unit tests to vitest's describe/it/expect (59a17bb)
  • migrate frontend component and unit tests to vitest (46e86b3)
  • migrate identity and room-primitive tests to vitest (83e7ebf)
  • migrate mesh, transport, and connection tests to vitest (2b12620)
  • migrate room lifecycle and admission tests to vitest (a10b638)
  • migrate web bridge server-side tests to vitest (47846cc)
  • point pnpm test at vitest and finish its runtime config (576acd8)

Chores

  • add vitest and a serial-execution config (737a76d)