0.1.61
[0.1.61] - 2026-03-07
Added
- Added an optional dedicated
voice_agent_idintegration option so Assist and microphone-originated chat requests can be routed to a separate OpenClaw agent without changing the default text/chat agent. - Added an optional
assist_session_idintegration option so the native Home Assistant conversation agent can reuse a fixed OpenClaw session when desired.
Changed
- Leaving either of the new options blank preserves the existing behavior: voice requests still use the configured default agent, and Assist still uses the Home Assistant conversation or fallback session ID.
[0.1.60] - 2026-03-07
Added
- Added voice-origin request headers for Home Assistant Assist / voice pipeline traffic:
x-openclaw-source: voiceandx-ha-voice: true. - Added matching voice-origin support for microphone-triggered messages from the OpenClaw chat card, so card voice input and Assist voice pipeline requests are both marked as spoken interactions.
- This allows OpenClaw agents and hooks to detect spoken interactions and return TTS-friendly responses without affecting regular typed chat requests.
[0.1.59] - 2026-03-07
Fixed
- Fixed manual configuration incorrectly forcing
Verify SSL certificateto remain enabled when the checkbox was unchecked. - This restores manual setup for self-signed HTTPS endpoints such as standalone OpenClaw
lan_httpsdeployments.
[0.1.58] - 2026-03-07
Added
- Added configurable OpenClaw
agent_idsupport for manual setup, integration options, and per-callopenclaw.send_messageservice overrides. - Added
x-openclaw-agent-idrouting support in the API client so messages can target non-mainOpenClaw agents.
New Contributors
Full Changelog: 0.1.57...0.1.61