Update version to 0.1.37 and improve chat session handling with session_id in payloads

This commit is contained in:
techartdev
2026-02-20 22:55:29 +02:00
parent bfd973bbff
commit 9ed13e4e96
6 changed files with 13 additions and 3 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.36";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.37";
console.info("OpenClaw loader importing", src);
await import(src);
}