mirror of https://github.com/openclaw/openclaw.git
WhatsApp: pass inbound message timestamp to model context
This commit is contained in:
parent
269eb59546
commit
74aa9a1408
|
|
@ -14,6 +14,7 @@ Docs: https://docs.openclaw.ai
|
|||
- Telegram/local Bot API: preserve media MIME types for absolute-path downloads so local audio files still trigger transcription and other MIME-based handling. (#54603) Thanks @jzakirov
|
||||
- Tasks/gateway: re-check the current task record before maintenance marks runs lost or prunes them, so a task heartbeat or cleanup update that lands during a sweep no longer gets overwritten by stale snapshot state.
|
||||
- Tasks/gateway: keep the task registry maintenance sweep from stalling the gateway event loop under synchronous SQLite pressure, so upgraded gateways stop hanging about a minute after startup. (#58670) Thanks @openperf
|
||||
- Channels/WhatsApp: pass inbound message timestamp to model context so the AI can see when WhatsApp messages were sent. (#58590) Thanks @Maninae
|
||||
|
||||
## 2026.3.31
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue