Claude Code — May 2025 Releases
15 releases in May 2025.
- v1.0.7 (May 30, 2025) — - Renamed /allowed-tools -> /permissions - Migrated allowedTools and ignorePatterns from .claude.json -> settings.json
- v1.0.6 (May 29, 2025) — - Improved edit reliability for tab-indented files - Respect CLAUDECONFIGDIR everywhere
- v1.0.4 (May 28, 2025) — - Fixed a bug where MCP tool errors weren't being parsed correctly
- v1.0.1 (May 22, 2025) — - Added DISABLEINTERLEAVEDTHINKING to give users the option to opt out of interleaved thinking. - Improved model references to show provider-specific
- v1.0.0 (May 22, 2025) — - Claude Code is now generally available - Introducing Sonnet 4 and Opus 4 models
- v0.2.125 (May 21, 2025) — - Breaking change: Bedrock ARN passed to ANTHROPICMODEL or ANTHROPICSMALLFASTMODEL should no longer contain an escaped slash (specify / instead of %2F
- v0.2.117 (May 17, 2025) — - Breaking change: --print JSON output now returns nested message objects, for forwards-compatibility as we introduce new metadata fields - Introduced
- v0.2.108 (May 13, 2025) — - You can now send messages to Claude while it works to steer Claude in real-time - Introduced BASHDEFAULTTIMEOUTMS and BASHMAXTIMEOUTMS env vars
- v0.2.107 (May 9, 2025) — - CLAUDE.md files can now import other files. Add @path/to/file.md to ./CLAUDE.md to load additional files on launch
- v0.2.106 (May 9, 2025) — - MCP SSE server configs can now specify custom headers - Fixed a bug where MCP permission prompt didn't always show correctly
- v0.2.105 (May 8, 2025) — - Claude can now search the web - Moved system & account status to /status
- v0.2.102 (May 5, 2025) — - Improved thinking triggering reliability - Improved @mention reliability for images and folders
- v0.2.100 (May 2, 2025) — - Fixed a crash caused by a stack overflow error - Made db storage optional; missing db support disables --continue and --resume
- v0.2.98 (May 1, 2025) — - Fixed an issue where auto-compact was running twice
- v0.2.96 (May 1, 2025) — - Claude Code can now also be used with a Claude Max subscription (https://claude.ai/upgrade)