mirror of
https://github.com/anthropics/claude-code.git
synced 2026-04-29 08:42:47 +00:00
Compare commits
6 Commits
add-fronte
...
bcherny-pa
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
2d0fcacc05 | ||
|
|
1fe9e369a7 | ||
|
|
b95fa46499 | ||
|
|
7a05427a4b | ||
|
|
84b97165dd | ||
|
|
07dcea57ee |
34
CHANGELOG.md
34
CHANGELOG.md
@@ -1,5 +1,39 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.0.36
|
||||||
|
|
||||||
|
- Fixed: DISABLE_AUTOUPDATER environment variable now properly disables package manager update notifications
|
||||||
|
- Fixed queued messages being incorrectly executed as bash commands
|
||||||
|
- Fixed input being lost when typing while a queued message is processed
|
||||||
|
|
||||||
|
## 2.0.35
|
||||||
|
|
||||||
|
- Improve fuzzy search results when searching commands
|
||||||
|
- Improved VS Code extension to respect `chat.fontSize` and `chat.fontFamily` settings throughout the entire UI, and apply font changes immediately without requiring reload
|
||||||
|
- Added `CLAUDE_CODE_EXIT_AFTER_STOP_DELAY` environment variable to automatically exit SDK mode after a specified idle duration, useful for automated workflows and scripts
|
||||||
|
- Migrated `ignorePatterns` from project config to deny permissions in the localSettings.
|
||||||
|
- Fixed messages returning null `stop_reason` and `stop_sequence` values
|
||||||
|
- Fixed menu navigation getting stuck on items with empty string or other falsy values (e.g., in the `/hooks` menu)
|
||||||
|
|
||||||
|
## 2.0.34
|
||||||
|
|
||||||
|
- VSCode Extension: Added setting to configure the initial permission mode for new conversations
|
||||||
|
- Improved file path suggestion performance with native Rust-based fuzzy finder
|
||||||
|
- Fixed infinite token refresh loop that caused MCP servers with OAuth (e.g., Slack) to hang during connection
|
||||||
|
- Fixed memory crash when reading or writing large files (especially base64-encoded images)
|
||||||
|
|
||||||
|
## 2.0.33
|
||||||
|
|
||||||
|
- Native binary installs now launch quicker.
|
||||||
|
- Fixed `claude doctor` incorrectly detecting Homebrew vs npm-global installations by properly resolving symlinks
|
||||||
|
- Fixed `claude mcp serve` exposing tools with incompatible outputSchemas
|
||||||
|
|
||||||
|
## 2.0.32
|
||||||
|
|
||||||
|
- Un-deprecate output styles based on community feedback
|
||||||
|
- Added `companyAnnouncements` setting for displaying announcements on startup
|
||||||
|
- Fixed hook progress messages not updating correctly during PostToolUse hook execution
|
||||||
|
|
||||||
## 2.0.31
|
## 2.0.31
|
||||||
|
|
||||||
- Windows: native installation uses shift+tab as shortcut for mode switching, instead of alt+m
|
- Windows: native installation uses shift+tab as shortcut for mode switching, instead of alt+m
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ Examples of false positives, for steps 4 and 5:
|
|||||||
- Pre-existing issues
|
- Pre-existing issues
|
||||||
- Something that looks like a bug but is not actually a bug
|
- Something that looks like a bug but is not actually a bug
|
||||||
- Pedantic nitpicks that a senior engineer wouldn't call out
|
- Pedantic nitpicks that a senior engineer wouldn't call out
|
||||||
- Issues that a linter will catch (no need to run the linter to verify)
|
- Issues that a linter, typechecker, or test runner will catch (eg. failing tests, lint errors, type errors). Do not run these to verify; assume that they will be run as part of CI.
|
||||||
- General code quality issues (eg. lack of test coverage, general security issues), unless explicitly required in CLAUDE.md
|
- General code quality issues (eg. lack of test coverage, general security issues), unless explicitly required in CLAUDE.md
|
||||||
- Issues that are called out in CLAUDE.md, but explicitly silenced in the code (eg. due to a lint ignore comment)
|
- Issues that are called out in CLAUDE.md, but explicitly silenced in the code (eg. due to a lint ignore comment)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user