v0.39.1
π Release Highlights
This maintenance release focuses on stability improvements, fixing critical issues with MCP gateway configuration, workflow validation, and Safe Outputs tool registration.
π Bug Fixes & Improvements
- Fixed Safe Outputs MCP server reliability - Resolved critical issue where
dispatch_workflowtool wasn't properly registered in the HTTP server, preventing workflow dispatches from working correctly (#13179) - Improved workflow validation performance - Replaced CLI execution with JavaScript-based hash computation, significantly reducing validation overhead (#13168)
- Fixed expression errors in custom engine workflows - Resolved validation errors for workflows using custom engines without the validate-secret step (#13157)
- Enhanced MCP Gateway configuration - Added
payloadDirfield with absolute path validation for better payload management (#13178, #13183) - Corrected GitHub MCP toolsets - Removed references to non-existent tools, ensuring accurate toolset mappings (#13169)
- Fixed project handler type detection - Resolved issue where project handlers were incorrectly flagged as standalone steps (#13161)
- Stabilized frontmatter hash computation - Removed version numbers from hash calculation to prevent unnecessary workflow recompilations (#13174)
- Improved build reliability - Added Go module caching and retry logic to prevent proxy 403 failures during CI builds (#13155)
π¦ Dependency Updates
- Updated Claude Code to 2.1.29 - Latest improvements and bug fixes
- Updated MCP Gateway to v0.0.88 - Enhanced stability and performance
π§ Code Quality
- Standardized discussion category naming - Consistent lowercase plural forms across the codebase (#13156)
For complete details, see CHANGELOG.
Ahoy! This treasure was crafted by π΄ββ οΈ Release
What's Changed
- Fix project handler types incorrectly marked as standalone steps by @Copilot in #13161
- Standardize discussion category naming to lowercase plural forms by @Copilot in #13156
- Fix expression errors for custom engine workflows missing validate-secret step by @Copilot in #13157
- Add Go module caching and retry logic to prevent proxy 403 failures by @Copilot in #13155
- Update Claude Code to 2.1.29 and MCP Gateway to v0.0.88 by @Copilot in #13170
- Remove non-existent tools from GitHub MCP toolsets mapping by @Copilot in #13169
- Replace gh aw CLI execution with JavaScript hash computation in workflow validation by @Copilot in #13168
- Add payloadDir field to MCP Gateway configuration by @Copilot in #13178
- Remove version numbers from frontmatter hash computation by @Copilot in #13174
- Add absolute path validation for MCP gateway payloadDir field by @Copilot in #13183
- Fix dispatch_workflow tool registration in Safe Outputs MCP HTTP server by @Copilot in #13179
Full Changelog: v0.39.0...v0.39.1