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
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.