Skip to content

The AI Counsel v0.10.1

Choose a tag to compare

@jacob-bd jacob-bd released this 18 Jun 02:12
· 3 commits to main since this release

Fixed

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