OpenAI API OpenRouter Updated May 16, 2026
Resolve OpenRouter silently disabling prompt caching for Anthropic Claude models via BYOK, causing full-context resends at full price in long agent sessions Includes evidence for OpenRouter troubleshooting demand.
OpenRouter BYOK: Claude models do not benefit from prompt caching, causing excessive token costs in agent mode Cloud Platforms Kubernetes Updated May 16, 2026
Resolve expired SSL certificates on Kubernetes infrastructure domains that block package downloads and repository access Includes evidence for Kubernetes troubleshooting demand.
SSL Certificate Expired For Many k8s.io Subdomains (including pkgs.k8s.io, git.k8s.io, k8s.io) AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code 429 rate limit / quota exhaustion — understand when limit resets and how to avoid hitting it Includes evidence for Claude Code troubleshooting demand.
Error: 429 {"type":"error","error":{"message":"You've hit your limit"}} AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code background agent crash after upgrading to version 2.1.143 on macOS arm64 Includes evidence for Claude Code troubleshooting demand.
exit 1 before init — background-spawned agents crash within 60-200ms AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code plugin duplicate hook load error — resolve /doctor hook warning for plugins Includes evidence for Claude Code troubleshooting demand.
Plugin hook loaded twice — .claude-plugin/plugin.json declares "hooks": "./hooks/hooks.json" causing duplicate-load error in /doctor LiteLLM LiteLLM Updated May 16, 2026
Fix LiteLLM stream memory leak — prevent unbounded tool_call arguments accumulation during streaming Includes evidence for LiteLLM troubleshooting demand.
Unbounded memory growth in LiteLLM stream — current_tool_calls[i]['arguments'] += args_delta accumulates without limit Ollama Ollama Updated May 16, 2026
Fix Ollama model not supporting tools error — resolve invalid_request_error for tool-calling with local models Includes evidence for Ollama troubleshooting demand.
BadRequestError: Error code: 400 — registry.ollama.ai/library/llama3:latest does not support tools OpenAI API OpenAI API Updated May 16, 2026
Fix OpenAI Agents SDK max_turns limit exceeded — configure higher max_turns for long agent runs Includes evidence for OpenAI API troubleshooting demand.
StreamTerminalError: Max turns (10) exceeded — Runner.run_streamed default max_turns=10 OpenAI API OpenAI API Updated May 16, 2026
Fix OpenAI Codex Desktop crash on Windows when git UI uses backslash paths Includes evidence for OpenAI API troubleshooting demand.
Codex Desktop crashes when rendering git UI directives with backslash cwd paths on Windows Deployment Vercel Updated May 16, 2026
Fix Vercel Next.js 16 ISR silent failure — incomplete RSC payload in production SSG prerender Includes evidence for Vercel troubleshooting demand.
Silent incomplete RSC payload on SSG prerender with generateStaticParams + revalidate (production-only, Next.js 16 + turbopack) Anthropic API Anthropic API Updated May 16, 2026
Fix Anthropic Python SDK to properly handle 413 (payload too large) and 529 (overloaded) errors from Bedrock and Vertex providers Includes evidence for Anthropic API troubleshooting demand.
413 and 529 HTTP errors from Bedrock/Vertex not mapped to typed SDK exceptions AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code /clear command that corrupts session history and triggers API 400 errors Includes evidence for Claude Code troubleshooting demand.
/clear corrupts message history — orphaned tool_result causes 400 API error AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code that hangs indefinitely when using Sonnet 4-6 with large prompts at default or high effort Includes evidence for Claude Code troubleshooting demand.
claude --print hangs on Sonnet 4-6 at default/high effort with large prompts AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code request that fails after significant token consumption, wasting money Includes evidence for Claude Code troubleshooting demand.
Anthropic API Error: Request failed after $25 token consumption in /ultrawork AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code session that becomes unrecoverable after a rate limit (429) error Includes evidence for Claude Code troubleshooting demand.
Session unrecoverable after upstream 429: every retry returns 400 previous AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code false positive usage policy violation that blocks all queries on Opus 4.7 Includes evidence for Claude Code troubleshooting demand.
API Error: Claude Code is unable to respond to this request, which appears to violate our Usage Policy AI Coding Tools Claude Code Updated May 16, 2026
Fix Anthropic Opus 4.6/4.7 policy changes that block legitimate security research and bug bounty workflows Includes evidence for Claude Code troubleshooting demand.
Anthropic tightened cyber usage filters block authorized bug bounty work retroactively on Opus 4.6/4.7 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'