Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
- Fixed tool use/tool result ID mismatch error during unstable network conditions
- Addressed issue where Claude sometimes ignored real-time steering when completing tasks
- Enhanced @-mention functionality by adding ~/.claude/* files to suggestions for easier editing
- Now using built-in ripgrep by default (can be disabled with USE_BUILTIN_RIPGREP=0)
(cherry picked from commit 4f0507beb0)
Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
Changes in 1.0.82:
- SDK: Added request cancellation support
- SDK: New "additionalDirectories" option to search custom paths, improved slash command processing
- Settings: Validation prevents invalid fields in .claude/settings.json files
- MCP: Improved tool name consistency
- Bash: Fixed crash when Claude tries to automatically read large files
Changes in 1.0.83:
- Minor release (changelog details not yet available)
(cherry picked from commit 31d32a7f46)
Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
- Released output styles, including new built-in educational output styles "Explanatory" and "Learning"
- Plugin system improvements for repository installation messaging and error handling
- Agents: Fixed an issue with custom agent loading when agent files are unparsable
(cherry picked from commit 1a3a9cc46a)
Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
- MCP Configuration: Support multiple config files with `--mcp-config file1.json file2.json`
- MCP: Added ability to press Esc to cancel OAuth authentication flows
- Bash: Improved command validation and reduced false security warnings
- UI: Enhanced spinner animations and status line visual hierarchy
- Linux: Added support for Alpine and musl-based distributions (requires separate ripgrep installation)
(cherry picked from commit 60fe5fa041)
Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
- Optimized message rendering for better performance with large contexts
- Fixed native file search, ripgrep, and subagent functionality on Windows
- Added support for @-mentions in slash command arguments
(cherry picked from commit 8cd3a08772)
Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
- Upgraded Opus to version 4.1
- Fixed incorrect model names for certain commands like "/pr-comments"
- Improved Windows permissions checks for allow/deny tools and project trust
- Enhanced Windows sub-process spawning to eliminate "No such file or directory" errors
- Added enhanced "/doctor" command with CLAUDE.md and MCP tool context
- Added SDK support for tool confirmation callbacks
- Added "disableAllHooks" setting
- Improved file suggestions performance in large repositories
(cherry picked from commit 76fcdf4274)
Changelog: https://github.com/anthropics/claude-code/blob/main/CHANGELOG.md
- Updated @-mention file truncation from 100 lines to 2000 lines
- Added helper scripts for AWS token refresh (awsAuthRefresh, awsCredentialExport)
- Added support for MCP server instructions
(cherry picked from commit 236cfdcf0a)
When running in environments where DEV=true is set, claude would fail
with:
TypeError: window.WebSocket is not a constructor
(cherry picked from commit 6ec4d5f023)