v1.4.1

THU-MAIC/OpenMAICv1.4.1Aug 24, 2026by harijoe

AI Summary

Fixes a critical crash affecting tools registered without an inputSchema by ensuring arguments are always passed to their handlers.

Key Highlights

  • Fixes crash for tools without inputSchema
  • Ensures (args, extra) are always 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)