Update version to 0.1.50 and enhance voice behavior, chat consistency, and auto-scroll functionality

This commit is contained in:
techartdev
2026-02-21 19:07:53 +02:00
parent 77b64fd785
commit bee2fd5a45
5 changed files with 59 additions and 6 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.49";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.50";
console.info("OpenClaw loader importing", src);
await import(src);
}