Skip to content

v2.13.0

Choose a tag to compare

@Arthur742Ramos Arthur742Ramos released this 01 Mar 05:08
· 96 commits to main since this release

What's Changed

Bug Fixes

  • Robust JSON extraction in squad AI analysis — Fixed 'Unterminated string' parse errors when LLM responses contain truncated JSON, unexpected formatting, or mixed text. New 4-strategy extraction with truncated JSON repair.
  • Reduced error log noise in tools.py (parallel task ordering)
  • Fixed jitter calculation in fleet.py
  • Fixed missing os import in mcp.py
  • Improved exception hierarchy in exceptions.py

Tests

  • Added 11 unit tests for JSON extraction covering all strategies and edge cases