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
MCP SSE stream timeouts: Fixed an issue where long-running deliberations over remote MCP SSE connections (e.g., via alef-agent) were cancelled after 60 seconds due to client-side read timeouts. A new stream interceptor now emits continuous heartbeat notifications/progress messages, allowing full 3-stage deliberations to complete successfully.
OpenCode test assertion: Fixed an incorrect header assertion in test_opencode_provider.py which checked for Authorization instead of the expected x-api-key.