🌟 Release Highlights
This release improves error diagnostics to help developers troubleshoot issues faster.
🐛 Bug Fixes & Improvements
- Enhanced error logging for unknown tools: The SDK middleware now logs detailed error information when encountering unknown tool errors, including error codes for easier debugging and issue diagnosis
This improvement helps identify and resolve integration issues more quickly by providing clearer visibility into tool invocation failures.
🐳 Docker Image
The Docker image for this release is available at:
docker pull ghcr.io/githubnext/gh-aw-mcpg:v0.0.84
# or
docker pull ghcr.io/githubnext/gh-aw-mcpg:latestSupported platforms: linux/amd64, linux/arm64
For complete details, see the full release notes.
Ahoy! This treasure was crafted by 🏴☠️ Release
What's Changed
- Add logging for unknown tool errors in SDK middleware using error codes by @Copilot in #495
Full Changelog: v0.0.82...v0.0.84