ERROR_OPENAI: “Missing required parameter: ‘tools[10].custom’” when using Plan Mode with Azure GPT-5

Yep — confirming: after updating to Cursor v2.3, the ERROR_OPENAI: Missing required parameter: ‘tools[10].custom’ issue is fixed on my side. :white_check_mark: Thanks for the quick turnaround.

However, there are still Azure-specific issues, and they seem to be concentrated around file modification / Apply / Agent edits (chat works, but edits don’t):

Apply / patch fails (often 404 / “Resource not found”) — looks like an endpoint routing mismatch, as if Cursor is still hitting an OpenAI-style /v1/responses route instead of Azure’s required deployment routing for edit/apply operations:

Agent mode cannot modify files with Azure-deployed GPT-5-mini — communication works, but any file editing/modification flow fails / never applies changes:

Happy to provide request IDs, network traces, and exact endpoint paths being called during Apply/Agent edit attempts if that helps isolate what’s still hardcoded or misrouted for Azure.