Anthropic API Anthropic API Updated May 16, 2026
Fix unexpected cache write charges on Anthropic API when using explicit cache_control breakpoint Includes evidence for Anthropic API troubleshooting demand.
cache_creation=1416 cache_read=2227 uncached_input=8 — server writes additional cache entries past explicit cache_control breakpoint AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code plugin scope error where plugins from other projects leak into current project UI Includes evidence for Claude Code troubleshooting demand.
Failed to uninstall plugin: Plugin is enabled at project scope (.claude/settings.json, shared with your team). To disable just for you: claude plugin disable --scope local — but running the command fails with 'already disabled at local scope' GitHub Actions GitHub Actions Updated May 16, 2026
Fix GitHub Actions self-hosted runner stuck in busy state after workflow instance not found error Includes evidence for GitHub Actions troubleshooting demand.
Self-hosted Worker hangs holding runner slot after CompleteJobAsync hits 'workflow instance not found' LiteLLM LiteLLM Updated May 16, 2026
Fix LiteLLM proxy budget bypass vulnerability that allows users to exceed spending limits Includes evidence for LiteLLM troubleshooting demand.
Budget bypass vulnerability allowing unlimited spending in LiteLLM proxy (infinite money glitch) Deployment Vercel Updated May 16, 2026
Fix Next.js 16 production build hanging forever during SWC compilation on Vercel deployment Includes evidence for Vercel troubleshooting demand.
next build hangs indefinitely in SWC compile phase — reproduces on every Next 16 release (16.0.0, 16.2.6, 16.3.0-canary.19) AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code Bash tool crashing on Windows with EEXIST error when session-env directory already exists Includes evidence for Claude Code troubleshooting demand.
EEXIST: non-idempotent mkdir of session-env AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code CLI hanging on startup when .credentials.json has corrupted scopes field, preventing OAuth token refresh Includes evidence for Claude Code troubleshooting demand.
corrupt .credentials.json with non-array scopes value hanging the CLI on startup or silently aborting OAuth token refresh AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code Windows init crash with JSON Parse error when detecting bash path, causing telemetry data loss Includes evidence for Claude Code troubleshooting demand.
JSON Parse error during init — Unexpected identifier "C" after bash-path detection (telemetry dropped) AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code disconnecting during remote-SSH sessions after upgrading to v2.1.142, with binary accumulation and MCP server flapping Includes evidence for Claude Code troubleshooting demand.
v2.1.142 disconnects on remote-SSH after extension update — claude binary accumulation + MCP server flapping AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code version 2.1.142 performance regression where token throughput and inference speed are significantly degraded Includes evidence for Claude Code troubleshooting demand.
Claude Code v2.1.142 performance degradation — tokens per context, memory recovery, inference all degraded Cloudflare Cloudflare Updated May 16, 2026
Fix Cloudflare Workers scaffolding failing with ERR_PNPM_IGNORED_BUILDS when using pnpm 10 or 11 Includes evidence for Cloudflare troubleshooting demand.
ERR_PNPM_IGNORED_BUILDS on pnpm 10/11 during create-cloudflare scaffolding Cloudflare Cloudflare Updated May 16, 2026
Fix wrangler deploy failing with internal_server error code 10001 on Cloudflare Free plan accounts Includes evidence for Cloudflare troubleshooting demand.
workflows.api.error.internal_server [code: 10001] on new Free plan account Ollama Ollama Updated May 16, 2026
Fix Ollama server crashing with OOM during GGUF metadata parsing after upgrading to v0.24.0 Includes evidence for Ollama troubleshooting demand.
runtime: out of memory during GGUF metadata parsing (readString/n_kv allocation) in Ollama v0.24.0 Anthropic API Anthropic API Updated May 16, 2026
Fix Anthropic API 400 rejection when MCP server tool schemas use top-level oneOf/anyOf in JSON Schema Includes evidence for Anthropic API troubleshooting demand.
API Error: 400 tools.11.custom.input_schema: input_schema does not support oneOf, allOf, or anyOf at the top level Cloudflare Cloudflare Updated May 16, 2026
Fix Cloudflare 524 timeout errors when origin server takes too long to respond, especially for long-running API calls like AI/OCR processing Includes evidence for Cloudflare troubleshooting demand.
524 Connection Timeout — Cloudflare returns 524 when origin response exceeds 100-second upstream timeout AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code MCP -32601 error causing slow cold start in VSCode extension Includes evidence for Claude Code troubleshooting demand.
tools/list failed (MCP error -32601: Method not found); retrying once AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code VSCode webview crash during long sessions with AggregateError Includes evidence for Claude Code troubleshooting demand.
Error rendering content: disposing of store — AggregateError from DisposableStore during long agent sessions AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code Cowork MSIX installation failure on Windows with stuck package Includes evidence for Claude Code troubleshooting demand.
HRESULT 0x80073CF9 — AddPackage failed / HRESULT 0x80073CFA — RemovePackage failed (PreserveApplicationData flag) Ollama Ollama Updated May 16, 2026
Fix Ollama v0.24.0 crash on startup due to OOM during GGUF metadata parsing with corrupted model headers Includes evidence for Ollama troubleshooting demand.
runtime: out of memory — readString/n_kv allocation in fs/gguf.readString tries to allocate 32GB+ RAM on corrupted model header OpenAI API OpenAI API Updated May 16, 2026
Fix broken tool call streaming when first chunk contains duplicate index entries in OpenAI Python SDK Includes evidence for OpenAI API troubleshooting demand.
Streaming tool_call deltas with duplicate indexes in first chunk are accumulated incorrectly — accumulate_delta assumes index matches physical list position