LiteLLM LiteLLM Updated May 17, 2026
Fix LiteLLM proxy errors when calling Anthropic adaptive-thinking models, where LiteLLM incorrectly forces tool_choice parameter and causes API requests to be rejected by Anthropic. Includes evidence for LiteLLM troubleshooting demand.
LiteLLM forces tool_choice parameter on adaptive-thinking Anthropic models (Claude Opus 4.7 etc.) causing request rejection — fix applied in pull #28114 Ollama Ollama Updated May 17, 2026
Fix LangChain + Ollama integration where streaming completions incorrectly use stop_sequences as finish_reason, causing early termination or garbled output in production LLM pipelines. Includes evidence for Ollama troubleshooting demand.
OllamaLLM streaming in LangChain returns stop sequences as finish_reason instead of proper completion signal, breaking streaming pipelines LiteLLM OpenRouter Updated May 17, 2026
Diagnose and fix OpenRouter model routing errors when models return unclear failure messages, affecting production deployments using OpenRouter as a paid API proxy layer. Includes evidence for OpenRouter troubleshooting demand.
OpenRouter model routing returns ambiguous error when requested model is unavailable or disabled, without distinguishing between temporary unavailability and permanent deprecation AI Coding Tools Claude Code Updated May 17, 2026
Fix MCP tools in Claude Code returning user denied error even when permissions.allow contains correct server entry, no permission prompt appears Includes evidence for Claude Code troubleshooting demand.
tools spuriously rejected as 'user denied' without permission prompt AI Coding Tools Claude Code Updated May 17, 2026
Fix Claude Code Chrome MCP tools failing on all domains when navigating or reading pages Includes evidence for Claude Code troubleshooting demand.
"Navigation to this domain is not allowed" / "Permission denied for reading pages on this domain" LiteLLM LiteLLM Updated May 17, 2026
Implement fair queuing in LiteLLM proxy to prevent single client from monopolizing model capacity and causing starvation for other tenants Includes evidence for LiteLLM troubleshooting demand.
No fair queuing — traffic burst from one client starves other clients' requests Deployment Vercel Updated May 17, 2026
Fix Vercel deployment build failure caused by exceeding the limit of 12 Serverless Functions per deployment Includes evidence for Vercel troubleshooting demand.
No more than 12 Serverless Functions can be added to a Deployment Deployment Vercel Updated May 17, 2026
Fix Vercel deployment build failure due to out of memory during build step Includes evidence for Vercel troubleshooting demand.
build exited with code 1 (OOM during Vite/vanilla-extract build bundle) AI Coding Tools Claude Code Updated May 17, 2026
Fix Claude Code on Windows where git worktree remove fails with Permission denied because MCP servers aren't shut down before worktree operations Includes evidence for Claude Code troubleshooting demand.
worktree removal fails with Permission denied due to MCP shutdown ordering Anthropic API Anthropic API Updated May 17, 2026
Developer using Anthropic streaming API loses connection mid-stream (TransportError) and can't catch it with standard except anthropic.APIConnectionError blocks — must know to also catch httpx.TransportError Includes evidence for Anthropic API troubleshooting demand.
Mid-stream httpx.TransportError leaks through as bare httpx exceptions because SSE body iteration has no try/except — customers standard retry ladder misses mid-stream drops AI Coding Tools Claude Code Updated May 17, 2026
User ran /login in Claude Code on Windows, sees success message but tool remains unauthenticated and rejects all commands afterward Includes evidence for Claude Code troubleshooting demand.
/login shows "Login successful" but immediately reverts to "Not logged in". Any subsequent command fails with "Not logged in". Docker Docker Updated May 17, 2026
User upgraded to Docker 29.5.0 and rootless mode stopped working — docker socket file disappears, can't run any docker commands Includes evidence for Docker troubleshooting demand.
failed to connect to the docker API at unix:///run/user/1000/docker.sock; check if the path is correct and if the daemon is running: dial unix /run/user/1000/docker.sock: connect: no such file or directory AI Coding Tools LangChain Updated May 17, 2026
Developer calls langgraph.with_structured_output() expecting it to preserve pre-bound tools, but they are silently dropped — functional regression breaking LLM function calling workflows Includes evidence for LangChain troubleshooting demand.
[langchain-openai] with_structured_output() silently drops previously bound tools and lacks support for OpenAI native tool bindings LiteLLM LiteLLM Updated May 17, 2026
Developer using LiteLLM proxy finds that restricted users can see full model list via GET /v1/models endpoint despite access group restrictions, creating a security/authorization inconsistency Includes evidence for LiteLLM troubleshooting demand.
GET /v1/models ignores user.models restriction — shows all proxy models regardless of user access groups OpenAI API OpenAI API Updated May 17, 2026
Developer using client.responses.create(background=True) cannot handle failure cases programmatically because the SDK returns 200 with failed payload instead of raising a typed exception Includes evidence for OpenAI API troubleshooting demand.
Background responses failures lack a stable code/name that maps to an exception class — HTTP poll returns 200 OK with status=failed but no typed exception is raised GitHub Actions GitHub Actions Updated May 17, 2026
Fix ESM action crashes after @actions/glob v0.7.0 upgrade — broken import of Minimatch named export Includes evidence for GitHub Actions troubleshooting demand.
SyntaxError: The requested module 'minimatch' does not provide an export named 'Minimatch' (in @actions/glob v0.7.0) AI Coding Tools Claude Code Updated May 17, 2026
Fix Claude Code MCP server authentication returning HTTP 431 error on Linux platform Includes evidence for Claude Code troubleshooting demand.
HTTP ERROR 431 — MCP server authentication failure (browser restart!) Docker Docker Updated May 17, 2026
Fix Docker rootless mode broken after upgrading to 29.5.0 — docker.sock missing Includes evidence for Docker troubleshooting demand.
failed to connect to the docker API at unix:///run/user/1000/docker.sock: dial unix /run/user/1000/docker.sock: connect: no such file or directory OpenAI API OpenAI API Updated May 17, 2026
Fix OpenAI Batch API 404 error when using GPT-5 mini or nano models with chat completions endpoint Includes evidence for OpenAI API troubleshooting demand.
The model gpt-5-mini-2025-08-07-batch does not exist or you do not have access (HTTP 404 on /v1/chat/completions batch endpoint) Anthropic API Anthropic API Updated May 17, 2026
Fix or work around Anthropic API rejecting valid but complex JSON schemas for structured outputs Includes evidence for Anthropic API troubleshooting demand.
400 invalid_request_error: "The compiled grammar is too large, which would cause performance issues"