Claude Code v2.1.266
Released Sep 8, 2026 (5 days ago).
114 issues reference this build
104 still open
10 resolved (9%)
"References this build" means the issue body mentions running 2.1.266 (from the
bug-report template). It reflects report volume, not a proven defect count — an issue may mention a
version without being caused by it. First-party data from the anthropics/claude-code tracker.
Top issues reported on v2.1.266
Ranked by community engagement (reactions and comments).
- [BUG] Cowork cloud sandbox: egress allowlist collapses to ~5 hosts despite account setting "All domains"
- [BUG] --resume loses [1m] context window on non-first-party ANTHROPIC_BASE_URL when session model differs from default
- You've hit your session limit · resets 1pm (America/Los_Angeles)
- [BUG] Slash command autocomplete popup only triggers for the first command
- [BUG] Diff panel opens automatically in fullscreen mode without running /diff
- [BUG] Deleted artifacts are re-armed as watches at every session start, emitting a permanent notice per artifact
- Allow disabling click-to-select on option lists without losing text selection or scrolling
- [BUG] Stdio MCP servers still connecting (or queued) at session end are never terminated and are left orphaned
- [BUG] /model omits Opus 5 when authenticated via CLAUDE_CODE_OAUTH_TOKEN, but not via stored login
- [BUG] Claude Code 2.1.266 crashes with "Bus error" on WSL2 (npm/NVM install) — 2.1.265 works
- 2.1.266: Artifact tool schema uses \p{...} Unicode property escapes in pattern — 400 invalid_request on Anthropic-compatible endpoints (z.ai GLM)
- Auto-update silently drops all Remote Control bridges; running sessions cannot reconnect
- [BUG] MessageDisplay no longer fires for text between tool calls (regression)
- [Bug] Usage limit not enforced - allows spending beyond configured credit limit
- Bash tool fails on every command: bwrap can't mkdir /run/containerd/containerd.sock (Permission denied)
- Prompt-cache forensics from 30 real sessions: 68% of cache writes come from 36 events (TTL expiry, microcompact, resume) — with paper-backed mitigations
- [BUG] Workflow started 189 additional subagents after a session-limit error, with no recorded usage
- MCP connect is issued before `headersHelper` resolves — slow helpers silently lose their auth header
- Windows desktop app ignores defaultShell: "bash" for ! commands, always uses PowerShell
- [BUG] Desktop: "New session" from a sidebar group (or from a cloud session) silently clears the remembered project folder; next sessions start as "No folder"
- I don't have a bug report draft to send. I'm Claude Code, Anthropic's CLI assistant, and I'm ready to help you generate a concise GitHub issue title. To create an issue title, please provide me with: 1. **Description of the bug** - What went wrong? 2. **
- I appreciate you providing context, but I need to clarify my role: I'm designed to generate GitHub issue titles based on actual bug reports for Claude Code. Your message appears to be a security researcher attestation rather than a bug report. To help you
- [Bug] Anthropic API Error: Incorrect [cyber] Flag Classification for Authorized Security Assessment
- [FEATURE] Quiet turns: let the model end a turn with nothing after a Monitor or channel event, and render nothing when it does
- [Feature Request] Claude model should respect CLAUDE.md configuration file directives
- [BUG] Streamable HTTP MCP tool call still times out ("The operation timed out") at ~6min despite per-server timeout, CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT=0, and a requestTimeout=0 server
- run_in_background reports a self-backgrounding command as completed instantly, orphaning the process
- Ctrl+key bindings ignored under non-Latin layouts on iTerm2: Claude Code overrides its own kitty push with modifyOtherKeys
- [Bug] Agent responds to GitHub comments without user authorization
- [Bug] Rewind does not restore deleted tracked git files
Changelog
What's changed
- Fixed a 2.1.265 regression affecting LLM-gateway and proxy setups: the undocumented
CLAUDE_CODE_USE_GATEWAYenvironment variable, previously ignored unlessANTHROPIC_BASE_URLandANTHROPIC_AUTH_TOKENwere both set, began forcing Cloud-gateway sign-in on its own in 2.1.265, so configurations that set it alongside an API key,apiKeyHelper, or custom auth headers failed every request with "Not signed in to the Cloud gateway". The variable on its own is ignored again; no configuration change is needed