Skip to content

v1.3.202

Choose a tag to compare

@topcheer topcheer released this 11 Aug 11:08
· 1280 commits to main since this release

v1.3.202

Fixes

  • Windows TUI crash fix: Fixed LockFileEx access violation crash that occurred after TUI initialization. The Windows code index cross-process lock was passing nil as the OVERLAPPED* parameter, causing an access violation (0xC0000005) when the background code index builder acquired the lock. Now provides a valid OVERLAPPED structure.
  • HTTP/2 disabled on Windows: Disabled HTTP/2 in provider transport, A2A client, and MCP transport globally to prevent Windows-specific network crashes.
  • Removed harness engineering: Completely removed all harness engineering functionality from the application — source code, i18n translations, documentation, and website descriptions.