v0.0.75
What's Changed
- Swap Traces and Templates tab positions in dashboard nav bar by @heym-coder in #390
- Upgrade Pillow to 12.3.0 by @mbakgun in #391
- Hide JSON tree/plain toggle buttons in console output when node is running by @heym-coder in #393
- Auto-scroll console to selected node's most recent execution log by @heym-coder in #392
Security
MCP stdio servers now run in a hardened, throwaway container instead of on the
backend host, with no Docker socket, no backend environment secrets, and no
caller-supplied mounts (GHSA-378x-q589-34mv). Isolation is controlled by
HEYM_MCP_STDIO_SANDBOX. Thanks to @sajdakabir for the report and the follow-up review.
Full Changelog: v0.0.74...v0.0.75