0.1.40
[0.1.40] - 2026-02-20
Added
- Added OpenClaw Gateway tools endpoint integration (
POST /tools/invoke) in the API client. - Added new Home Assistant service
openclaw.invoke_toolwith support for tool/action/args/session routing fields. - Added new event
openclaw_tool_invokedfor automation hooks on tool execution results. - Added tool telemetry sensors: last tool name, status, duration, and invocation timestamp.
Changed
- Coordinator now performs a best-effort
sessions_listtool invocation to populate session count/list when available.
[0.1.39] - 2026-02-20
Fixed
- Aligned gateway chat requests with OpenClaw session behavior by sending OpenAI
userwith the stable session ID. - Added
x-openclaw-session-keyrequest header for explicit session routing on OpenClaw gateways. - Improves multi-turn continuity where
/v1/chat/completionswould otherwise default to stateless per-request sessions. - Removed per-request chat-history replay to avoid unnecessary prompt growth when gateway session memory is active.
Full Changelog: 0.1.37...0.1.40