Update version to 0.1.43 and enhance conversation continuity with stable fallback session IDs

This commit is contained in:
techartdev
2026-02-21 00:40:47 +02:00
parent f070299c26
commit dfb4718e09
8 changed files with 44 additions and 4 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.42";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.43";
console.info("OpenClaw loader importing", src);
await import(src);
}