docs: track Claude Code v2.1.27 release

--from-pr flag for PR-linked sessions, auto PR linking via gh pr create,
Bedrock/Vertex gateway fixes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Florian BRUNIAUX 2026-01-31 16:19:51 +01:00
parent 22f2b91b83
commit 3ab6fe3ef5
3 changed files with 30 additions and 4 deletions

View file

@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [Unreleased]
- **Claude Code releases tracking: v2.1.27**`machine-readable/claude-code-releases.yaml`, `guide/claude-code-releases.md`
- `--from-pr` flag to resume sessions linked to GitHub PR number/URL
- Sessions auto-linked to PRs when created via `gh pr create`
- Context management fixes for Bedrock/Vertex gateway users
- Landing synced: banner + timeline card in index.html
- **Contribution Metrics (Anthropic blog, Jan 29 2026)**`guide/ultimate-guide.md`, `machine-readable/reference.yaml`
- Score: 4/5 (High Value — official source with harder metrics superseding Aug 2025 data)
- Source: [claude.com/blog/contribution-metrics](https://claude.com/blog/contribution-metrics)

View file

@ -4,13 +4,13 @@
> **Full details**: [github.com/anthropics/claude-code/CHANGELOG.md](https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md)
> **Machine-readable**: [claude-code-releases.yaml](../machine-readable/claude-code-releases.yaml)
**Latest**: v2.1.25 | **Updated**: 2026-01-30
**Latest**: v2.1.27 | **Updated**: 2026-01-31
---
## Quick Jump
- [2.1.x Series (January 2026)](#21x-series-january-2026) — Task management, Keyboard shortcuts, Skill hot-reload
- [2.1.x Series (January 2026)](#21x-series-january-2026) — PR session linking, Task management, Keyboard shortcuts, Skill hot-reload
- [2.0.x Series (Nov 2025 - Jan 2026)](#20x-series-november-2025---january-2026) — Opus 4.5, Claude in Chrome, Background agents
- [Breaking Changes Summary](#breaking-changes-summary)
- [Milestone Features](#milestone-features)
@ -19,6 +19,18 @@
## 2.1.x Series (January 2026)
### v2.1.27 (2026-01-31)
- **New**: `--from-pr` flag to resume sessions linked to a specific GitHub PR number or URL
- **New**: Sessions automatically linked to PRs when created via `gh pr create`
- Added tool call failures and denials to debug logs
- Fixed context management validation error for Bedrock/Vertex gateway users
- Fixed `/context` command not displaying colored output
- Fixed status bar duplicating background task indicator when PR status was shown
- [Windows] Fixed bash command execution failing for users with `.bashrc` files
- [Windows] Fixed console windows flashing when spawning child processes
- [VSCode] Fixed OAuth token expiration causing 401 errors after extended sessions
### v2.1.25 (2026-01-30)
- Fixed beta header validation for Bedrock and Vertex gateway users — Ensures `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` environment variable works correctly

View file

@ -3,8 +3,8 @@
# Purpose: Track Claude Code product releases for documentation sync
# Maintained: Manual updates when new releases are announced
latest: "2.1.25"
updated: "2026-01-30"
latest: "2.1.27"
updated: "2026-01-31"
# ════════════════════════════════════════════════════════════════
# RELEASES (newest first, condensed highlights only)
@ -15,6 +15,14 @@ releases:
# 2.1.x Series (January 2026)
# ─────────────────────────────────────────────────────────────
- version: "2.1.27"
date: "2026-01-31"
highlights:
- "`--from-pr` flag to resume sessions linked to GitHub PR number/URL"
- "Sessions auto-linked to PRs when created via `gh pr create`"
- "Fixed context management validation for Bedrock/Vertex gateway users"
breaking: []
- version: "2.1.25"
date: "2026-01-30"
highlights: