Back
AI summary
Written by AI from the official notes. Check them for exact details.Claude Code 2.1.27 introduces new features for session management and improves error handling.
- Added tool call failures to debug logs
- Sessions linked to GitHub PRs automatically
- Fixed context management validation error for gateway users
- Enabled Claude in Chrome integration for VSCode
- Permissions now respect content-level 'ask' over tool-level 'allow'
Why it matters: Developers using Claude for coding and debugging should pay attention to these enhancements and fixes.
Full release notes11 changes
What's changed
- Added tool call failures and denials to debug logs
- Fixed context management validation error for gateway users, ensuring
CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1avoids the error - Added
--from-prflag to resume sessions linked to a specific GitHub PR number or URL - Sessions are now automatically linked to PRs when created via
gh pr create - Fixed /context command not displaying colored output
- Fixed status bar duplicating background task indicator when PR status was shown
- VSCode: Enabled Claude in Chrome integration
- Permissions now respect content-level
askover tool-levelallow. Previouslyallow: ["Bash"], ask: ["Bash(rm *)"]allowed all bash commands, but will now permission prompt forrm. - Windows: Fixed bash command execution failing for users with
.bashrcfiles - Windows: Fixed console windows flashing when spawning child processes
- VSCode: Fixed OAuth token expiration causing 401 errors after extended sessions