Skip to content

v0.0.84

Choose a tag to compare

@github-actions github-actions released this 27 Jan 18:59
· 4619 commits to main since this release
e01c98e

🌟 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:latest

Supported 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