Config overhaul: /allowed-tools renamed to /permissions, settings migrate to settings.json, and claude config commands deprecated — review before upgrading.
Changes
6
Total Changes (vs Average)
0.5×
Version Type
Patch
Release Focus
Mixed
Days Since Prior Release
0
Release # This Month
#2 of 24
Bug Fix Ratio
33%
Post-Release Edits
—
Change Category
MCP appeared in 3 of the last 10 releases but has been absent for 2 consecutive releases. The General-focused config consolidation around settings.json may set the foundation for upcoming MCP integration patterns.
Key Themes
3Breaking configuration migration|1Permission flag reliability|2Developer tooling polish
May Help If You've Noticed
/allowed-tools command returns an error or isn't recognized after updating
Claude settings like allowedTools or ignorePatterns aren't being applied after updating
claude config commands no longer work as expected
--dangerously-skip-permissions flag wasn't taking effect when running in print mode
GitHub app installation shows unhelpful or missing error messages
Changes in Claude Code v1.0.7
Improved1 change
•Improved error handling for /install-github-app
Fixed2 changes
•Fixed a bug where --dangerously-skip-permissions sometimes didn't work in --print mode
•Bugfixes, UI polish, and tool reliability improvements
Changed2 changes
•Renamed /allowed-tools -> /permissions
•Migrated allowedTools and ignorePatterns from .claude.json -> settings.json
Removed1 change
•Deprecated claude config commands in favor of editing settings.json