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.274 fixes MCP timeouts and session stability

Claude Code Releases·September 17, 2026·high confidence

Why it matters

  • →Fixes a critical timeout bug in Streamable HTTP MCP servers that broke long-running tool calls.
  • →Resolves transcript corruption issues that caused infinite retry loops in sessions.
  • →Improves background agent stability when resuming interrupted coding tasks.

Anthropic released Claude Code v2.1.274, focusing on stability fixes for MCP integrations and session management. Key updates include resolving a bug where Streamable HTTP MCP tool calls timed out after five minutes regardless of server settings, and fixing corrupted transcripts that previously caused endless retry loops. The update also improves background agent handling during session resumption and adjusts memory pressure thresholds to prevent premature termination of long-running tasks. These changes aim to reduce interruptions for developers using complex multi-step AI workflows.

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.266 fixes gateway regression

Anthropic quietly patched a regression in Claude Code that broke LLM-gateway and proxy setups. The previous version incorrectly forced Cloud-gateway sign-in when the CLAUDE_CODE_USE_GATEWAY variable was set, even with API keys or custom auth headers configured. This update restores the expected behavior where the variable is ignored unless specific Anthropic credentials are present. Developers relying on custom authentication flows can now resume their workflows without configuration changes.

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

More in Coding Tools

Coding Toolscoding

llama.cpp b11000 fixes critical RCE in server

This release patches a critical remote code execution vulnerability in the llama.cpp server that allowed unauthenticated attackers to hijack memory via dangling pointers. The flaw stemmed from caching compute graphs that referenced freed buffers, enabling heap corruption and arbitrary code execution through subsequent tensor commands. By discarding cached graphs when buffers are freed, the fix forces a safe fallback to full recomputation without changing the API. This is a vital security update for anyone running the llama.cpp server remotely, closing a direct path to system compromise.

llama.cpp Releases·Sep 17, 2026
Coding Toolscoding

llama.cpp b11001 fixes Spacemit transpose bug

A copy-paste error in llama.cpp was corrupting matrix transpositions on Spacemit hardware, causing significant data corruption for int16 operations. This release patches the specific RVV instruction call to ensure correct computation on these RISC-V based chips. While niche, it prevents silent inference failures for users relying on this specific accelerator architecture. The update also ships binaries for CUDA 13 and ROCm 10.0, keeping the runtime current with latest driver ecosystems.

llama.cpp Releases·Sep 17, 2026
Coding Toolscoding

llama.cpp b11002 adds CUDA 13 and ROCm 10 support

This release quietly closes the hardware gap for local inference by adding native builds for CUDA 13 and ROCm 10.0 alongside existing CUDA 12 binaries. Users with newer NVIDIA GPUs or AMD accelerators no longer need to compile from source to get hardware acceleration, while Apple Silicon support remains available but explicitly disabled in this specific binary set. The simultaneous availability of these distinct backend versions means the runtime is now truly agnostic to the underlying GPU architecture. It is a pragmatic update that removes friction for anyone trying to run models on modern, non-CUDA-12 hardware.

llama.cpp Releases·Sep 17, 2026