16 × AIAI signal, amplified
AI newsAboutSources
TelegramFollow on Telegram
AI newsAboutSources
16 × AIAI signal, amplified

An AI news engine that ingests trusted sources, scores with Claude, and posts only what clears the bar.

Follow on Telegram →

Subscribe

  • Telegram
  • RSS
  • All channels

Legal

  • Privacy
  • Imprint
© 2026 16 × AI. All rights reserved.Curated by Claude. Posts every 6 hours. No newsletter, no funnel.
Home/Coding Tools
Coding Tools

Claude Code v2.1.266 fixes gateway regression

Claude Code Releases·September 16, 2026·high confidence

Why it matters

  • →Restores compatibility for developers using LLM-gateway proxies with Claude Code.
  • →Fixes a regression that broke custom authentication flows in the previous version.
  • →No configuration changes required for users affected by the v2.1.265 issue.

Anthropic released Claude Code v2.1.266 to address a regression introduced in version 2.1.265. The issue affected users configuring LLM-gateway or proxy setups via the CLAUDE_CODE_USE_GATEWAY environment variable, which previously caused requests to fail with a 'Not signed in to the Cloud gateway' error when used alongside API keys or custom auth headers. This patch restores the original behavior where the variable is ignored unless ANTHROPIC_BASE_URL and ANTHROPIC_AUTH_TOKEN are both set, allowing existing configurations to function correctly without modification.

Read original

More from Claude Code Releases

Coding Toolscoding

Claude Code v2.1.265 patches agent stability and plugin loading

This release stabilizes the core agent loop by fixing critical bugs in prompt caching and subagent resume logic that previously broke context reuse. Plugin management gets a significant upgrade with dynamic folder scanning, allowing developers to hot-load tools without restarting the session. The update also hardens security around symlink traversal and refines telemetry routing for enterprise gateways. While not feature-heavy, these fixes make Claude Code more reliable for complex, multi-step coding workflows.

Claude Code Releases·Sep 16, 2026
Coding Toolscoding

Claude Code v2.1.267 fixes prompt cache and session resume

This release targets the most painful friction points in long-running coding sessions: broken prompt caching and lost context during resumption. By fixing how MCP tools and system prompts are recorded and replayed, Anthropic ensures that switching models or reconnecting doesn't wipe your conversation history or force redundant tool definitions. The addition of a maxEffortLevel setting gives developers precise control over compute costs across all cloud providers, while specific fixes for VS Code and remote sessions stabilize the daily driver experience. It’s a maintenance-heavy update that quietly restores reliability to complex workflows.

Claude Code Releases·Sep 16, 2026
Coding Toolscoding

Claude Code v2.1.273 patches security and stability

This release quietly fixes critical permission bypasses that could have allowed dangerous shell commands to slip through the safety net. By tightening how Bash permissions are analyzed and correcting memory directory handling, Anthropic is hardening the tool against accidental data leaks or destructive operations. The update also resolves persistent authentication failures on enterprise cloud platforms like Bedrock and Vertex, ensuring smoother workflows for teams relying on managed settings. These fixes stabilize the agent environment without adding new features.

Claude Code Releases·Sep 16, 2026

More in Coding Tools

Coding Toolscoding

vLLM v0.29.0rc6 fixes hybrid model caching

This release candidate addresses a critical configuration gap for hybrid models in vLLM by enabling the dense prefix cache by default. Previously, these mixed-precision or multi-head architectures likely suffered from inefficient memory usage or required manual flags to achieve optimal performance. By automating this optimization, the update ensures that users running complex model topologies get better throughput out of the box without tweaking internal parameters. It is a quiet but necessary step toward making vLLM robust for heterogeneous hardware setups.

vLLM Releases·Sep 16, 2026
Coding Toolscoding

llama.cpp b10993 adds ROCm 10 and CUDA 13 builds

This release quietly extends llama.cpp's hardware support to the latest driver stacks, adding official binaries for ROCm 10.0 and CUDA 13 across Linux and Windows. For AMD users, this means native compatibility with newer GPU architectures without manual compilation tweaks, while NVIDIA users gain access to the latest CUDA runtime optimizations. The inclusion of WebGPU in CI signals ongoing work toward browser-based inference, though it remains a background effort for now. There are no new model formats or quantization methods here, just broader infrastructure coverage that keeps llama.cpp relevant as hardware evolves.

llama.cpp Releases·Sep 16, 2026
Coding Toolscoding

llama.cpp fixes Metal NaN bug for large activations

A critical precision bug in llama.cpp’s Apple Silicon backend has been patched, resolving total inference failures on models with high-activation ranges like Mistral Small 4. The issue stemmed from f16 saturation during matrix multiplication, which turned entire output tensors into NaN values for inputs exceeding ~32 tokens. By implementing an exact, power-of-two rescaling mechanism in the Metal kernel, the fix restores correctness without significant performance penalties. This ensures local inference on M-series chips remains viable for complex MoE architectures that previously crashed.

llama.cpp Releases·Sep 16, 2026