v0.0.40
What's Changed
- fix/agent-mcp-tool-timeout by @ckakgun in #176
- feat(backend): add discord webhook by @eryue0220 in #175
- Fix runbook autoplay and docs palette entries by @mbakgun in #177
- docs: align trigger output field references by @Rohithmatham12 in #178
- impl/version-service by @mbakgun in #179
- docs: clarify license and enterprise contact by @Rohithmatham12 in #180
- fix: centralize chat markdown rendering by @Rohithmatham12 in #181
- fix: harden oauth popup messaging by @Rohithmatham12 in #182
New : Discord nodes are here. Heym now supports Discord incoming webhooks for sending channel messages, plus Discord interaction triggers for slash command style workflows with verified signatures and follow-up replies from workflow output. Thx @eryue0220
Security: fixed an authenticated sandbox escape in user defined Python tools that allowed OS command execution on the backend host (GHSA-wcgw-9hfw-f6f2). Python tools now run inside a hardened, isolated container by default. Reported by @jashidsany. Thank you.
New Contributors
- @Rohithmatham12 made their first contribution in #178
Full Changelog: v0.0.39...v0.0.40