v1.4.1
alpic-ai/skybridgev1.4.1Aug 24, 2026by harijoe
AI Summary
Fixes a crash that occurred when tools were registered without an `inputSchema` by ensuring arguments are always passed to schema-less tool handlers.
Key Highlights
- Crash fix for tools registered without an input schema
- Ensures (args, extra) are passed to schema-less tool handlers
Full Release Notes
Fixes a crash in any tool registered without an `inputSchema`. ## Changes - fix(core): always pass (args, extra) to schema-less tool handlers @harijoe (#1061)