Continue browsing this topic cluster with SEO-safe static pagination.
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' 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 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) AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code VS Code extension failing to load when opening folders from UNC network paths, with ENOENT error referencing non-existent mapped drive Includes evidence for Claude Code troubleshooting demand.
ENOENT: no such file or directory, lstat 'G:\Grupos' AI Coding Tools Claude Code Updated May 16, 2026
Fix missing rate limit information in Claude Code status bar for paid users Includes evidence for Claude Code troubleshooting demand.
rate_limits field is null from statusLine JSON on 2.1.141 (OAuth Pro, firstParty) AI Coding Tools Claude Code Updated May 16, 2026
Fix Claude Code session becoming permanently broken after hitting Anthropic rate limit Includes evidence for Claude Code troubleshooting demand.
Upstream 429 then every retry returns 400 previous_message_id AI Coding Tools Claude Code Updated May 16, 2026
Fix frequent red error banner in Claude Code VS Code extension Includes evidence for Claude Code troubleshooting demand.
Unhandled case: [object Object] red banner in VS Code chat panel AI Coding Tools Claude Code Updated May 15, 2026
Fix Claude Code hanging on Windows when executing bash commands Includes evidence for Claude Code troubleshooting demand.
Claude Code freezes on Windows when running bash commands — find, ls, grep hang indefinitely AI Coding Tools Claude Code Updated May 15, 2026
Prevent Claude Code MCP server from leaking environment file contents into conversation context Includes evidence for Claude Code troubleshooting demand.
Selection injection from `ide` MCP server has no documented suppression mechanism, leaks env file contents to conversation transport AI Coding Tools Claude Code Updated May 15, 2026
Fix Claude Code MCP server becoming permanently unreachable after first tool call is rejected by user permission prompt Includes evidence for Claude Code troubleshooting demand.
MCP error -32000: Connection closed → No such tool available AI Coding Tools Claude Code Updated May 15, 2026
Fix Claude Code Max plan consuming quota too fast, excessive token usage per session Includes evidence for Claude Code troubleshooting demand.
Excessive quota consumption: session goes from 0% to 36% of quota in 12 minutes during normal usage AI Coding Tools Claude Code Updated May 15, 2026
Fix Claude Code MCP OAuth registration failure invalid_client_metadata parentheses in client_name Includes evidence for Claude Code troubleshooting demand.
invalid_client_metadata — OAuth Dynamic Client Registration rejects client_name "Claude Code (<server>)" because parentheses are not allowed by some OAuth servers AI Coding Tools Claude Code Updated May 15, 2026
Fix Claude Code sandbox blocking all write operations on macOS, Operation not permitted error Includes evidence for Claude Code troubleshooting demand.
Operation not permitted from the kernel sandbox — write.denyWithinAllow contains "/" which blanket-blocks all write paths AI Coding Tools Claude Code Updated May 15, 2026
Fix Claude Code Windows PowerShell validation failure command line too long pwsh timeout blocking shell commands Includes evidence for Claude Code troubleshooting demand.
pwsh exited with code 1: the command line is too long / pwsh timed out after 5000ms — blocks shell commands behind approval-prompt loops