Skip to content

HybridClaw v0.12.7

Choose a tag to compare

@furukama furukama released this 17 Apr 18:32
· 1644 commits to main since this release

Release Date: April 17, 2026

The providers, memory, and docs release — nine new OpenAI-compatible providers with runtime model discovery, ByteRover and Mem0 memory plugins, skill enable/disable controls, built-in OpenTelemetry tracing, richer docs navigation and prompt UX, and a container workspace fix for bundled ESM skill scripts.


Highlights

  • Nine new external API providers with runtime model discovery — Added Gemini, DeepSeek, xAI, Z.AI, Kimi, MiniMax, DashScope, Xiaomi, and Kilo Code with auth login|status|logout, model-prefix routing, and /model list <provider> support backed by live /models discovery plus pinned-list fallback.
  • New ByteRover and Mem0 memory plugins — Added bundled external memory providers for structured ByteRover recall and Mem0 cloud recall, including prompt-time injection, direct memory tools, explicit memory mirroring, and lifecycle-aware curation.
  • Skill controls and tracing improvements — Added global and per-channel skill enable/disable controls across CLI, TUI, and gateway slash commands, plus optional built-in OpenTelemetry tracing for gateway, agent, and execution spans.

Changed

  • Unified model and provider surfaces/model list, /model info, provider status output, and /admin/models now use the same registry, show model counts consistently, and sort enabled or reachable providers first.
  • Fresh-install defaults and Codex catalog handling — New runtime homes now default HybridAI to gpt-5.4-mini, and Codex catalog handling is more resilient when upstream model listings are incomplete.
  • Docs and prompt UX expansion — Added the memory-plugin comparison guide, richer bundled-skill guides, styled callouts, copy buttons for try-it flows, and the missing canonical Mem0 docs page under docs/content.
  • Plugin dependency checks and TUI metadata — Plugin installs now skip redundant dependency installs when the binary already exists on PATH, and the TUI usage footer now shows the active skill alongside tools and plugins.

Fixed

  • Bundled ESM skill script dependency resolution in Docker — Source-checkout container runs now symlink workspace node_modules into the agent workspace so bundled skill scripts can resolve repo-managed dependencies reliably.
  • Mem0 write compatibility and dream consolidation — Mem0 sync no longer sends unsupported app_id fields, and /dream consolidation now works correctly for cloud-backed sessions.
  • Provider and migration edge cases/auth status suggestions include the full provider set, Kilo Code defaults migrate cleanly to the new gateway base URL, and fresh-install model migration now follows the shared default-model constant.
  • Docs renderer edge cases — Separate callout blocks no longer merge together, numbering is stripped more reliably during copy flows, and the docs copy icon renders more consistently.

Contributors

Core

  • Benedikt Koehler (@furukama) — provider expansion, model-surface unification, release/docs updates, tracing work, and packaging/runtime fixes
  • Maximilian Noller — Mem0 memory plugin implementation and follow-up fixes

All Contributors

Benedikt Koehler, Maximilian Noller


Full Changelog: v0.12.6...v0.12.7