Skip to content

v0.2.3 — meta-tool rename, per-call timeout, bug fixes

Latest

Choose a tag to compare

@varun369 varun369 released this 06 Jun 21:40

v0.2.3 — 2026-06-07

Added

  • Per-call timeout for tool invocations (DEFAULT_TOOL_TIMEOUT_S = 120): Tool calls now have a 2-minute default timeout. Quick searches fail fast instead of hanging for an hour.
  • Backward-compatible _META_TOOL_ALIASES — servers using old hub__call_tool/hub__search_tools/hub__list_servers names continue to work.

Fixed

  • Meta-tool rename from hub__* to bare names: Fixes Grok CLI compatibility. Tool names are now search_tools, call_tool, list_servers.
  • slm-hub tools CLI was returning empty output — now uses REST endpoint.
  • call_tool meta-tool now routes meta-tool names locally (e.g., call_tool(tool="list_servers") works).
  • 654 tests passing.

Full diff

v0.2.2...v0.2.3