You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Features
GitHub Workflows: Added new automated workflows for release management and code review (#885)
Auto Tag Release: Automatically creates Git tags and GitHub releases when changes are pushed to main branch
Claude Integration: Integrates Claude AI for automated code review and suggestions on pull requests
Bug Fixes
KaTeX Math Rendering: Fixed issue where text between single dollar signs ($) was incorrectly formatted as mathematical expressions (#883) by @arthurmilliken
Now only processes block math expressions with $$...$$ as KaTeX
Improves user experience by preventing accidental math formatting in chat
JSON Handling: Added exception handling for non-JSON content returned from Bedrock agent calls (#878). by @eyesonly
Prevents crashes when parsing responses from supervisor agents that contain non-JSON content