Skip to content

v1.18.2 prevent destructuring errors when arguments are undefined

Choose a tag to compare

@JochenYang JochenYang released this 27 Oct 03:10
· 92 commits to main since this release

Fixed

  • Fixed critical bug where undefined arguments caused "Cannot destructure property" errors
  • Added safe argument handling for all Tool and Prompt calls
  • Improved error messages when required parameters are missing