mirror of
https://github.com/anthropics/claude-code.git
synced 2026-05-20 02:12:43 +00:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f298d940fa | ||
|
|
34f551fa91 | ||
|
|
e58014371b |
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.1.29
|
||||||
|
|
||||||
|
- Fixed startup performance issues when resuming sessions that have `saved_hook_context`
|
||||||
|
|
||||||
## 2.1.27
|
## 2.1.27
|
||||||
|
|
||||||
- Added tool call failures and denials to debug logs
|
- Added tool call failures and denials to debug logs
|
||||||
@@ -8,8 +12,6 @@
|
|||||||
- Sessions are now automatically linked to PRs when created via `gh pr create`
|
- Sessions are now automatically linked to PRs when created via `gh pr create`
|
||||||
- Fixed /context command not displaying colored output
|
- Fixed /context command not displaying colored output
|
||||||
- Fixed status bar duplicating background task indicator when PR status was shown
|
- 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 bash command execution failing for users with `.bashrc` files
|
||||||
- Windows: Fixed console windows flashing when spawning child processes
|
- Windows: Fixed console windows flashing when spawning child processes
|
||||||
- VSCode: Fixed OAuth token expiration causing 401 errors after extended sessions
|
- VSCode: Fixed OAuth token expiration causing 401 errors after extended sessions
|
||||||
|
|||||||
Reference in New Issue
Block a user