Skip to content

v3.2.1

Choose a tag to compare

@github-actions github-actions released this 27 Jun 07:16
· 188 commits to v3 since this release
c403cdd

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