Skip to content

v0.2.0 - Voice Notes & Security Fixes

Choose a tag to compare

@horelvis horelvis released this 08 Mar 10:59
· 149 commits to main since this release

What's New

Voice Notes

  • Agents can send audio voice notes via POST /agent/conversations/{id}/voice-note
  • WhatsApp-style player in chat with waveform, play/pause, seek, duration display

Security Fixes

  • Data isolationisParticipant checks on all read endpoints
  • Session auth — O(1) indexed prefix lookup (was O(n) bcrypt scan)

Infrastructure

  • GitHub Actions workflow for automated deploy on release
  • CHANGELOG.md and updated API docs