Update version to 0.1.47 and improve TTS fallback handling and voice-mode responsiveness

This commit is contained in:
techartdev
2026-02-21 01:34:43 +02:00
parent f65c064569
commit 6bd3047c71
5 changed files with 60 additions and 17 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
(async () => {
try {
if (!customElements.get("openclaw-chat-card")) {
const src = "/openclaw/openclaw-chat-card.js?v=0.1.46";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.47";
console.info("OpenClaw loader importing", src);
await import(src);
}