mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-21 19:12:42 +00:00
chore: Update CHANGELOG.md
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@@ -1,5 +1,19 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.1.27
|
||||||
|
|
||||||
|
- Added tool call failures and denials to debug logs
|
||||||
|
- Fixed context management validation error for gateway users, ensuring `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` avoids the error
|
||||||
|
- Added `--from-pr` flag 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 `ask` over tool-level `allow`. Previously `allow: ["Bash"], ask: ["Bash(rm *)"]` allowed all bash commands, but will now permission prompt for `rm`.
|
||||||
|
- 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
|
||||||
|
|
||||||
## 2.1.25
|
## 2.1.25
|
||||||
|
|
||||||
- Fixed beta header validation error for gateway users on Bedrock and Vertex, ensuring `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` avoids the error
|
- Fixed beta header validation error for gateway users on Bedrock and Vertex, ensuring `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` avoids the error
|
||||||
|
|||||||
Reference in New Issue
Block a user