GitHub Claude-Code v2.1.27 Release: Key Updates and Fixes

Claude-Code has released version 2.1.27, which includes a series of updates and bug fixes aimed at improving developer experience when using the tool. This release focuses on better debugging capabilities, refined permission handling, and integration enhancements in a Visual Studio Code environment.
Key updates include:
- Enhanced debug logging now captures tool call failures and denials, providing more insights into command execution errors.
- Fixed an issue with context management validation that affected gateway users. The issue was bypassed by setting
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1. - Introduced the
--from-prflag, designed to resume sessions tied to specific GitHub PR numbers or URLs. Sessions created viagh pr createare automatically linked to the corresponding PRs. - Improvements to the
/contextcommand output ensure that it now correctly displays colored output. - The status bar bug, where background task indicators were being duplicated when PR status was shown, has been resolved.
- The VSCode integration has been enhanced with Claude in Chrome, offering a smoother user experience.
- Permission handling has been adjusted to respect content-level prompts. Previously, setting
allow: ["Bash"]andask: ["Bash(rm *)"]permitted all Bash commands without further checks, but it now requires explicit permission for usingrmcommands. - On Windows, execution of Bash commands now works correctly for users with
.bashrcfiles, and the issue causing console windows to flash when spawning child processes has been fixed. - A fix in VSCode addresses the OAuth token expiration issue that was resulting in 401 errors during extended sessions.
These updates are particularly relevant for developers who use Claude-Code for GitHub PR management and debugging within VSCode, especially those on Windows who experienced command execution issues.
📖 Read the full source: GitHub Claude-Code
👀 See Also

Claude Opus 4.6's effort=low parameter differs from other providers' low-reasoning modes
Claude Opus 4.6's effort=low parameter controls general behavioral effort, not just reasoning depth, unlike OpenAI's reasoning.effort=low or Gemini's thinking_level=low. This caused agents to make fewer tool calls, be less thorough in cross-referencing, and ignore parts of system prompts about web research.

Claude Code v2.1.172: Sub-Agents Now 5 Levels Deep, Bedrock Region Fixes, and Performance Gains
Claude Code v2.1.172 lets sub-agents spawn sub-agents up to 5 levels deep, fixes Bedrock region detection, adds plugin search, and improves performance in long conversations.

Anthropic files lawsuit to prevent Pentagon blacklisting over AI restrictions
Anthropic has filed a lawsuit seeking to block the Pentagon from blacklisting the company over restrictions on AI use, according to a Reuters report shared on Hacker News.
Qwen3 27B Outperforms Gemma 4 26B in Real-World Tool-Calling for Local AI Video Pipeline
A local AI video pipeline experiment shows Qwen3 27B handling tool-calling cleanly while Gemma 4 26B got stuck in loops. Also covers Said Image Turbo for local image generation and OpenCode orchestration hitting 174K context.