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
+6
View File
@@ -2,6 +2,12 @@
All notable changes to the OpenClaw Home Assistant Integration will be documented in this file.
## [0.1.37] - 2026-02-20
### Fixed
- Improved conversation continuity by sending `session_id` in chat completion JSON payloads (in addition to `X-Session-Id` header), for both regular and streaming requests.
- Reduces cases where the gateway treats each message as a new conversation when custom headers are ignored upstream.
## [0.1.36] - 2026-02-20
### Fixed