Skip to content

0.1.40

Choose a tag to compare

@techartdev techartdev released this 20 Feb 21:19
· 56 commits to main since this release

[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_tool with support for tool/action/args/session routing fields.
  • Added new event openclaw_tool_invoked for 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_list tool 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 user with the stable session ID.
  • Added x-openclaw-session-key request header for explicit session routing on OpenClaw gateways.
  • Improves multi-turn continuity where /v1/chat/completions would 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