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

✍️ OpenClawRadar📅 Published: April 20, 2026🔗 Source
GitHub Claude-Code v2.1.27 Release: Key Updates and Fixes
Ad

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-pr flag, designed to resume sessions tied to specific GitHub PR numbers or URLs. Sessions created via gh pr create are automatically linked to the corresponding PRs.
  • Improvements to the /context command 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"] and ask: ["Bash(rm *)"] permitted all Bash commands without further checks, but it now requires explicit permission for using rm commands.
  • On Windows, execution of Bash commands now works correctly for users with .bashrc files, 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.

Ad

📖 Read the full source: GitHub Claude-Code

Ad

👀 See Also