Skip to content

HybridClaw v0.19.2

Choose a tag to compare

@furukama furukama released this 14 May 19:16
· 605 commits to main since this release

Release Date: May 14, 2026

The diagram tool compatibility patch: HybridClaw v0.19.2 keeps native diagram generation available while ensuring OpenAI-compatible providers accept the advertised tool schema.


Highlights

  • OpenAI-compatible diagram tools — The native diagram runtime now advertises diagram_create, diagram_update, and diagram_validate, avoiding dotted function names that OpenAI-compatible providers reject.
  • Patch release for affected HybridAI routing — Plain chat turns with tools enabled no longer fail because the provider refuses tools[27].function.name.

Changed

  • Diagram docs and tests use underscore names — Documentation, runtime-event call sites, and diagram tests now consistently use the provider-safe diagram tool names.

Fixed

  • Provider 400 surfaced as chat 500 — Removed the default dotted diagram aliases that caused HybridAI/OpenAI-compatible chat completions to reject the tool schema before answering.

Contributors

Core

  • @furukama — diagram tool rename, regression coverage, release validation, and patch version metadata

All Contributors

@furukama


Full Changelog: v0.19.1...v0.19.2