You'll notice
A read denied by the outside-reads setting now suggests /add-dir and says whether the setting is saved or session-only.
When a read outside the working directory is denied because of the block-outside-reads setting, the message now tells the model to ask the user to add the directory with /add-dir or to remove the setting, and it distinguishes whether that setting was saved to user settings or is only session-scoped.
Names in the bundle/add-dir
The entry above is what we published on the day. These lines were added later, as Anthropic's own pages caught up, and they sit beside the original rather than replacing it.
Confirmed since
Anthropic's documentation has since written up /add-dir, on Claude Code changelog.
* Fixed the `/add-dir` path input: the left and right arrow keys now move the cursor, and Enter adds only the typed path instead of also adding the highlighted completionchangelog see the edit
Two sources agreeTwo things we can check say the same as this entry.
Anthropic's documentation agrees
Anthropic's documentation has since written up /add-dir, on Claude Code changelog.
Anthropic's release notes agree
Fixed /add-dir rejecting a directory inside the current working directory; it now loads that directory's skills, commands, and agents like…