mirror of https://github.com/openclaw/openclaw.git
Release 1.0.4
This commit is contained in:
parent
dda017df23
commit
f81f432af5
|
|
@ -1,8 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [Unreleased] 0.1.4
|
||||
## [Unreleased] 1.0.5
|
||||
|
||||
### Pending
|
||||
- (add entries here)
|
||||
|
||||
## 1.0.4 — 2025-11-25
|
||||
|
||||
### Changes
|
||||
- Auto-replies now send a WhatsApp fallback message when a command/Claude run hits the timeout, including up to 800 chars of partial stdout so the user still sees progress.
|
||||
- Added tests covering the new timeout fallback behavior and partial-output truncation.
|
||||
- Web relay auto-reconnects after Baileys/WebSocket drops (with log-out detection) and exposes close events for monitoring; added tests for close propagation and reconnect loop.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "warelay",
|
||||
"version": "0.1.4",
|
||||
"version": "1.0.4",
|
||||
"description": "WhatsApp relay CLI (send, monitor, webhook, auto-reply) using Twilio",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
|
|
|
|||
Loading…
Reference in New Issue