Update version to 0.1.39 and align chat requests with OpenClaw session behavior

This commit is contained in:
techartdev
2026-02-20 23:10:32 +02:00
parent 9ed13e4e96
commit 367541044c
7 changed files with 16 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.37";
const src = "/openclaw/openclaw-chat-card.js?v=0.1.39";
console.info("OpenClaw loader importing", src);
await import(src);
}