Commit Graph

11 Commits

Author SHA1 Message Date
root e17bd0aa85 Fix model selection, docs links, cache-busting, and Assist routing 2026-04-04 16:28:35 +03:00
TechArtDev 7050441f8d Merge pull request #11 from L0rz/fix/continue-conversation
feat: enable continue_conversation for Voice PE follow-up dialog
2026-04-04 16:24:09 +03:00
Nicola Bonzanni 73a203cb15 Add message channel header for voice requests
A header was missing for properly recognition of the message channel as voice.
2026-03-30 00:27:19 +02:00
Jarvis (OpenClaw) 2fe9e6d6c0 feat: enable continue_conversation for Voice PE follow-up dialog
When the assistant's response ends with a question mark or contains
common follow-up patterns (EN/DE), set continue_conversation=True
on the ConversationResult. This tells Voice PE and other HA voice
satellites to automatically re-listen after the response finishes
playing, enabling natural back-and-forth dialog without requiring
the wake word between turns.

Fixes #7
2026-03-26 21:27:44 +00:00
techartdev 95bfe5e214 Add voice agent and session ID options, update changelog to version 0.1.61
- Introduced `voice_agent_id` and `assist_session_id` options for enhanced integration.
- Updated request handling to support new headers for voice interactions.
- Preserved existing behavior when new options are left blank.
- Updated changelog for version 0.1.61 to reflect these changes.
2026-03-07 14:37:39 +02:00
techartdev dfb4718e09 Update version to 0.1.43 and enhance conversation continuity with stable fallback session IDs 2026-02-21 00:40:47 +02:00
techartdev d2b3b41207 intent recognition fix for assist pipeline 2026-02-20 21:13:39 +02:00
techartdev 0445c595ef Update changelog for version 0.1.16, add configurable wake-word support, optional always-on voice mode, and websocket settings endpoint; enhance chat card voice recognition and context handling. 2026-02-20 17:21:14 +02:00
techartdev c0f9e5c42e Update changelog for version 0.1.13, add native Assist entity exposure support, enhance context handling in chat service, and introduce helper for entity exposure context. 2026-02-20 16:49:13 +02:00
techartdev 2331ec0d8d Update changelog for version 0.1.12, improve response parsing for nested OpenAI-compatible payloads, and enhance assistant message extraction in conversation agent. 2026-02-20 16:43:48 +02:00
techartdev e9cd5e1fff first commit 2026-02-20 13:07:28 +02:00