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
Runner: Added close_session_service_on_close and close_memory_service_on_close controls so short-lived runners can skip closing externally managed session and memory services, such as shared Redis-backed services.
MCP: Updated Streamable HTTP session creation to prefer the non-deprecated streamable_http_client API, with fallback support for older MCP SDKs that only expose streamablehttp_client.
MCP: Moved Streamable HTTP headers and timeout configuration onto an owned httpx.AsyncClient, avoiding deprecated transport arguments while keeping the HTTP client lifecycle tied to the MCP session context.
Storage: Fixed frequent sqlite warnings in SqlSessionService by consistently using database-side func.now() for update timestamps.