Skip to content

Releases: zooai/node

v1.13.5

05 Dec 18:09

Choose a tag to compare

What's Changed

Fixes

  • Include deno and uv tools in binary bundle (REQUIRED for tools runner functionality)
  • Fix Windows binary build (use bash shell for cross-platform compatibility)
  • Fix binary build workflow permissions for release uploads
  • Fix binary build workflow to handle shinkai-tools-runner-resources directory
  • Complete rmcp 0.8 migration for MCP functionality
  • Handle unknown embedding models in zoo-embedding
  • Skip external tool tests in CI

Improvements

  • Replace zoo-embedding with hanzo-embed (DRY)
  • Update Rust toolchain to 1.88 for let_chains support
  • Add disk cleanup to CI jobs

New Features

  • Add GPT 5.1 and Gemini 3 Pro model support

CI

  • Fix test skipping for integration tests requiring external services
  • Add workflow_dispatch trigger for manual runs
  • Allow integration tests to fail without blocking CI