Skip to content

v0.0.2 — WebSocket receiver + voice action dispatch

Choose a tag to compare

@rusty4444 rusty4444 released this 25 May 00:29
· 29 commits to main since this release

v0.0.2

Fixed

  • Fixed type errors in ws_receiver.py by replacing bare Dict usage with modern typing (dict, Mapping).
  • Wired handle_voice_action dispatch to _handle_voice_enable, _handle_voice_disable, and _handle_voice_status from plugins.voice_stack.
  • Bumped release metadata to 0.0.2 across pyproject.toml, addon/config.yaml, manifest.json, plugin YAMLs, tests, README, and egg-info.
  • Added TestVoiceWebSocketReceiver coverage for state_changed, unknown type rejection, voice action dispatch, unsupported action rejection, and auth enforcement.

Verification

  • Release created from existing tag v0.0.2 at commit bf56fc2.