mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-30 09:22:48 +00:00
Compare commits
8 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f298d940fa | ||
|
|
34f551fa91 | ||
|
|
e58014371b | ||
|
|
5862adf641 | ||
|
|
38f1f93052 | ||
|
|
cf98f1d943 | ||
|
|
266d7c8c9f | ||
|
|
73eddfd640 |
40
CHANGELOG.md
40
CHANGELOG.md
@@ -1,5 +1,43 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.1.29
|
||||||
|
|
||||||
|
- Fixed startup performance issues when resuming sessions that have `saved_hook_context`
|
||||||
|
|
||||||
|
## 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
|
||||||
|
- 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
|
||||||
|
|
||||||
|
- Fixed beta header validation error for gateway users on Bedrock and Vertex, ensuring `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` avoids the error
|
||||||
|
|
||||||
|
## 2.1.23
|
||||||
|
|
||||||
|
- Added customizable spinner verbs setting (`spinnerVerbs`)
|
||||||
|
- Fixed mTLS and proxy connectivity for users behind corporate proxies or using client certificates
|
||||||
|
- Fixed per-user temp directory isolation to prevent permission conflicts on shared systems
|
||||||
|
- Fixed a race condition that could cause 400 errors when prompt caching scope was enabled
|
||||||
|
- Fixed pending async hooks not being cancelled when headless streaming sessions ended
|
||||||
|
- Fixed tab completion not updating the input field when accepting a suggestion
|
||||||
|
- Fixed ripgrep search timeouts silently returning empty results instead of reporting errors
|
||||||
|
- Improved terminal rendering performance with optimized screen data layout
|
||||||
|
- Changed Bash commands to show timeout duration alongside elapsed time
|
||||||
|
- Changed merged pull requests to show a purple status indicator in the prompt footer
|
||||||
|
- [IDE] Fixed model options displaying incorrect region strings for Bedrock users in headless mode
|
||||||
|
|
||||||
|
## 2.1.22
|
||||||
|
|
||||||
|
- Fixed structured outputs for non-interactive (-p) mode
|
||||||
|
|
||||||
## 2.1.21
|
## 2.1.21
|
||||||
|
|
||||||
- Added support for full-width (zenkaku) number input from Japanese IME in option selection prompts
|
- Added support for full-width (zenkaku) number input from Japanese IME in option selection prompts
|
||||||
@@ -387,7 +425,7 @@
|
|||||||
- Added loading indicator when resuming conversations for better feedback
|
- Added loading indicator when resuming conversations for better feedback
|
||||||
- Fixed `/context` command not respecting custom system prompts in non-interactive mode
|
- Fixed `/context` command not respecting custom system prompts in non-interactive mode
|
||||||
- Fixed order of consecutive Ctrl+K lines when pasting with Ctrl+Y
|
- Fixed order of consecutive Ctrl+K lines when pasting with Ctrl+Y
|
||||||
- Improved @ mention file suggestion speed (~3x faster in git repositories)
|
- Improved @ mention file suggestion speed (~3× faster in git repositories)
|
||||||
- Improved file suggestion performance in repos with `.ignore` or `.rgignore` files
|
- Improved file suggestion performance in repos with `.ignore` or `.rgignore` files
|
||||||
- Improved settings validation errors to be more prominent
|
- Improved settings validation errors to be more prominent
|
||||||
- Changed thinking toggle from Tab to Alt+T to avoid accidental triggers
|
- Changed thinking toggle from Tab to Alt+T to avoid accidental triggers
|
||||||
|
|||||||
Reference in New Issue
Block a user