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
Improved MCP setup with per-server environment targeting and OAuth options for streamable HTTP servers. (openai#23583, openai#24120)
Made connector tool schemas more reliable by preserving local $ref/$defs structures and compacting oversized schemas before exposure. (openai#23357, openai#23904)
Let read-only MCP tools run concurrently when they advertise readOnlyHint. (openai#23750)
Added richer extension and hook context, including conversation history for extension tools and subagent identity in hook inputs. (openai#22882, openai#23963)