v1.5.2
What's Changed
- Fix
[Object object]output in Slack reply() calls by @stephenyeargin
Corrected a serialization bug in src/tools/web-fetch-tool.js and src/tools/web-search-tool.js where tool result objects were being passed directly to reply() without stringification, causing Slack to display [Object object] instead of the actual content.
Full Changelog: v1.5.1...v1.5.2