AI Coding Tools Claude Code Updated May 14, 2026
Fix Claude Code VSCode extension showing Thinking forever without displaying response Includes evidence for Claude Code troubleshooting demand.
Claude Code webview stuck on 'Thinking' — sessionID discarded on restore (v2.1.141, regression of #35004) AI Coding Tools Claude Code Updated May 14, 2026
Fix Claude Code VSCode extension showing [object Object] instead of actual error messages Includes evidence for Claude Code troubleshooting demand.
Claude Code VSCode v2.1.141 renders 'Unhandled case: [object Object]' instead of MCP server error messages AI Coding Tools Claude Code Updated May 14, 2026
Fix Claude Code tool results not being delivered on Windows causing sessions to hang or show false rejections Includes evidence for Claude Code troubleshooting demand.
Claude Code v2.1.141 Windows CLI: tool result delivery failures — phantom 'user rejected' and infinite hang on '[Tool result missing due to internal error]' LiteLLM LiteLLM Updated May 14, 2026
Fix LiteLLM not capturing reasoning/thinking content from Ollama models like Qwen3 and DeepSeek-R1 Includes evidence for LiteLLM troubleshooting demand.
LiteLLM Ollama reasoning_content always null — /api/generate doesn't return thinking field Deployment Netlify Updated May 14, 2026
Fix Netlify deployment showing success but site returning 404 because only partial files uploaded Includes evidence for Netlify troubleshooting demand.
Netlify deploys succeed but only 2 files uploaded — live site returns 404 on all routes Anthropic API Anthropic API / Vertex AI Updated May 14, 2026
Fix Anthropic Vertex AI document URL source rejected with wrong error message Includes evidence for Anthropic API / Vertex AI troubleshooting demand.
Anthropic Vertex SDK document URL sources rejected with incorrect error path: messages.0.content.0.image.source.base64.data: URL sources are not supported AI Coding Tools Claude Code Updated May 14, 2026
Fix Claude Code compaction summarizing audit findings as actionable tasks Includes evidence for Claude Code troubleshooting demand.
Claude Code context compaction generates fabricated pending tasks leading to unintended action initiation AI Coding Tools Claude Code / Anthropic API Updated May 14, 2026
Fix Claude Code extreme slowness and spinning with no token output Includes evidence for Claude Code / Anthropic API troubleshooting demand.
Claude Code spinning/moseying/gitifying for MANY MINUTES on each prompt with >10 minutes no output AI Coding Tools Claude Code / VSCode Updated May 14, 2026
Fix Claude Code extension activation TypeError after updating to version 2.1.129 Includes evidence for Claude Code / VSCode troubleshooting demand.
Claude Code VSCode extension TypeError: The argument 'filename' must be a file URL object, file URL string, or absolute path string AI Coding Tools Claude Code / VSCode Updated May 14, 2026
Fix Claude Code VSCode extension stream timeout killing sessions before completion Includes evidence for Claude Code / VSCode troubleshooting demand.
Claude Code VSCode Extension Client-Side Stream Timeout Fires Before Backend Completion: sdk_stream_ended_no_result Anthropic API Anthropic API / AWS Bedrock Updated May 14, 2026
Fix Claude Opus 4-7 on Bedrock adding <<<SENTINEL prefix to tool call arguments Includes evidence for Anthropic API / AWS Bedrock troubleshooting demand.
claude-opus-4-7 prepends literal <<<SENTINEL\n to every string value in tool input_json Cloudflare Cloudflare Workers / Wrangler Updated May 14, 2026
Fix Cloudflare Workflows deploy error workflows.api.error.internal_server code 10001 Includes evidence for Cloudflare Workers / Wrangler troubleshooting demand.
workflows.api.error.internal_server [code: 10001] GitHub Actions GitHub Actions Updated May 14, 2026
Fix GitHub Actions runner runsvc.sh empty file after auto-update breaking service Includes evidence for GitHub Actions troubleshooting demand.
GitHub Actions self-hosted runner runsvc.sh 0 bytes after auto-update from v2.328.0 to v2.334.0 LiteLLM LiteLLM / Anthropic API Updated May 14, 2026
Fix LiteLLM reasoning_content missing after Anthropic to OpenAI format conversion Includes evidence for LiteLLM / Anthropic API troubleshooting demand.
LiteLLM Anthropic to OpenAI conversion drops reasoning_content, breaks multi-turn with reasoning models LiteLLM LiteLLM / Anthropic API Updated May 14, 2026
Fix LiteLLM cache_control not forwarding to Anthropic when using Responses API Includes evidence for LiteLLM / Anthropic API troubleshooting demand.
LiteLLM Responses API silently drops cache_control on input_text content blocks during transformation OpenAI API OpenAI API / Python Updated May 14, 2026
Fix AsyncOpenAI empty api_key error breaking OpenAI-compatible local servers Includes evidence for OpenAI API / Python troubleshooting demand.
AsyncOpenAI(api_key="") raises OpenAIError in v2.34.0 Deployment Vercel / Next.js Updated May 14, 2026
Fix Vercel deploy error 'An unexpected error occurred when running this build' with middleware Includes evidence for Vercel / Next.js troubleshooting demand.
Vercel deploy fails with 'An unexpected error occurred when running this build' with middleware + experimentalServices AI Coding Tools Claude Code Updated May 14, 2026
Fix Claude Code slash commands failing with 'Context limit reached' false positive on 1M context models when context is far below actual limit Includes evidence for Claude Code troubleshooting demand.
Context limit reached LiteLLM LiteLLM Updated May 14, 2026
Fix LiteLLM Azure OAI authentication error after upgrading to 1.84.0 when using enable_azure_ad_token_refresh Includes evidence for LiteLLM troubleshooting demand.
LiteLLM AuthenticationError: AzureException AuthenticationError - The api_key client option must be set either by passing api_key to the client or by setting the OPENAI_API_KEY environment variable LiteLLM LiteLLM Updated May 14, 2026
Fix LiteLLM global_max_parallel_requests not enforcing the configured limit, allowing unlimited concurrent requests through Includes evidence for LiteLLM troubleshooting demand.
set global_max_parallel_requests not work