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.

This commit is contained in:
techartdev
2026-02-20 17:21:14 +02:00
parent c0f9e5c42e
commit 0445c595ef
12 changed files with 691 additions and 24 deletions
+17
View File
@@ -31,6 +31,23 @@
"already_configured": "OpenClaw is already configured."
}
},
"options": {
"step": {
"init": {
"title": "OpenClaw Options",
"description": "Configure context and tool-calling behavior.",
"data": {
"include_exposed_context": "Include exposed entities context",
"context_max_chars": "Max context characters",
"context_strategy": "When context exceeds max",
"enable_tool_calls": "Enable tool calls (execute services)",
"wake_word_enabled": "Require wake word",
"wake_word": "Wake word",
"always_voice_mode": "Always-on voice mode"
}
}
}
},
"entity": {
"sensor": {
"status": {